mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-asdf-astropy: Update to 0.7.1.
* gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.7.1. [propagated-inputs]: Add python-asdf-standard. [native-inputs]: Remove python-coverage. Change-Id: I18c99197d7fe4f9af4ee00c65ef2236c6b8f6517
This commit is contained in:
parent
0e05a3b417
commit
9187e166e5
1 changed files with 4 additions and 4 deletions
|
@ -1717,13 +1717,13 @@ implementation of the ASDF Standard.")
|
||||||
(define-public python-asdf-astropy
|
(define-public python-asdf-astropy
|
||||||
(package
|
(package
|
||||||
(name "python-asdf-astropy")
|
(name "python-asdf-astropy")
|
||||||
(version "0.7.0")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "asdf_astropy" version))
|
(uri (pypi-uri "asdf_astropy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0985bhmhnjzlf8n78r1i1dfhbvq167xqz0667kg3jm0l2177b0f9"))))
|
(base32 "1ir4c2mp6hbkkcry2q22sa2rxcs3ry3gpa4v9a1vsi89xr4a99as"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1734,8 +1734,7 @@ implementation of the ASDF Standard.")
|
||||||
(add-before 'check 'set-home-env
|
(add-before 'check 'set-home-env
|
||||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-coverage
|
(list python-h5py
|
||||||
python-h5py
|
|
||||||
python-pandas
|
python-pandas
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-astropy
|
python-pytest-astropy
|
||||||
|
@ -1746,6 +1745,7 @@ implementation of the ASDF Standard.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-asdf
|
(list python-asdf
|
||||||
python-asdf-coordinates-schemas
|
python-asdf-coordinates-schemas
|
||||||
|
python-asdf-standard
|
||||||
python-asdf-transform-schemas
|
python-asdf-transform-schemas
|
||||||
python-astropy
|
python-astropy
|
||||||
python-numpy
|
python-numpy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue