gnu: python-geojson: Update to 3.1.0.

* gnu/packages/python-xyz.scm (python-geojson): Update to 3.1.0.
[build-system]: Use pyproject build system.
[arguments]: Enable tests.

Change-Id: Ie7e49b8e3db1c2549f3dad48ecfd4b8d8a98d680
This commit is contained in:
jgart 2024-07-16 10:15:19 -05:00
parent 3c58b759a5
commit 237cc5d149
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -16001,17 +16001,14 @@ (define-public python-pytest-black
(define-public python-geojson
(package
(name "python-geojson")
(version "2.5.0")
(version "3.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "geojson" version))
(sha256
(base32 "12k5bzqskvq3gqzkryarhdjl0df47y5k9cf8r3clasi2wjnbfjvf"))))
(build-system python-build-system)
(arguments
;; https://github.com/jazzband/geojson/issues/175
`(#:tests? #f))
(base32 "1b5df7skx3906046j12yjv8gdbcy17q9y3lbqbpmi83yf90gm9sq"))))
(build-system pyproject-build-system)
(home-page "https://github.com/jazzband/geojson")
(synopsis "Python bindings and utilities for GeoJSON")
(description