mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add python-hsluv.
* gnu/packages/python-xyz.scm (python-hsluv): New variable. Change-Id: I97a5b09f66150f0d77f62caa7c8f8410807d5340
This commit is contained in:
parent
3f7ccf450d
commit
1b598839c7
1 changed files with 20 additions and 0 deletions
|
@ -11512,6 +11512,26 @@ (define-public python-honcho
|
|||
displayed.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-hsluv
|
||||
(package
|
||||
(name "python-hsluv")
|
||||
(version "5.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "hsluv" version))
|
||||
(sha256
|
||||
(base32 "0bmpd7qxcvin8szblilxmw50v7mygf6a6i180h82123s893gk092"))))
|
||||
(build-system pyproject-build-system)
|
||||
(home-page "https://www.hsluv.org")
|
||||
(synopsis "Human-friendly HSL colour space implemented in Python")
|
||||
(description
|
||||
"Human-friendly @acronym{Hue Saturation Lightness,HSL}. HSLuv extends
|
||||
@url{http://en.wikipedia.org/wiki/CIELUV,CIELUV} with a new saturation
|
||||
component that allows you to span all the available chroma as a neat
|
||||
percentage.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pebble
|
||||
(package
|
||||
(name "python-pebble")
|
||||
|
|
Loading…
Reference in a new issue