mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-geographiclib: Update to 2.0.
* gnu/packages/geo.scm (python-geographiclib): Update to 2.0. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I066cecab0a6934a5f18867b248b97d7a193c1d36
This commit is contained in:
parent
2e0a4d9a86
commit
e5b86b18e7
1 changed files with 8 additions and 4 deletions
|
@ -3408,16 +3408,20 @@ (define-public splat
|
||||||
(define-public python-geographiclib
|
(define-public python-geographiclib
|
||||||
(package
|
(package
|
||||||
(name "python-geographiclib")
|
(name "python-geographiclib")
|
||||||
(version "1.50")
|
(version "2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "geographiclib" version))
|
(uri (pypi-uri "geographiclib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cn6ap5fkh3mkfa57l5b44z3gvz7j6lpmc9rl4g2jny2gvp4dg8j"))))
|
"0naql53537dsa6g9lzz1hf688b1vvih6dj2yjcyjs71yvj2irx7p"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(home-page "https://geographiclib.sourceforge.io/1.50/python/")
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
|
(home-page "https://geographiclib.sourceforge.io/2.0/python/")
|
||||||
(synopsis "Python geodesic routines from GeographicLib")
|
(synopsis "Python geodesic routines from GeographicLib")
|
||||||
(description
|
(description
|
||||||
"This is a python implementation of the geodesic routines in GeographicLib.")
|
"This is a python implementation of the geodesic routines in GeographicLib.")
|
||||||
|
|
Loading…
Reference in a new issue