gnu: python-cartopy: Update to 0.21.0.
* gnu/packages/geo.scm (python-cartopy): Update to 0.21.0. [inputs]: Remove proj. [native-inputs]: Add python-pytest-mpl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
parent
9c5c432f40
commit
f912be4c12
|
@ -1178,13 +1178,13 @@ utilities for data translation and processing.")
|
||||||
(package
|
(package
|
||||||
(name "python-cartopy")
|
(name "python-cartopy")
|
||||||
;; This is a post-release fix that adds build_ext to setup.py.
|
;; This is a post-release fix that adds build_ext to setup.py.
|
||||||
(version "0.20.3")
|
(version "0.21.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Cartopy" version))
|
(uri (pypi-uri "Cartopy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01lhnkhw22jp6hnrs5qvgkq4fqcni2sx7ydiyv8w8xxx5wpglq0d"))))
|
(base32 "0hnfs75dcnz12ximah5xn9566r8zz189lxikmj4lrs9jl4l3l7ff"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1207,13 +1207,12 @@ utilities for data translation and processing.")
|
||||||
python-scipy
|
python-scipy
|
||||||
python-shapely))
|
python-shapely))
|
||||||
(inputs
|
(inputs
|
||||||
(list geos
|
(list geos))
|
||||||
;; cartopy's setup.py looks for the proj executable.
|
|
||||||
;; Not sure if it actually makes use of it since it
|
|
||||||
;; probably uses proj only through pyproj.
|
|
||||||
proj))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython python-flufl-lock python-pytest))
|
(list python-cython
|
||||||
|
python-flufl-lock
|
||||||
|
python-pytest
|
||||||
|
python-pytest-mpl))
|
||||||
(home-page "https://scitools.org.uk/cartopy/docs/latest/")
|
(home-page "https://scitools.org.uk/cartopy/docs/latest/")
|
||||||
(synopsis "Cartographic library for visualisation")
|
(synopsis "Cartographic library for visualisation")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue