mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-spinners: Move to python-xyz.
* gnu/packages/terminals.scm (python-spinners): Move from here ... * gnu/packages/python-xyz.scm: ... to here. Change-Id: I382935461c52766a98ae3b103e5309ee43651a09
This commit is contained in:
parent
0179094eae
commit
b4443ac120
2 changed files with 22 additions and 21 deletions
|
@ -1343,6 +1343,28 @@ three consecutive points in a polyline or polygon
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-spinners
|
||||||
|
(package
|
||||||
|
(name "python-spinners")
|
||||||
|
(version "0.0.24")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "spinners" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0zz2z6dpdjdq5z8m8w8dfi8by0ih1zrdq0caxm1anwhxg2saxdhy"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f)) ;no tests in PyPI archive, tests depend on Nose
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools))
|
||||||
|
(home-page "https://github.com/manrajgrover/py-spinners")
|
||||||
|
(synopsis "Python library with graphical spinners for the terminal")
|
||||||
|
(description
|
||||||
|
"Spinners is a Python library that contains graphical spinners that can
|
||||||
|
be displayed terminal.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-streamtracer
|
(define-public python-streamtracer
|
||||||
(package
|
(package
|
||||||
(name "python-streamtracer")
|
(name "python-streamtracer")
|
||||||
|
|
|
@ -1147,27 +1147,6 @@ features string-like objects which carry formatting information, per-line
|
||||||
fullscreen terminal rendering, and keyboard input event reporting.")
|
fullscreen terminal rendering, and keyboard input event reporting.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-spinners
|
|
||||||
(package
|
|
||||||
(name "python-spinners")
|
|
||||||
(version "0.0.24")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "spinners" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0zz2z6dpdjdq5z8m8w8dfi8by0ih1zrdq0caxm1anwhxg2saxdhy"))))
|
|
||||||
(build-system pyproject-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:tests? #f)) ;no tests in PyPI archive, tests depend on Nose
|
|
||||||
(native-inputs
|
|
||||||
(list python-setuptools))
|
|
||||||
(home-page "https://github.com/manrajgrover/py-spinners")
|
|
||||||
(synopsis "Python library with graphical spinners for the terminal")
|
|
||||||
(description "Spinners is a Python library that contains graphical spinners
|
|
||||||
that can be displayed terminal.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public tmate
|
(define-public tmate
|
||||||
(package
|
(package
|
||||||
(name "tmate")
|
(name "tmate")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue