Merge branch 'master' into gnome-team

This commit is contained in:
Liliana Marie Prikler 2024-02-13 16:11:14 +01:00
commit 622df12ef3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
147 changed files with 5654 additions and 2823 deletions

View file

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