guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27074: [PATCH] gnu: Add python-ansi2html.


From: Marius Bakke
Subject: bug#27074: [PATCH] gnu: Add python-ansi2html.
Date: Thu, 25 May 2017 23:28:19 +0200
User-agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu)

Stefan Reichör <address@hidden> writes:

> * gnu/packages/python.scm (python-ansi2html, python2-ansi2html): New 
> variables.

Thanks for this! I've committed it with a small change to synopsis and
description:

--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7862e2ec7..d28c2eca6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13488,10 +13488,10 @@ to ansi-escaped strings suitable for display in a 
terminal.")
     (propagated-inputs
      `(("python-six" ,python-six)))
     (home-page "http://github.com/ralphbean/ansi2html";)
-    (synopsis "Convert ANSI-decorated console output to Html")
+    (synopsis "Convert ANSI-decorated console output to HTML")
     (description
-     "Convert ANSI-decorated console output to HTML. This package provides
-also the script ansi2html.")
+     "@command{ansi2html} is a Python library and command line utility for
+convering text with ANSI color codes to HTML or LaTeX.")
     (license license:gpl3+)))
--8<---------------cut here---------------end--------------->8---

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]