me
/
guix
Archived
1
0
Fork 0

gnu: asdf-astropy: Update to 0.2.2.

* gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.2.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove redundant.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Sharlatan Hellseher 2022-11-07 23:06:55 +00:00 committed by Christopher Baines
parent 7fa631f8e3
commit f77ff092d3
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 3 additions and 11 deletions

View File

@ -2197,22 +2197,14 @@ install an implementation package such as asdf-astropy.")
(define-public python-asdf-astropy (define-public python-asdf-astropy
(package (package
(name "python-asdf-astropy") (name "python-asdf-astropy")
(version "0.1.2") (version "0.2.2")
(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 "0bzgah7gskvnz6jcrzipvzixv8k2jzjkskqwxngzwp4nxgjbcvi4")))) (base32 "1b0v4cl7xvly3x1k5k2rvc2l32jqgqp0iyf1j20fkvj450sx74f2"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key inputs outputs tests? #:allow-other-keys)
(when tests?
(add-installed-pythonpath inputs outputs)
(invoke "python" "-m" "pytest")))))))
(native-inputs (native-inputs
(list python-coverage (list python-coverage
python-h5py python-h5py