~ruther/guix-local

588614e8a87f494f96c8161097c44eaed90d2fc4 — Sharlatan Hellseher 5 months ago 3fb89a4
gnu: Add python-stdatamodels-minimal.

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

Change-Id: I89cc66dbfbaffbab6b4a1c169bce3feba36642f4
1 files changed, 11 insertions(+), 0 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +11 -0
@@ 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")