mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jwst: Update to 1.19.2.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.19.2. [phases]{relax-requirements}: Adjust the list of versions. [propagated-inputs]: Remove python-asdf; add python-asdf-4. Change-Id: Ib72d1514d054389adc8487fb49e74adc9071fad1
This commit is contained in:
parent
f16195a275
commit
28ec374131
1 changed files with 5 additions and 3 deletions
|
@ -4926,13 +4926,13 @@ milliarcsecond).")
|
||||||
(define-public python-jwst
|
(define-public python-jwst
|
||||||
(package
|
(package
|
||||||
(name "python-jwst")
|
(name "python-jwst")
|
||||||
(version "1.19.1")
|
(version "1.19.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jwst" version))
|
(uri (pypi-uri "jwst" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bds1a8bgyac19bwr7kf6wcknkmmchji23svhr8mpciga8gm27gv"))
|
(base32 "08c6wm7nchdq3cha9267h0i49s81yq0rz5y6nsbmganx0i9sg2aq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
@ -4957,6 +4957,8 @@ milliarcsecond).")
|
||||||
(add-before 'build 'relax-requirements
|
(add-before 'build 'relax-requirements
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "pyproject.toml"
|
(substitute* "pyproject.toml"
|
||||||
|
;; asdf>=4.0,<5
|
||||||
|
((">=4.0,<5") ">=4.0")
|
||||||
;; drizzle>=2.0.1,<2.1.0
|
;; drizzle>=2.0.1,<2.1.0
|
||||||
((">=2.0.1,<2.1.0") ">=2.0.1")
|
((">=2.0.1,<2.1.0") ">=2.0.1")
|
||||||
;; stcal>=1.14.1,<1.15.0
|
;; stcal>=1.14.1,<1.15.0
|
||||||
|
@ -4984,7 +4986,7 @@ milliarcsecond).")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; opencv provides OpenCV-Python which is Listed as install requirement.
|
;; opencv provides OpenCV-Python which is Listed as install requirement.
|
||||||
(list opencv
|
(list opencv
|
||||||
python-asdf
|
python-asdf-4
|
||||||
python-asdf-astropy
|
python-asdf-astropy
|
||||||
python-astropy
|
python-astropy
|
||||||
python-bayesicfitting
|
python-bayesicfitting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue