summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-20 10:50:59 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-31 21:50:47 +0100
commita911f8ac265ff6cffb507fefd0408cbed12fbd00 (patch)
tree2e938aadec7ce0a1df7cdee82ba275d84376f98d /gnu
parent2b181c3f35459474cc36414d05ae40f8481bf6f8 (diff)
gnu: python-stsynphot: Update to 1.5.1.
* gnu/packages/astronomy.scm (python-stsynphot): Update to 1.5.1. [source]: Switch to git-fetch. [native-inputs]: Remove python-pytest, python-pytest-astropy, and python-pytest-astropy-header. Change-Id: I2fc451106672e59a43e752284487f33a08f23277
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 367e4338aee..87243e5baf1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10091,13 +10091,16 @@ Institute, STScI} utility functions.")
(define-public python-stsynphot
(package
(name "python-stsynphot")
- (version "1.5.0")
+ (version "1.5.1")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "stsynphot" version))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/spacetelescope/stsynphot_refactor")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1hkpk27wrkhfxngzq1qdpza0i95lcs9bvxsyyf1bn45nw85ljajy"))))
+ (base32 "15jxb2b1172xlh041bvs8316qmqbg26nxjgfyxvl8280zwyqiwvh"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -10110,10 +10113,7 @@ Institute, STScI} utility functions.")
;; <https://archive.stsci.edu/hlsp/reference-atlases>.
#:tests? #f))
(native-inputs
- (list python-pytest
- python-pytest-astropy
- python-pytest-astropy-header
- python-setuptools
+ (list python-setuptools
python-setuptools-scm))
(propagated-inputs
(list python-astropy