Package Details: python-pydeck 0.9.1-2

Git Clone URL: https://aur.archlinux.org/python-pydeck.git (read-only, click to copy)
Package Base: python-pydeck
Description: Widget for deck.gl maps
Upstream URL: https://pypi.org/project/pydeck
Licenses: Apache-2.0
Submitter: mhsekhavat
Maintainer: redponike
Last Packager: redponike
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-24 07:46 (UTC)
Last Updated: 2024-12-24 18:40 (UTC)

Latest Comments

yuhldr commented on 2025-12-16 09:00 (UTC)

The AUR package currently lists several dependencies as required, even though they are only necessary for specific use cases such as interactive usage in Jupyter Notebooks. These dependencies significantly increase the installation size.

It would be more appropriate to move these to , marking them as optional, so users can install them only if needed. This would help reduce the package's installation size for those who don't require these features.

depends=(
  python-numpy
)
optdepends=(
  ipython
  python-ipykernel
  python-ipywidgets
  python-jinja
  python-traitlets
)

nullstring0 commented on 2024-03-03 17:14 (UTC)

I had the same issue as j_klee. His fix worked for me.

j_klee commented on 2024-03-03 09:37 (UTC) (edited on 2024-03-03 09:38 (UTC) by j_klee)

The build is not working for me anymore, because variables that are set in setuptools need to be declared dynamic (c.f. https://packaging.python.org/en/latest/specifications/pyproject-toml/)

Adding the line below and declaring variables as dynamic under [project]

dynamic = ["description", "readme", "license", "authors", "keywords", "classifiers", "dependencies", "optional-dependencies"]

solves the issue for me and leads to a successull build.

algoped commented on 2021-09-06 13:50 (UTC)

package does not build. PKGBUILD cd's in $srcdir/pydeck-0.3.1 which does not exist. Tried to change the directory and even create it, however it always looks for an install.py which is nowhere to be found in the install cache

otaj commented on 2020-10-29 09:31 (UTC)

Hi, could you please rename the folder tests? https://wiki.archlinux.org/index.php/Python_package_guidelines#Test_directory_in_site-package