mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-spectra: Update to 0.1.0.
* gnu/packages/python-xyz.scm (python-spectra): Update to 0.1.0. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Replace python-colormath by python-colormath2. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. Change-Id: Ia0a5e817fd8b927d7a0d728fb552614eae7d22c6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
3e2902485c
commit
f604ac060e
1 changed files with 5 additions and 11 deletions
|
@ -10799,24 +10799,18 @@ objects.")
|
||||||
(define-public python-spectra
|
(define-public python-spectra
|
||||||
(package
|
(package
|
||||||
(name "python-spectra")
|
(name "python-spectra")
|
||||||
(version "0.0.11")
|
(version "0.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "spectra" version))
|
(uri (pypi-uri "spectra" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0gva48a1rn5yxj6dgy76dnndqaf09k5q2l9r41h2a66b84rf6c3a"))))
|
||||||
"1f322x914bhkg6r5gv1vmnir3iy0k5kih0fd2gp3rdkw32jn5cwf"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _ (invoke "nosetests" "-v"))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-colormath))
|
(list python-colormath2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-nose))
|
(list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/jsvine/spectra")
|
(home-page "https://github.com/jsvine/spectra")
|
||||||
(synopsis "Color scales and color conversion")
|
(synopsis "Color scales and color conversion")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue