[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: Add python-yaspin.
From: |
guix-commits |
Subject: |
02/11: gnu: Add python-yaspin. |
Date: |
Sun, 2 May 2021 09:06:39 -0400 (EDT) |
raghavgururajan pushed a commit to branch master
in repository guix.
commit 12ca316b83bf4a303fa9c68830fddba00e5be4f4
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Apr 28 14:09:19 2021 -0400
gnu: Add python-yaspin.
* gnu/packages/python-xyz.scm (python-yaspin): New variable.
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 67331d1..aab53bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -245,6 +245,26 @@
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")
- branch master updated (c113191 -> 061823d), guix-commits, 2021/05/02
- 02/11: gnu: Add python-yaspin.,
guix-commits <=
- 01/11: gnu: Add python-colorful., guix-commits, 2021/05/02
- 03/11: gnu: Add python-pytest-click., guix-commits, 2021/05/02
- 04/11: gnu: python-nltk: Update to 3.6.2., guix-commits, 2021/05/02
- 05/11: gnu: Add python-nltk@3.4., guix-commits, 2021/05/02
- 11/11: gnu: gupnp: Add gsettings-desktop-schemas for tests., guix-commits, 2021/05/02
- 06/11: gnu: Add python-lunr., guix-commits, 2021/05/02
- 07/11: gnu: Add python-mkdocs., guix-commits, 2021/05/02
- 08/11: gnu: Add python-pymdown-extensions., guix-commits, 2021/05/02
- 10/11: gnu: Add tgcli., guix-commits, 2021/05/02
- 09/11: gnu: Add python-mkdocs-material., guix-commits, 2021/05/02