gnu: python-stsci-image: Refresh package style.
* gnu/packages/astronomy.scm (python-stsci-image): Adjust indentation. [description]: Fix grammar. Change-Id: I1f4bf751720a3be324644bf417104e36510c62a6master
parent
6500f71b38
commit
e7e929094d
|
@ -3135,28 +3135,28 @@ spherical polygons that represent arbitrary regions of the sky.")
|
||||||
(package
|
(package
|
||||||
(name "python-stsci-image")
|
(name "python-stsci-image")
|
||||||
(version "2.3.5")
|
(version "2.3.5")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stsci.image" version))
|
(uri (pypi-uri "stsci.image" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1vnp4256nbdvapa69cmm80sjz11ygxa49abr9nbvssj6nyyp5icb"))))
|
||||||
"1vnp4256nbdvapa69cmm80sjz11ygxa49abr9nbvssj6nyyp5icb"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'build-extensions
|
(add-before 'check 'build-extensions
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Cython extensions have to be built before running
|
;; Cython extensions have to be built before running the tests.
|
||||||
;; the tests.
|
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
|
||||||
(invoke "python" "setup.py" "build_ext"
|
|
||||||
"--inplace"))))))
|
|
||||||
(propagated-inputs (list python-numpy python-scipy))
|
(propagated-inputs (list python-numpy python-scipy))
|
||||||
(native-inputs (list python-pytest python-setuptools-scm))
|
(native-inputs (list python-pytest python-setuptools-scm))
|
||||||
(home-page "https://github.com/spacetelescope/stsci.image")
|
(home-page "https://github.com/spacetelescope/stsci.image")
|
||||||
(synopsis "Image array manipulation functions")
|
(synopsis "Image array manipulation functions")
|
||||||
(description
|
(description
|
||||||
"This package provides Python modules of @acronym{STScI, Space Telescope
|
"This package provides a Python module to various @acronym{STScI, Space
|
||||||
Science Institute} image array manipulation functions.")
|
Telescope Science Institute} image array manipulation functions.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-stsci-imagestats
|
(define-public python-stsci-imagestats
|
||||||
|
|
Reference in New Issue