mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-colormath2.
* gnu/packages/python-xyz.scm (python-colormath2): New variable. Change-Id: I3c4f0510f55d0f2c8400fae7271933017ef20916 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
c08e55df4c
commit
3e2902485c
1 changed files with 16 additions and 0 deletions
|
@ -10780,6 +10780,22 @@ objects.")
|
|||
"This is a Python library for color math and conversions.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-colormath2
|
||||
(package
|
||||
(inherit python-colormath)
|
||||
(name "python-colormath2")
|
||||
(version "3.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "colormath2" version))
|
||||
(sha256
|
||||
(base32 "1yigkhvjgbl9nrlijn4iwcs6k7i5y58drix1331cd1hb9wzn35z7"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-networkx python-numpy))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/bkmgit/python-colormath2")))
|
||||
|
||||
(define-public python-spectra
|
||||
(package
|
||||
(name "python-spectra")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue