1
Fork 0
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:
Sharlatan Hellseher 2025-01-21 14:50:51 +00:00
parent 5a06e109fe
commit 50f1837c59
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")