[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: Add python-colorful.
From: |
guix-commits |
Subject: |
01/11: gnu: Add python-colorful. |
Date: |
Sun, 2 May 2021 09:06:38 -0400 (EDT) |
raghavgururajan pushed a commit to branch master
in repository guix.
commit 71005247cd7e77145fb17b3d4b22a803a3078454
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Apr 28 13:53:29 2021 -0400
gnu: Add python-colorful.
* gnu/packages/python-xyz.scm (python-colorful): New variable.
---
gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3fbb7b3..67331d1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -217,6 +217,34 @@
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26))
+(define-public python-colorful
+ (package
+ (name "python-colorful")
+ (version "0.5.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (pypi-uri "colorful" version))
+ (sha256
+ (base32 "1sh7g2cn1fyz2hzmzs933razdxi2bna9i1lxa790r9pdwba8m146"))))
+ (build-system python-build-system)
+ ;; FIXME: tests cannot be computed:
+ ;; "Can't perform this operation for unregistered loader type"
+ (arguments
+ `(#:tests? #f))
+ (native-inputs
+ `(("python-coverage" ,python-coverage)
+ ("python-flake8" ,python-flake8)
+ ("python-pytest" ,python-pytest)))
+ (propagated-inputs
+ `(("python-colorama" ,python-colorama)))
+ (home-page "http://github.com/timofurrer/colorful")
+ (synopsis "Terminal string styling")
+ (description "Colorful provides an array of text styles, that can be used
+as functions or string constants to form colored terminal output.")
+ (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, 2021/05/02
- 01/11: gnu: Add python-colorful.,
guix-commits <=
- 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