Archived
1
0
Fork 0

gnu: python-shapely: Update to 2.0.2.

* gnu/packages/python-xyz.scm (python-shapely): Update to 2.0.2.
[native-inputs]: Remove python-pytest-cov.

Change-Id: I4358c16d53c97a0cd38e3689d65ead770b2e997c
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Felix Gruber 2024-02-04 16:47:15 +00:00 committed by Guillaume Le Vaillant
parent 0a1d503b28
commit 4ad6872979
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2265,13 +2265,13 @@ with Numpy and SciPy.")
(define-public python-shapely (define-public python-shapely
(package (package
(name "python-shapely") (name "python-shapely")
(version "2.0.1") (version "2.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "shapely" version)) (uri (pypi-uri "shapely" version))
(sha256 (sha256
(base32 "14v88k0y7qhp8n5clip6w96pkdzrfqa2hsjkhpy9gkifwyiv39k6")))) (base32 "1rs90q4ys5cav0hz1dq72wq2mk4aqlqqbfjrnb2zzfkiq42cq4qp"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -2282,8 +2282,7 @@ with Numpy and SciPy.")
;; Cython extensions have to be built before running the tests. ;; Cython extensions have to be built before running the tests.
(invoke "python" "setup.py" "build_ext" "--inplace")))))) (invoke "python" "setup.py" "build_ext" "--inplace"))))))
(native-inputs (native-inputs
(list python-cython python-matplotlib python-pytest (list python-cython python-matplotlib python-pytest))
python-pytest-cov))
(inputs (inputs
(list geos)) (list geos))
(propagated-inputs (propagated-inputs