guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit 7f97148090435e2ea945f404e3864bdbcc1b650b
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed Aug 13 15:52:25 2025 +0100

    gnu: ginga: Adjust inputs.
    
    * gnu/packages/astronomy.scm (ginga): Adjust inputs.
    [inputs]: Remove python-fitsio, python-magic, and python-tomli; add
    python-pillow-heif, python-pyside-6, python-pycairo, and python-tornado.
    [native-inputs]: Remove python-docutils and python-tornado; add
    python-pytest-doctestplus.
    
    Change-Id: I3dbd1db4e37aeff626564d88f2e14a2bdf9ec865
---
 gnu/packages/astronomy.scm | 32 ++++++++++++++++++--------------
 1 file changed, 18 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4cae7a8e24..43853bba82 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -825,30 +825,34 @@ corrections.")
               (setenv "HOME" "/tmp"))))))
     (native-inputs
      (list python-attrs
-           python-docutils
+           python-pytest-doctestplus
            python-pytest-astropy
            python-pytest-astropy-header
-           python-setuptools-next
-           python-tornado))
+           python-setuptools-next))
     (inputs
-     (list opencv
-           python-astropy
-           python-astroquery
-           python-dateutil
-           python-exif-read
-           python-fitsio
-           python-magic
-           python-matplotlib
+     (list python-astropy
            python-numpy
            python-packaging
-           python-photutils
            python-pillow
            python-puremagic
-           python-pyqt-6
            python-pyyaml
            python-qtpy
+           ;; [recomended]
+           opencv
+           python-astroquery
+           python-dateutil
+           python-exif-read
+           python-matplotlib
+           python-photutils
+           python-pillow-heif
            python-scipy
-           python-tomli))
+           ;; [qt6]
+           python-pyqt-6
+           ;; [pyside6]
+           python-pyside-6
+           ;; [tk,web]
+           python-pycairo
+           python-tornado))
     (home-page "https://ejeschke.github.io/ginga/";)
     (synopsis "Scientific image viewer and toolkit for FITS files")
     (description

Reply via email to