gnu: python-jwst: Update to 1.14.0.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.14.0. [propagated-inputs]: Remove python-asdf-transform-schemas; add python-importlib-metadata, python-packaging, python-pysiaf, and python-synphot. Change-Id: I0310e0680457a7851d07fa14406edf079000fcd5
This commit is contained in:
parent
fe5d0b5733
commit
f18f7a7cd5
1 changed files with 7 additions and 3 deletions
|
|
@ -3969,13 +3969,13 @@ milliarcsecond).")
|
||||||
(define-public python-jwst
|
(define-public python-jwst
|
||||||
(package
|
(package
|
||||||
(name "python-jwst")
|
(name "python-jwst")
|
||||||
(version "1.13.4")
|
(version "1.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jwst" version))
|
(uri (pypi-uri "jwst" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n5cfjayg15kf5p6pns7k2zfcldqz1464ndbldgzanc33fp9wnfz"))))
|
"0knl2x0z3djsln8mi3a4bkxjz49iwmnr1v6wwsk13zvpkfq21vv4"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
@ -3992,19 +3992,21 @@ milliarcsecond).")
|
||||||
(propagated-inputs (list opencv
|
(propagated-inputs (list opencv
|
||||||
python-asdf
|
python-asdf
|
||||||
python-asdf-astropy
|
python-asdf-astropy
|
||||||
python-asdf-transform-schemas
|
|
||||||
python-astropy
|
python-astropy
|
||||||
python-bayesicfitting
|
python-bayesicfitting
|
||||||
python-crds
|
python-crds
|
||||||
python-drizzle
|
python-drizzle
|
||||||
python-gwcs
|
python-gwcs
|
||||||
|
python-importlib-metadata
|
||||||
python-jplephem
|
python-jplephem
|
||||||
python-jsonschema
|
python-jsonschema
|
||||||
python-numpy
|
python-numpy
|
||||||
|
python-packaging
|
||||||
python-photutils
|
python-photutils
|
||||||
python-poppy
|
python-poppy
|
||||||
python-psutil
|
python-psutil
|
||||||
python-pyparsing
|
python-pyparsing
|
||||||
|
python-pysiaf
|
||||||
python-requests
|
python-requests
|
||||||
python-scikit-image
|
python-scikit-image
|
||||||
python-scipy
|
python-scipy
|
||||||
|
|
@ -4014,6 +4016,7 @@ milliarcsecond).")
|
||||||
python-stpipe
|
python-stpipe
|
||||||
python-stsci-image
|
python-stsci-image
|
||||||
python-stsci-imagestats
|
python-stsci-imagestats
|
||||||
|
python-synphot
|
||||||
python-tweakwcs
|
python-tweakwcs
|
||||||
python-wiimatch))
|
python-wiimatch))
|
||||||
(native-inputs (list python-colorama
|
(native-inputs (list python-colorama
|
||||||
|
|
@ -4022,6 +4025,7 @@ milliarcsecond).")
|
||||||
python-pytest-doctestplus
|
python-pytest-doctestplus
|
||||||
python-pytest-openfiles
|
python-pytest-openfiles
|
||||||
python-requests-mock
|
python-requests-mock
|
||||||
|
;; python-ruff ; not packed yet in Guix
|
||||||
python-setuptools-scm))
|
python-setuptools-scm))
|
||||||
(home-page "https://jwst-pipeline.readthedocs.io/en/latest/")
|
(home-page "https://jwst-pipeline.readthedocs.io/en/latest/")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
|
||||||
Reference in a new issue