mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
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:
parent
3c58b759a5
commit
237cc5d149
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue