~ruther/guix-local

3fb89a4223cae8830c53587f75f02cbe23190fec — Sharlatan Hellseher 6 months ago aaf9a29
gnu: Add python-ndcube-minimal.

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

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

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +11 -0
@@ 5880,6 5880,17 @@ world can be described by @acronym{WCS, World Coordinate System}
translations.")
    (license license:bsd-2)))

;; 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-ndcube-minimal
  (package/inherit python-ndcube
    (name "python-ndcube-minimal")
    (arguments
     (list #:tests? #f))
    (native-inputs
     (list python-setuptools
           python-setuptools-scm))))

(define-public python-petrofit
  (package
    (name "python-petrofit")