From cc67b9e902ed52cd772f98125a09b71cbc5a0c8a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 24 Mar 2018 10:58:02 +0000 Subject: gnu: Add python-ansicolor. --- gnu/packages/python.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0c7bd85428..78c5c5cb5a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -15641,3 +15641,23 @@ class in a @acronym{DRY, Don't Repeat Yourself} way.") (description "A conservative interactive spell checker for source code.") (license #f))) + +(define-public python-ansicolor + (package + (name "python-ansicolor") + (version "0.2.6") + (source + (origin + (method url-fetch) + (uri (pypi-uri "ansicolor" version)) + (sha256 + (base32 + "078zsfx1wchz9l9brp5nz623adydwqxabg4zd4qyszfxp43inzni")))) + (build-system python-build-system) + (home-page + "https://github.com/numerodix/ansicolor") + (synopsis + "A library to produce ansi color output and colored highlighting and diffing") + (description + "A library to produce ansi color output and colored highlighting and diffing") + (license #f))) -- cgit v1.2.3