gnu: python-reproject: Update to 0.11.0.
* gnu/packages/astronomy.scm (python-reproject): Update to 0.11.0. [native-inputs]: Move python-pyvo, python-gwcs, python-shapely from here ... [propagated-inputs]: ... to here. Add python-click, python-cloudpickle, python-dask, python-fsspec, python-zarr. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
98c17c1482
commit
d8ef4eef3d
@ -2141,13 +2141,13 @@ Virtual observatory (VO) using Python.")
|
|||||||
(define-public python-reproject
|
(define-public python-reproject
|
||||||
(package
|
(package
|
||||||
(name "python-reproject")
|
(name "python-reproject")
|
||||||
(version "0.10.0")
|
(version "0.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "reproject" version))
|
(uri (pypi-uri "reproject" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ha0a1ja7k09ysd05adffgsapfwzc6m6az34a0av2mhmlwy4zb1q"))))
|
(base32 "0p07qlqinb826m4n5b5invyfyv4z750sai2caqaf598mgj04l61p"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -2170,21 +2170,26 @@ Virtual observatory (VO) using Python.")
|
|||||||
(lambda _
|
(lambda _
|
||||||
(setenv "HOME" (getcwd)))))))
|
(setenv "HOME" (getcwd)))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-astropy
|
|
||||||
python-astropy-healpix
|
|
||||||
python-numpy
|
|
||||||
python-scipy))
|
|
||||||
(native-inputs
|
|
||||||
(list python-asdf
|
(list python-asdf
|
||||||
python-cython
|
python-astropy
|
||||||
python-extension-helpers
|
python-astropy-healpix
|
||||||
|
python-click
|
||||||
|
python-cloudpickle
|
||||||
|
python-dask
|
||||||
|
python-fsspec
|
||||||
python-gwcs
|
python-gwcs
|
||||||
python-pytest-astropy
|
python-numpy
|
||||||
python-pyvo
|
python-pyvo
|
||||||
|
python-scipy
|
||||||
|
python-shapely
|
||||||
|
python-zarr))
|
||||||
|
(native-inputs
|
||||||
|
(list python-cython
|
||||||
|
python-extension-helpers
|
||||||
|
python-pytest-astropy
|
||||||
python-semantic-version
|
python-semantic-version
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools-scm
|
python-setuptools-scm))
|
||||||
python-shapely))
|
|
||||||
(home-page "https://reproject.readthedocs.io")
|
(home-page "https://reproject.readthedocs.io")
|
||||||
(synopsis "Astronomical image reprojection in Python")
|
(synopsis "Astronomical image reprojection in Python")
|
||||||
(description
|
(description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user