1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00

gnu: Add python-stdatamodels-minimal.

* gnu/packages/astronomy.scm (python-stdatamodels-minimal): New variable.

Change-Id: I89cc66dbfbaffbab6b4a1c169bce3feba36642f4
This commit is contained in:
Sharlatan Hellseher
2025-10-17 16:09:48 +01:00
parent 3fb89a4223
commit 588614e8a8

View File

@@ -8582,6 +8582,17 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and
@acronym{Roman, Nancy Grace Roman Space Telescope} calibration software.")
(license license:bsd-3)))
;; A bare minimal package, mainly to use in tests and reduce closure
;; size. Tests are left out in the main package to slim down native-inputs.
(define-public python-stdatamodels-minimal
(package/inherit python-stdatamodels
(name "python-stdatamodels-minimal")
(arguments
(list #:tests? #f))
(native-inputs
(list python-setuptools
python-setuptools-scm))))
(define-public python-stpipe
(package
(name "python-stpipe")