mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: Add python-pvextractor-bootstrap.
* gnu/packages/astronomy.scm (python-pvextractor-bootstrap): New variable. Change-Id: I2020fdb58b325056b41ea1038fe79c245c3fec60
This commit is contained in:
parent
5a06e109fe
commit
50f1837c59
1 changed files with 13 additions and 0 deletions
|
@ -2982,6 +2982,19 @@ that path, and along the spectral axis, producing a position-velocity or
|
|||
position-frequency slice.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-pvextractor-bootstrap
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit python-pvextractor)
|
||||
(arguments
|
||||
(list #:tests? #f
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'sanity-check))))
|
||||
(propagated-inputs '())
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel)))))
|
||||
|
||||
(define-public python-pysiril
|
||||
(package
|
||||
(name "python-pysiril")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue