gnu: Add python-yaspin.

* gnu/packages/python-xyz.scm (python-yaspin): New variable.
This commit is contained in:
Raghav Gururajan 2021-04-28 14:09:19 -04:00
parent 71005247cd
commit 12ca316b83
No known key found for this signature in database
GPG key ID: 5F5816647F8BE551

View file

@ -245,6 +245,26 @@ (define-public python-colorful
as functions or string constants to form colored terminal output.")
(license license:expat)))
(define-public python-yaspin
(package
(name "python-yaspin")
(version "1.5.0")
(source
(origin
(method url-fetch)
(uri
(pypi-uri "yaspin" version))
(sha256
(base32 "1iirah0kydrdp505qnjj6gi54avcr7z0hbkfx9vmh8myr30rpz6q"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))
(home-page "https://github.com/pavdmyt/yaspin")
(synopsis "Yet Another Terminal Spinner")
(description "Yaspin provides a terminal spinner to indicate the progress
during long operations.")
(license license:expat)))
(define-public python-slixmpp
(package
(name "python-slixmpp")