unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/6] gnu: Add python-rst2ansi
@ 2017-02-07 18:00 Muriithi Frederick Muriuki
  2017-02-07 18:00 ` [PATCH 2/6] gnu: Add python-flake8-polyfill Muriithi Frederick Muriuki
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Muriithi Frederick Muriuki @ 2017-02-07 18:00 UTC (permalink / raw)
  To: guix-devel; +Cc: Muriithi Frederick Muriuki

* gnu/packages/python.scm (python-rst2ansi): New variable.
---
 gnu/packages/python.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d53eea1..b57e9a7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12536,3 +12536,26 @@ console.")
 This implementation is slow (hence the project name) but still useful when
 faster ones are not available.")
     (license license:asl2.0)))
+
+(define-public python-rst2ansi
+  (package
+    (name "python-rst2ansi")
+    (version "0.1.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "rst2ansi" version))
+       (sha256
+        (base32
+         "0vzy6gd60l79ff750scl0sz48r1laalkl6md6dwzah4dcadgn5qv"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-docutils" ,python-docutils)))
+    (home-page
+     "https://github.com/Snaipe/python-rst-to-ansi")
+    (synopsis
+     "Python rst converter to ansi-decorated console output")
+    (description
+     "Python module dedicated to rendering RST (reStructuredText) documents to
+ ansi-escaped strings suitable for display in a terminal")
+    (license license:expat)))
-- 
2.1.4

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

end of thread, other threads:[~2017-02-09 22:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07 18:00 [PATCH 1/6] gnu: Add python-rst2ansi Muriithi Frederick Muriuki
2017-02-07 18:00 ` [PATCH 2/6] gnu: Add python-flake8-polyfill Muriithi Frederick Muriuki
2017-02-08 22:29   ` Marius Bakke
2017-02-07 18:00 ` [PATCH 3/6] gnu: Add python-ddt Muriithi Frederick Muriuki
2017-02-08 22:32   ` Marius Bakke
2017-02-09 22:29   ` Hartmut Goebel
2017-02-07 18:00 ` [PATCH 4/6] gnu: Add python-pycosat Muriithi Frederick Muriuki
2017-02-08 22:35   ` Marius Bakke
2017-02-09 16:46     ` Frederick Muriithi
2017-02-07 18:00 ` [PATCH 5/6] gnu: Add python-typing Muriithi Frederick Muriuki
2017-02-08 22:38   ` Marius Bakke
2017-02-09 17:04     ` Frederick Muriithi
2017-02-09 22:33       ` Hartmut Goebel
2017-02-07 18:00 ` [PATCH 6/6] gnu: Add python-ruamel.ordereddict Muriithi Frederick Muriuki
2017-02-08 22:40   ` Marius Bakke
2017-02-08 22:27 ` [PATCH 1/6] gnu: Add python-rst2ansi Marius Bakke
2017-02-09 16:13   ` Frederick Muriithi

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).