unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27074: [PATCH] gnu: Add python-ansi2html.
@ 2017-05-25 19:30 Stefan Reichör
  2017-05-25 21:28 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Reichör @ 2017-05-25 19:30 UTC (permalink / raw)
  To: 27074

[-- Attachment #1: 0001-gnu-Add-python-ansi2html.patch --]
[-- Type: text/x-diff, Size: 2223 bytes --]

From 8561904e901eb1504f937cf1f39392da4cc47336 Mon Sep 17 00:00:00 2001
From: Stefan Reichoer <stefan@xsteve.at>
Date: Thu, 25 May 2017 21:24:52 +0200
Subject: [PATCH] gnu: Add python-ansi2html.

* gnu/packages/python.scm (python-ansi2html, python2-ansi2html): New variables.
---
 gnu/packages/python.scm | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 62fada6..7862e2e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -27,7 +27,7 @@
 ;;; Copyright © 2016 Dylan Jeffers <sapientech@sapientech@openmailbox.org>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2016 Stefan Reichoer <stefan@xsteve.at>
+;;; Copyright © 2016, 2017 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2016 Dylan Jeffers <sapientech@sapientech@openmailbox.org>
 ;;; Copyright © 2016 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
@@ -13470,6 +13470,33 @@ faster ones are not available.")
 to ansi-escaped strings suitable for display in a terminal.")
     (license license:expat)))
 
+(define-public python-ansi2html
+  (package
+    (name "python-ansi2html")
+    (version "1.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "ansi2html" version))
+       (sha256
+        (base32
+         "1wa00zffprb78w1mqq90dk47czz1knanys2a40zbw2vyapd5lp9y"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-mock" ,python-mock)
+       ("python-nose" ,python-nose)))
+    (propagated-inputs
+     `(("python-six" ,python-six)))
+    (home-page "http://github.com/ralphbean/ansi2html")
+    (synopsis "Convert ANSI-decorated console output to Html")
+    (description
+     "Convert ANSI-decorated console output to HTML. This package provides
+also the script ansi2html.")
+    (license license:gpl3+)))
+
+(define-public python2-ansi2html
+  (package-with-python2 python-ansi2html))
+
 (define-public python-ddt
   (package
     (name "python-ddt")
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#27074: [PATCH] gnu: Add python-ansi2html.
  2017-05-25 19:30 bug#27074: [PATCH] gnu: Add python-ansi2html Stefan Reichör
@ 2017-05-25 21:28 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-05-25 21:28 UTC (permalink / raw)
  To: Stefan Reichör, 27074-done

[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]

Stefan Reichör <stefan@xsteve.at> 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-25 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-25 19:30 bug#27074: [PATCH] gnu: Add python-ansi2html Stefan Reichör
2017-05-25 21:28 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).