GNU bug report logs -
#76480
[PATCH 00/51] Astro update 2025/02
Previous Next
Full log
Message #56 received at 76480 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/astronomy.scm (python-drms): Update to 0.9.0.
[propagated-inputs]: Add python-packaging.
[native-inputs]: Remove python-astropy and python-setuptools-scm; add
python-astropy-minimal and python-setuptools-scm-next.
Change-Id: I160e85a89985f194d1701800c56301c3a70599d9
---
gnu/packages/astronomy.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6e1d8d4e8bb..36d022f8ae3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2357,22 +2357,24 @@ (define-public python-drizzle
(define-public python-drms
(package
(name "python-drms")
- (version "0.8.0")
+ (version "0.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "drms" version))
(sha256
- (base32 "19lqy510d7iyxfz445h2rn4d0rvmd4d3lnjmvbkvv270ckpfw09f"))))
+ (base32 "0nnyqzy9dblis3q1xhx77z8ys1k969fh9qqdvmapn46v91299gml"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-astropy
+ (list python-astropy-minimal
python-pytest-astropy
python-setuptools
- python-setuptools-scm
+ python-setuptools-scm-next
python-wheel))
(propagated-inputs
- (list python-numpy python-pandas))
+ (list python-numpy
+ python-packaging
+ python-pandas))
(home-page "https://sunpy.org")
(synopsis "Access astronomical HMI, AIA and MDI data with Python")
(description
--
2.47.1
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.