GNU bug report logs -
#42682
[PATCH 0/2] Qmk cli
Previous Next
Full log
Message #89 received at 42682 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-spinners): New variable.
---
gnu/packages/python-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f7536b0f20..75f93f609a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15996,6 +15996,36 @@ (define-public python-progressbar33
;; Either or both of these licenses may be selected.
(license (list license:lgpl2.1+ license:bsd-3))))
+(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 python-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-test-requirements
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* '("requirements-dev.txt")
+ (("==") ">=")))))))
+ (native-inputs
+ (list python-nose
+ python-coverage
+ python-tox
+ python-pylint))
+ (home-page "https://github.com/manrajgrover/py-spinners")
+ (synopsis "Spinners for terminals")
+ (description "This package provides more than 60 spinners for terminals. Is a
+python port of the node library cli-spinners.")
+ (license license:expat)))
+
(define-public python-colorama
(package
(name "python-colorama")
--
2.40.1
This bug report was last modified 1 year and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.