[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/26: gnu: python-crds: Update to 11.17.22.
From: |
guix-commits |
Subject: |
13/26: gnu: python-crds: Update to 11.17.22. |
Date: |
Thu, 30 May 2024 10:26:22 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit b0d3182d2045f7c9ff2b6ee870ee9203daba8280
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon May 20 23:12:40 2024 +0100
gnu: python-crds: Update to 11.17.22.
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.22. Adjust
indentation.
[native-inputs]: Remove python-flake8, python-ipython,
python-lockfile, python-mock, python-nose, python-pylint, and
python-pytest.
Change-Id: Idbbece6544755753dce2046292d2552924992959
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/astronomy.scm | 45 ++++++++++++++++++++-------------------------
1 file changed, 20 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c6baece0f7..38b878ab25 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2150,13 +2150,13 @@ monochromatic sequential colormaps like @code{blue},
@code{green}, and
(define-public python-crds
(package
(name "python-crds")
- (version "11.17.20")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "crds" version))
- (sha256
- (base32
- "0480jjklv2p60fp892dr4qglwv44k86hx29y8q1c967l9k53wc9f"))))
+ (version "11.17.22")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "crds" version))
+ (sha256
+ (base32 "1i2wh7cgyn7r0fnn7ikfsdqjrcpg46xsk619mhdqywk5yjcxlz9f"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2164,24 +2164,19 @@ monochromatic sequential colormaps like @code{blue},
@code{green}, and
;; additional test data. See:
;; https://github.com/spacetelescope/crds/blob/master/setup_test_cache
#:tests? #f))
- (propagated-inputs (list python-asdf
- python-astropy
- python-boto3
- python-filelock
- python-numpy
- python-parsley
- python-pysynphot
- python-roman-datamodels
- python-stsynphot
- python-requests))
- (native-inputs (list python-flake8
- python-ipython
- python-lockfile
- python-mock
- python-nose
- python-pylint
- python-pytest
- python-setuptools-scm))
+ (propagated-inputs
+ (list python-asdf
+ python-astropy
+ python-boto3
+ python-filelock
+ python-numpy
+ python-parsley
+ python-pysynphot
+ python-roman-datamodels
+ python-stsynphot
+ python-requests))
+ (native-inputs
+ (list python-setuptools-scm))
(home-page "https://hst-crds.stsci.edu")
(synopsis "Calibration Reference Data System for HST and JWST")
(description
- 02/26: gnu: python-ephem: Use pyproject-build-system., (continued)
- 02/26: gnu: python-ephem: Use pyproject-build-system., guix-commits, 2024/05/30
- 01/26: gnu: python-sep: Refresh package style., guix-commits, 2024/05/30
- 04/26: gnu: packages/astronomy: Minimize import from python build system., guix-commits, 2024/05/30
- 05/26: gnu: calceph: Update to 4.0.0., guix-commits, 2024/05/30
- 03/26: gnu: python-sgp4: Use pyproject-build-system., guix-commits, 2024/05/30
- 11/26: gnu: python-ccdproc: Update to 2.4.2., guix-commits, 2024/05/30
- 07/26: gnu: python-astropy: Update to 6.1.0., guix-commits, 2024/05/30
- 06/26: gnu: python-astropy-iers-data: Update to 0.2024.5.13.0.30.12., guix-commits, 2024/05/30
- 08/26: gnu: python-pyvo: Disable a failing test., guix-commits, 2024/05/30
- 10/26: gnu: python-dust-extinction: Update to 1.4., guix-commits, 2024/05/30
- 13/26: gnu: python-crds: Update to 11.17.22.,
guix-commits <=
- 09/26: gnu: python-astroscrappy: Update to 1.2.0., guix-commits, 2024/05/30
- 14/26: gnu: python-jplephem: Update to 2.22., guix-commits, 2024/05/30
- 17/26: gnu: python-sunpy: Update to 5.1.3., guix-commits, 2024/05/30
- 16/26: gnu: python-roman-datamodels: Update to 0.20.0., guix-commits, 2024/05/30
- 15/26: gnu: python-rad: Update to 0.20.0, guix-commits, 2024/05/30
- 20/26: gnu: python-unyt: Fix version detection., guix-commits, 2024/05/30
- 21/26: gnu: python-ewah-bool-utils: Update to 1.2.0., guix-commits, 2024/05/30
- 22/26: gnu: Add python-viresclient., guix-commits, 2024/05/30
- 26/26: gnu: Add python-yt., guix-commits, 2024/05/30
- 25/26: gnu: Add python-more-itertools-next., guix-commits, 2024/05/30