GNU bug report logs -
#70489
[PATCH 00/47] Astronomy 2024/04 updates.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/astronomy.scm (python-ginga): Update to 5.0.1.
[arguments] <#:phases>: Add 'relax-requirements phase.
[propagated-inputs]: Add opencv, python-exif-read python-packaging,
python-pyyaml, and python-tomli.
[native-inputs]: Add python-pytest-astropy-header.
Change-Id: I314bbd9a037b134a03f5a4a174ab878e9523e4b6
---
gnu/packages/astronomy.scm | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f57165050f..70e3daa501 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -707,31 +707,45 @@ (define-public python-gatspy
(define-public python-ginga
(package
(name "python-ginga")
- (version "5.0.0")
+ (version "5.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ginga" version))
(sha256
- (base32 "1kydi6qqsscgsa55fa2za35vr5j8xjn09lfbnb5ajr8yxdgm4n3y"))))
+ (base32 "1zw93487a0ilkb5w5qjgrdnavxlmdmjp6c2wyc1wp8qahby9c0xa"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'relax-requirements
+ (lambda _
+ (substitute* "setup.cfg"
+ ;; packaging>=23.1
+ ((">=23.1") ">=21.3")))))))
(propagated-inputs
- (list ;;python-exifread ; optional, not packed yet in Guix
+ (list opencv
python-astropy
python-astroquery
python-dateutil
+ python-exif-read
+ python-fitsio
python-magic
python-matplotlib
- python-fitsio
python-numpy
+ python-packaging
python-photutils
python-pillow
+ python-pyyaml
python-qtpy
- python-scipy))
+ python-scipy
+ python-tomli))
(native-inputs
(list python-attrs
python-docutils
python-pytest-astropy
+ python-pytest-astropy-header
python-semantic-version
python-tornado))
(home-page "https://ejeschke.github.io/ginga/")
--
2.41.0
This bug report was last modified 1 year and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.