unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 71084@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>,
	Andreas Enge <andreas@enge.fr>, Eric Bavier <bavier@posteo.net>,
	Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#71084] [PATCH 16/26] gnu: python-roman-datamodels: Update to 0.20.0.
Date: Mon, 20 May 2024 23:12:43 +0100	[thread overview]
Message-ID: <49e88ab4bf571dbfb70fdf7845b402b5aa1ba1c5.1716242564.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1716242563.git.sharlatanus@gmail.com>

* gnu/packages/astronomy.scm (python-roman-datamodels): Update to
0.20.0. Adjust indentation.

Change-Id: I6bd533d81a0c8b6f2cc183e274190ff7042e965f
---
 gnu/packages/astronomy.scm | 40 ++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 16e5310e74..b7c885c8f2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5098,13 +5098,13 @@ (define-public python-radiospectra
 (define-public python-roman-datamodels
   (package
     (name "python-roman-datamodels")
-    (version "0.19.1")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "roman_datamodels" version))
-              (sha256
-               (base32
-                "1fp9rwzm5kzm0hjwwmlx7kym7yriyhxbfg2zr3y625pyvwpnl0a8"))))
+    (version "0.20.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "roman_datamodels" version))
+       (sha256
+        (base32 "1918wnssf478w168mhv009jkirmny8hyfxrkwvl8iish36dcqagh"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -5115,18 +5115,20 @@ (define-public python-roman-datamodels
           (add-after 'unpack 'set-env
             (lambda _
               (setenv "HOME" "/tmp"))))))
-    (propagated-inputs (list python-asdf
-                             python-asdf-astropy
-                             python-astropy
-                             python-gwcs
-                             python-numpy
-                             python-psutil
-                             python-rad))
-    (native-inputs (list python-pytest
-                         python-pytest-doctestplus
-                         python-pytest-env
-                         python-pytest-xdist
-                         python-setuptools-scm))
+    (propagated-inputs
+     (list python-asdf
+           python-asdf-astropy
+           python-astropy
+           python-gwcs
+           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
-- 
2.41.0





  parent reply	other threads:[~2024-05-20 22:46 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-20 22:11 [bug#71084] [PATCH 00/26] Astronomy update 2024/05 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 01/26] gnu: python-sep: Refresh package style Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 02/26] gnu: python-ephem: Use pyproject-build-system Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 03/26] gnu: python-sgp4: " Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 04/26] gnu: packages/astronomy: Minimize import from python build system Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 05/26] gnu: calceph: Update to 4.0.0 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 06/26] gnu: python-astropy-iers-data: Update to 0.2024.5.13.0.30.12 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 07/26] gnu: python-astropy: Update to 6.1.0 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 08/26] gnu: python-pyvo: Disable a failing test Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 09/26] gnu: python-astroscrappy: Update to 1.2.0 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 10/26] gnu: python-dust-extinction: Update to 1.4 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 11/26] gnu: python-ccdproc: Update to 2.4.2 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 12/26] gnu: python-cdflib: Update to 1.3.1 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 13/26] gnu: python-crds: Update to 11.17.22 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 14/26] gnu: python-jplephem: Update to 2.22 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 15/26] gnu: python-rad: Update to 0.20.0 Sharlatan Hellseher
2024-05-20 22:12 ` Sharlatan Hellseher [this message]
2024-05-20 22:12 ` [bug#71084] [PATCH 17/26] gnu: python-sunpy: Update to 5.1.3 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 18/26] gnu: python-stsci-image: Update to 2.3.7 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 19/26] gnu: python-specutils: Update to 1.15.0 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 20/26] gnu: python-unyt: Fix version detection Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 21/26] gnu: python-ewah-bool-utils: Update to 1.2.0 Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 22/26] gnu: Add python-viresclient Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 23/26] gnu: Add python-geopack Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 24/26] gnu: Add python-comm Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 25/26] gnu: Add python-more-itertools-next Sharlatan Hellseher
2024-05-20 22:12 ` [bug#71084] [PATCH 26/26] gnu: Add python-yt Sharlatan Hellseher
2024-05-30 14:29 ` bug#71084: [PATCH 00/26] Astronomy update 2024/05 Andrew Tropin via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49e88ab4bf571dbfb70fdf7845b402b5aa1ba1c5.1716242564.git.sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=71084@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=bavier@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).