guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 175dcdcbd7e6fa16fd0e995a31f09e4092424539
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 00:41:31 2026 +0000
gnu: python-stpreview: Disable tests.
* gnu/packages/astronomy.scm (python-stpreview):
[arguments] <test-flags>: Disable as depends on older package version.
[native-inputs]: Remove python-pytest and python-roman-datamodels-0.28.
(python-rad-0.28,python-roman-datamodels-0.28): Delete variables.
Change-Id: Ie4e91b2e283795f6fcc4ab23caa819f7137dc794
---
gnu/packages/astronomy.scm | 35 +++--------------------------------
1 file changed, 3 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5abfb05cbc..a95480435d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8416,19 +8416,6 @@ 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")
@@ -8701,22 +8688,6 @@ 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")
@@ -9958,10 +9929,10 @@ implementing calibration pipeline software.")
(sha256
(base32 "1z7zpqyg7rl2sf311idzwckdshm86mkbbpknvq90gkxmqdaqas9q"))))
(build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ;depends on [email protected]
(native-inputs
- (list python-pytest
- python-roman-datamodels-0.28
- python-setuptools
+ (list python-setuptools
python-setuptools-scm))
(propagated-inputs
(list python-asdf