summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-10 18:06:00 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-19 13:57:39 +0100
commitcb9d454280d68d6f9de2c4460660aa4be1239b2c (patch)
treef3450a42ac1477c031c6c8f08771f37bbdc6f65b /gnu/packages/python-xyz.scm
parent0ece391d8b85de5426b9e4aad23290462db49903 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8aae4465aa..46f1b9277c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1293,6 +1293,28 @@ three consecutive points in a polyline or polygon
@end itemize")
(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
(package
(name "python-streamtracer")