guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e99db1993b6db6c8505ef131f270e6a1e06ec68c
Author: Sharlatan Hellseher <[email protected]>
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 7391ac7b91..13941efdfc 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