~ruther/guix-local

aaf9a296edd690905c79687bedcf641a89a71452 — Sharlatan Hellseher 5 months ago 4bf316e
gnu: python-sunpy-minimal: Don't hide the package.

* gnu/packages/astronomy.scm (python-sunpy-minimal): Make package
searchable.

Change-Id: I4469efdf2da3f8d5b0e8dfe9f7c48a148aaae332
1 files changed, 16 insertions(+), 17 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +16 -17
@@ 9215,23 9215,22 @@ to the SolarSoft data analysis environment.")
;; 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-sunpy-minimal
  (hidden-package
   (package/inherit python-sunpy
     (name "python-sunpy-minimal")
     (arguments
      (substitute-keyword-arguments (package-arguments python-sunpy)
        ((#:tests? _ #t) #f)))
     (native-inputs
      (list python-setuptools
            python-setuptools-scm
            python-wheel))
     (propagated-inputs
      (list python-astropy-minimal
            python-fsspec
            python-mpl-animators
            python-parfive
            python-pyerfa
            python-requests)))))
  (package/inherit python-sunpy
    (name "python-sunpy-minimal")
    (arguments
     (substitute-keyword-arguments (package-arguments python-sunpy)
       ((#:tests? _ #t) #f)))
    (native-inputs
     (list python-setuptools
           python-setuptools-scm
           python-wheel))
    (propagated-inputs
     (list python-astropy-minimal
           python-fsspec
           python-mpl-animators
           python-parfive
           python-pyerfa
           python-requests))))

(define-public python-sunpy-soar
  (package