guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit de28eaa123413832477bde8fdeed8365f5de1d9e Author: Sharlatan Hellseher <[email protected]> AuthorDate: Fri Oct 17 16:09:48 2025 +0100 gnu: Add python-stdatamodels-minimal. * gnu/packages/astronomy.scm (python-stdatamodels-minimal): New variable. Change-Id: I89cc66dbfbaffbab6b4a1c169bce3feba36642f4 --- gnu/packages/astronomy.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 32ec808c0b..7ea51e4828 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8790,6 +8790,15 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and @acronym{Roman, Nancy Grace Roman Space Telescope} calibration software.") (license license:bsd-3))) +(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")
