gnu: python-pykdtree: Update to 1.3.9.

* gnu/packages/python-xyz.scm (python-pykdtree): Update to 1.3.9.
[native-inputs]: Remove python-nose. Add python-cython, python-pytest,
python-setuptools, python-wheel.
This commit is contained in:
Nicolas Graves 2025-02-25 00:20:32 +01:00 committed by Andreas Enge
parent b160f49b59
commit 8195252da9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -11139,16 +11139,16 @@ the results.")
(define-public python-pykdtree (define-public python-pykdtree
(package (package
(name "python-pykdtree") (name "python-pykdtree")
(version "1.3.4") (version "1.3.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pykdtree" version)) (uri (pypi-uri "pykdtree" version))
(sha256 (sha256
(base32 "0p8n2ljdacfixkiw092974dmhy4s1c0h032ii1z9kwi9h5h5rgmy")))) (base32 "0q4zrqdn8ad6f710yggkhvx4avf2h1hsbg9qa7ghly54v4vhpgd7"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
(list python-nose)) (list python-cython python-pytest python-setuptools python-wheel))
(propagated-inputs (propagated-inputs
(list python-numpy)) (list python-numpy))
(home-page "https://github.com/storpipfugl/pykdtree") (home-page "https://github.com/storpipfugl/pykdtree")