gnu: Add python-halo.
* gnu/packages/terminals.scm (python-halo): New variable. Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
parent
3080d0d8d7
commit
a012881e15
1 changed files with 21 additions and 0 deletions
|
@ -1160,6 +1160,27 @@ terminal. It features string-like objects which carry formatting information,
|
||||||
per-line fullscreen terminal rendering, and keyboard input event reporting.")
|
per-line fullscreen terminal rendering, and keyboard input event reporting.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-halo
|
||||||
|
(package
|
||||||
|
(name "python-halo")
|
||||||
|
(version "0.0.31")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "halo" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1mn97h370ggbc9vi6x8r6akd5q8i512y6kid2nvm67g93r9a6rvv"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-colorama python-log-symbols python-six
|
||||||
|
python-spinners python-termcolor))
|
||||||
|
(native-inputs (list python-coverage python-nose python-pylint python-tox
|
||||||
|
python-twine))
|
||||||
|
(home-page "https://github.com/manrajgrover/halo")
|
||||||
|
(synopsis "Python library to display graphical spinners in the terminal")
|
||||||
|
(description "Halo is a Python library to display graphical spinners in
|
||||||
|
the terminal. It also supports IPython/Jupyter.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-log-symbols
|
(define-public python-log-symbols
|
||||||
(package
|
(package
|
||||||
(name "python-log-symbols")
|
(name "python-log-symbols")
|
||||||
|
|
Reference in a new issue