[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/45: gnu: python-stsynphot: Update to 1.4.0.
From: |
guix-commits |
Subject: |
41/45: gnu: python-stsynphot: Update to 1.4.0. |
Date: |
Sat, 30 Nov 2024 10:16:40 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 201a8cd67599ff06f1c7b3dbd0a0cdfddd2bf46c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 21 19:32:43 2024 +0000
gnu: python-stsynphot: Update to 1.4.0.
* gnu/packages/astronomy.scm (python-stsynphot): Update to 1.4.0.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I9155f517358ecf651a47fe48a676202a2c19bb2f
---
gnu/packages/astronomy.scm | 38 +++++++++++++++++++++-----------------
1 file changed, 21 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index da12d28269..7d2b176002 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5211,13 +5211,13 @@ implementing calibration pipeline software.")
(define-public python-stsynphot
(package
(name "python-stsynphot")
- (version "1.3.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "stsynphot" version))
- (sha256
- (base32
- "15m3vy39mc7rh1mrxs8d2bs0bx5vv632m6wg8n15fqjzhadqy7j5"))))
+ (version "1.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "stsynphot" version))
+ (sha256
+ (base32 "02xaglg1kv3mk6gqjcs1283mmy9b42fgsga8g2z8768lkgwmmg9j"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -5226,16 +5226,20 @@ implementing calibration pipeline software.")
;; Failed to load Vega spectrum from
;; /grp/redcat/trds/calspec/alpha_lyr_stis_010.fits;
#:tests? #f))
- (propagated-inputs (list python-astropy
- python-beautifulsoup4
- python-matplotlib
- python-numpy
- python-scipy
- python-synphot))
- (native-inputs (list python-pytest
- python-pytest-astropy
- python-pytest-astropy-header
- python-setuptools-scm))
+ (native-inputs
+ (list python-pytest
+ python-pytest-astropy
+ python-pytest-astropy-header
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
+ (propagated-inputs
+ (list python-astropy
+ python-beautifulsoup4
+ python-matplotlib
+ python-numpy
+ python-scipy
+ python-synphot))
(home-page "https://github.com/spacetelescope/stsynphot_refactor")
(synopsis "Synthetic photometry using Astropy for HST and JWST")
(description
- 27/45: gnu: python-ndcube: Update to 2.2.4., (continued)
- 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, 2024/11/30
- 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 <=
- 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
- 08/45: gnu: Add python-spisea., guix-commits, 2024/11/30
- 21/45: gnu: python-aplpy: Update to 2.2.0., guix-commits, 2024/11/30