Package Details: python-jenkspy 0.3.3-1

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)

Latest Comments

yukijoou commented on 2025-08-01 12:42 (UTC)

this patch fixes the build issues and updates to the latest release

diff --git a/PKGBUILD b/PKGBUILD
index 5ba9412..29e330c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@

 _pkgname=jenkspy
 pkgname=python-$_pkgname
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='Compute Natural Breaks in Python (Fisher-Jenks algorithm) '
 arch=('any')
 url='https://github.com/mthh/jenkspy'
 license=('MIT')
-depends=('python-numpy')
+depends=('python-numpy' 'cython')
 makedepends=('python-setuptools')
 optdepends=()
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/mthh/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('6b0f9a56cc9efb00d91d2c3499b6784bc8600b89d48d0774c7e11d744f63810327e583d313f398809e03b6078c2d37a511ff3836ff94a20c88a65063d47550e0')
+sha512sums=('603c8ea88ebd7433bc2b74c9e149e938b0c6c15bebdc8bf7e36db8dccd0ba5e00ba11e624d13517fbbd6d466b8eb99baec7834d9fc7cdf2f02dd0c281433fc76')

 build()
 {

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().