mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-ansicolors.
* gnu/packages/python-xyz.scm (python-ansicolors): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2e5c3d91fe
commit
857e5ab222
1 changed files with 21 additions and 0 deletions
|
@ -29069,6 +29069,27 @@ static types.")
|
||||||
async I/O support.")
|
async I/O support.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public python-ansicolors
|
||||||
|
(package
|
||||||
|
(name "python-ansicolors")
|
||||||
|
(version "1.1.8")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "ansicolors" version ".zip"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1q3jqglkq4z0f6nkkn8bswcwqg012i2grrc27kabr8286dg4zycr"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-tox
|
||||||
|
python-pytest-cov
|
||||||
|
unzip))
|
||||||
|
(home-page "https://github.com/jonathaneunice/colors/")
|
||||||
|
(synopsis "ANSI colors for Python")
|
||||||
|
(description
|
||||||
|
"This package adds ANSI colors and decorations to your strings.")
|
||||||
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public python-types-ujson
|
(define-public python-types-ujson
|
||||||
(package
|
(package
|
||||||
(name "python-types-ujson")
|
(name "python-types-ujson")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue