mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-drizzle: Update to 2.0.1.
* gnu/packages/astronomy.scm (python-drizzle): Update to 2.0.1. [propagated-inputs]: Remove python-astropy. [native-inputs]: Add python-astropy-minimal and python-gwcs. Change-Id: I27f910d31a96b1578b876696cb11edf1bbcff0e2
This commit is contained in:
parent
fdb19ee1dc
commit
381b069d4b
1 changed files with 7 additions and 7 deletions
|
@ -2311,7 +2311,7 @@ Cesium.")
|
||||||
(define-public python-drizzle
|
(define-public python-drizzle
|
||||||
(package
|
(package
|
||||||
(name "python-drizzle")
|
(name "python-drizzle")
|
||||||
(version "2.0.0")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;PyPi doesn't have the test data sets
|
(method git-fetch) ;PyPi doesn't have the test data sets
|
||||||
|
@ -2320,7 +2320,7 @@ Cesium.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1psa98n81wphin15j7k0392rh94dkhnwrjp32lr40gb9ldp52mcm"))))
|
(base32 "113fqr87glqkvh4szqvbv0b6brr3bwp4d65qy1r1q4b90318p2zf"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -2334,16 +2334,16 @@ Cesium.")
|
||||||
;; Cython extensions have to be built before running the tests.
|
;; Cython extensions have to be built before running the tests.
|
||||||
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
|
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-astropy-minimal
|
||||||
|
python-gwcs
|
||||||
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-astropy
|
(list python-numpy))
|
||||||
python-numpy))
|
|
||||||
(home-page "https://github.com/spacetelescope/drizzle")
|
(home-page "https://github.com/spacetelescope/drizzle")
|
||||||
(synopsis
|
(synopsis "Combining dithered images into a single image")
|
||||||
"Astronomical tool for combining dithered images into a single image")
|
|
||||||
(description
|
(description
|
||||||
"The drizzle library is a Python package for combining dithered images
|
"The drizzle library is a Python package for combining dithered images
|
||||||
into a single image. This library is derived from code used in DrizzlePac.
|
into a single image. This library is derived from code used in DrizzlePac.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue