gnu: Add python-termstyle.

* gnu/packages/python.scm (python-termstyle): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Danny Milosavljevic 2016-11-10 01:09:02 +01:00 committed by Ludovic Courtès
parent 998f9ac56d
commit e2fca4906e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 17 additions and 0 deletions

View File

@ -12163,3 +12163,20 @@ asynchronous messaging environments.")
(define-public python2-axolotl
(package-with-python2 python-axolotl))
(define-public python-termstyle
(package
(name "python-termstyle")
(version "0.1.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "termstyle" version))
(sha256
(base32
"17wzkkcqy5zc0g68xlad3kcv66iw14d2pwqc0h9420gak0vbhx7g"))))
(build-system python-build-system)
(home-page "http://github.com/gfxmonk/termstyle")
(synopsis "Console text coloring for Python")
(description "This package provides console text coloring for Python.")
(license license:bsd-3)))