mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: python-regions: Update to 0.8.
* gnu/packages/astronomy.scm (python-regions): Update to 0.8. [propagated-inputs]: Add python-h5py, python-matplotlib, python-scipy, and python-shapely. Change-Id: Icdbbad92a0829d285962f50338e970d3a0d7eaa0
This commit is contained in:
parent
96ada0e6aa
commit
8d2bebdbe0
1 changed files with 8 additions and 3 deletions
|
@ -2276,13 +2276,13 @@ (define-public python-pyvo
|
|||
(define-public python-regions
|
||||
(package
|
||||
(name "python-regions")
|
||||
(version "0.7")
|
||||
(version "0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "regions" version))
|
||||
(sha256
|
||||
(base32 "08wsg9kxnki5pz8gdp81bq06jdmsip382fl02rvnr96cvzr7wf3m"))))
|
||||
(base32 "09401pz7926zlci7cznd78hmv9947f6jxyy2afqdqc1xaccpzcq2"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:test-target "pytest"
|
||||
|
@ -2299,7 +2299,12 @@ (define-public python-regions
|
|||
(add-before 'check 'writable-home
|
||||
(lambda _ (setenv "HOME" (getcwd)))))))
|
||||
(propagated-inputs
|
||||
(list python-astropy python-numpy))
|
||||
(list python-astropy
|
||||
python-h5py
|
||||
python-matplotlib
|
||||
python-numpy
|
||||
python-scipy
|
||||
python-shapely))
|
||||
(native-inputs
|
||||
(list python-cython
|
||||
python-extension-helpers
|
||||
|
|
Loading…
Reference in a new issue