[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/45: gnu: python-roman-datamodels: Update to 0.22.0.
From: |
guix-commits |
Subject: |
34/45: gnu: python-roman-datamodels: Update to 0.22.0. |
Date: |
Sat, 30 Nov 2024 10:16:39 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit f9ef0789e2fa5d44bc70f2ce253470bbedde02b3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 21 17:10:07 2024 +0000
gnu: python-roman-datamodels: Update to 0.22.0.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.22.0.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I7cfc5aed379c9056f93e1214ec5b06f56edced74
---
gnu/packages/astronomy.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ddfd9de9c0..c4b3ae4156 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6307,13 +6307,13 @@ solar physics.")
(define-public python-roman-datamodels
(package
(name "python-roman-datamodels")
- (version "0.21.0")
+ (version "0.22.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "roman_datamodels" version))
(sha256
- (base32 "00hwyxixdk3i48nhqnn7pnkkp3fran6fn8kzwx2w4bjkwv8cd126"))))
+ (base32 "0n50pgs7y0nmrx86qlny27mas2zgx708gm3xfkl7an2nwkdfwfld"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -6324,6 +6324,14 @@ solar physics.")
(add-after 'unpack 'set-env
(lambda _
(setenv "HOME" "/tmp"))))))
+ (native-inputs
+ (list python-pytest
+ python-pytest-doctestplus
+ python-pytest-env
+ python-pytest-xdist
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
(list python-asdf
python-asdf-astropy
@@ -6332,12 +6340,6 @@ solar physics.")
python-numpy
python-psutil
python-rad))
- (native-inputs
- (list python-pytest
- python-pytest-doctestplus
- python-pytest-env
- python-pytest-xdist
- python-setuptools-scm))
(home-page "https://github.com/spacetelescope/roman_datamodels")
(synopsis "Roman Datamodels Support")
(description
- 15/45: gnu: python-astropy: Update to 6.1.6., (continued)
- 15/45: gnu: python-astropy: Update to 6.1.6., guix-commits, 2024/11/30
- 19/45: gnu: Add python-puremagic., guix-commits, 2024/11/30
- 16/45: gnu: python-bayesicfitting: Update to 3.2.2., guix-commits, 2024/11/30
- 20/45: gnu: python-ginga: Update to 5.2.0., guix-commits, 2024/11/30
- 26/45: gnu: python-jwst: Update to 1.16.1., guix-commits, 2024/11/30
- 33/45: gnu: python-reproject: Update to 0.14.1., guix-commits, 2024/11/30
- 27/45: gnu: python-ndcube: Update to 2.2.4., guix-commits, 2024/11/30
- 28/45: gnu: python-photutils: Update to 2.0.2., guix-commits, 2024/11/30
- 39/45: gnu: python-stcal: Update to 1.10.0., guix-commits, 2024/11/30
- 29/45: gnu: python-pyerfa: Update to 2.0.1.5., guix-commits, 2024/11/30
- 34/45: gnu: python-roman-datamodels: Update to 0.22.0.,
guix-commits <=
- 45/45: gnu: python-gatspy: Adjust inputs., guix-commits, 2024/11/30
- 36/45: gnu: python-sncosmo: Update to 2.11.2., guix-commits, 2024/11/30
- 10/45: gnu: healpix-source: Update commentary note., guix-commits, 2024/11/30
- 37/45: gnu: python-specutils: Update to 1.19.0., guix-commits, 2024/11/30
- 31/45: gnu: python-rad: Update to 0.22.0., guix-commits, 2024/11/30
- 41/45: gnu: python-stsynphot: Update to 1.4.0., guix-commits, 2024/11/30
- 40/45: gnu: python-stdatamodels: Update to 2.1.2., guix-commits, 2024/11/30
- 43/45: gnu: python-yt: Update to 4.4.0., guix-commits, 2024/11/30
- 35/45: gnu: python-sep-pjw: Update to 1.3.7., guix-commits, 2024/11/30
- 14/45: gnu: python-astropy-iers-data: Update to 0.2024.11.18.0.35.2., guix-commits, 2024/11/30