Search Criteria
Package Details: python-jenkspy 0.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jenkspy.git (read-only, click to copy) |
---|---|
Package Base: | python-jenkspy |
Description: | Compute Natural Breaks in Python (Fisher-Jenks algorithm) |
Upstream URL: | https://github.com/mthh/jenkspy |
Licenses: | MIT |
Submitter: | liamtimms |
Maintainer: | liamtimms |
Last Packager: | liamtimms |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-29 17:31 (UTC) |
Last Updated: | 2024-05-01 17:34 (UTC) |
Dependencies (2)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-setuptools (make)
Latest Comments
yukijoou commented on 2025-08-01 12:42 (UTC)
this patch fixes the build issues and updates to the latest release
yukijoou commented on 2025-08-01 12:38 (UTC)
hi, this hasn't been updated in a while and is currently broken - i'd be interested in taking over this package as it's a dependency of something else i'd like to see packaged
liamtimms, if you're no longer interested in maintaining this, please orphan it, so that i can take it over!
arenevier commented on 2024-08-25 06:05 (UTC)
Package fails to build for me. It looks like a missing build dependency on cython
=> Making package: python-jenkspy 0.4.0-1 (Sat 24 Aug 2024 11:02:31 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Starting build()... Traceback (most recent call last): File "/home/arno/.cache/paru/clone/python-jenkspy/src/jenkspy-0.4.0/setup.py", line 7, in <module> from Cython.Distutils import build_ext ModuleNotFoundError: No module named 'Cython' ==> ERROR: A failure occurred in build().