GNU bug report logs -
#48426
[PATCH 2/5] gnu: Add python-easy-ansi.
Previous Next
Reported by: Stefan Reichör <stefan <at> xsteve.at>
Date: Fri, 14 May 2021 21:19:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 31 May 2021 21:05:28 +0200
with message-id <87o8cqlo5j.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#48426] [PATCH] gnu: Add python-easy-ansi.
has caused the debbugs.gnu.org bug report #48426,
regarding [PATCH 2/5] gnu: Add python-easy-ansi.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
48426: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48426
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-xyz.scm (python-easy-ansi): New variable.
---
gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cf0eba3234..98368129ed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16499,6 +16499,31 @@ converting text with ANSI color codes to HTML or LaTeX.")
(define-public python2-ansi2html
(package-with-python2 python-ansi2html))
+(define-public python-easy-ansi
+ (package
+ (name "python-easy-ansi")
+ (version "0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "easy-ansi" version))
+ (sha256
+ (base32
+ "06ind48rb6bc8givysnak60g3rhk0zmch9ar80r00gzc6k6bgqfp"))))
+ (build-system python-build-system)
+ (home-page
+ "https://gitlab.com/joeysbytes/easy-ansi")
+ (synopsis
+ "Terminal framework API to give you an easy way to use colors, cursor
+control movements, and line/box drawing.")
+ (description
+ "Easy ANSI is a terminal framework API to give you an easy way to use
+colors, cursor control movements, and line/box drawing. It is not meant as a
+replacement to more full-featured frameworks (such as curses or urwid), but as
+a tool to quickly create nice-looking screens in your terminal window. You
+can even create animations with the cursor controls.")
+ (license license:expat)))
+
(define-public python-ddt
(package
(name "python-ddt")
--
2.25.1
[Message part 3 (message/rfc822, inline)]
Hello,
Stefan Reichör <stefan <at> xsteve.at> writes:
> * gnu/packages/python-xyz.scm (python-easy-ansi): New variable.
I drastically shortened synopsis and applied your patch. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.