mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-stpreview.
* gnu/packages/astronomy.scm (python-stpreview): New variable. Change-Id: Ia3e318a69dac44c988a2c42e5f9a5dcd015dc930
This commit is contained in:
parent
9c339d503f
commit
f4934f43aa
1 changed files with 30 additions and 0 deletions
|
@ -6866,6 +6866,36 @@ implementing calibration pipeline software.")
|
|||
;; LICENSE Association of Universities for Research in Astronomy (AURA)
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-stpreview
|
||||
(package
|
||||
(name "python-stpreview")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stpreview" version))
|
||||
(sha256
|
||||
(base32 "1z7zpqyg7rl2sf311idzwckdshm86mkbbpknvq90gkxmqdaqas9q"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-roman-datamodels
|
||||
python-setuptools-next
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-asdf
|
||||
python-astropy
|
||||
python-gwcs
|
||||
python-matplotlib
|
||||
python-numpy
|
||||
python-scikit-image))
|
||||
(home-page "https://github.com/spacetelescope/stpreview")
|
||||
(synopsis "Build downsampled previews of STScI")
|
||||
(description
|
||||
"This package provides build downsampled previews of Space Telescope products.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-stpsf
|
||||
(package
|
||||
(name "python-stpsf")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue