guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 0fefbb6f21fc40b546f095a715ca7c2a98fb2343
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 20 08:51:18 2026 +0000
gnu: python-stpreview: Fix tests.
* gnu/packages/astronomy.scm: (python-roman-datamodels-0.28,
python-rad-0.28): New variables.
(python-stpreview)[native-inputs]: Remove python-roman-datamodels and
python-wheel; add python-roman-datamodels-0.28.
Change-Id: I1dad50526d090739876761a1a6cf20359f680fe4
---
gnu/packages/astronomy.scm | 34 +++++++++++++++++++++++++++++++---
1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 585c411f53..b51001dbaf 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8424,6 +8424,19 @@ format, which are used by ASDF to serialize and
deserialize data for the Nancy
Grace Roman Space Telescope.")
(license license:bsd-3)))
+;; For [email protected], remove when a fresh version is released.
+(define-public python-rad-0.28
+ (hidden-package
+ (package
+ (inherit python-rad)
+ (version "0.28.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "rad" version))
+ (sha256
+ (base32 "0va7yfy3pcd6fp49ni7388lic3fv77n3qhvaxk6jw535v41by381")))))))
+
(define-public python-radio-beam
(package
(name "python-radio-beam")
@@ -8696,6 +8709,22 @@ for Roman since FITS format data files will not be used
by the Roman calibration
pipelines.")
(license license:bsd-3)))
+;; For [email protected], remove when a fresh version is released.
+(define-public python-roman-datamodels-0.28
+ (hidden-package
+ (package
+ (inherit python-roman-datamodels)
+ (version "0.28.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "roman_datamodels" version))
+ (sha256
+ (base32 "0j5y6d4zz1zyfwp05iwlvn0708hsh7phvp2j3zpi9pczljp78aw0"))))
+ (propagated-inputs
+ (modify-inputs (package-propagated-inputs python-roman-datamodels)
+ (replace "python-rad" python-rad-0.28))))))
+
(define-public python-romancal
(package
(name "python-romancal")
@@ -9923,10 +9952,9 @@ implementing calibration pipeline software.")
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
- python-roman-datamodels
+ python-roman-datamodels-0.28
python-setuptools
- python-setuptools-scm
- python-wheel))
+ python-setuptools-scm))
(propagated-inputs
(list python-asdf
python-astropy