diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 35 |
1 files changed, 3 insertions, 32 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2959be4fc89..52cb4495e1c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8376,19 +8376,6 @@ format, which are used by ASDF to serialize and deserialize data for the Nancy Grace Roman Space Telescope.") (license license:bsd-3))) -;; For python-stpreview@0.6.0, 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") @@ -8661,22 +8648,6 @@ for Roman since FITS format data files will not be used by the Roman calibration pipelines.") (license license:bsd-3))) -;; For python-stpreview@0.6.0, 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") @@ -9898,10 +9869,10 @@ implementing calibration pipeline software.") (sha256 (base32 "1z7zpqyg7rl2sf311idzwckdshm86mkbbpknvq90gkxmqdaqas9q")))) (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ;depends on python-roman-datamodels@0.28 (native-inputs - (list python-pytest - python-roman-datamodels-0.28 - python-setuptools + (list python-setuptools python-setuptools-scm)) (propagated-inputs (list python-asdf |
