guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add address@hidden


From: Leo Famulari
Subject: 02/05: gnu: Add address@hidden
Date: Tue, 28 Mar 2017 16:02:38 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3061b33190b0e9b979255d70cbe3bc92a2e1e38d
Author: Muriithi Frederick Muriuki <address@hidden>
Date:   Tue Mar 28 15:32:17 2017 -0400

    gnu: Add address@hidden
    
    * gnu/packages/python.scm (python-sphinx-1.5.3): New variable.
---
 gnu/packages/python.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e804da9..ebb61f1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3102,6 +3102,22 @@ sources.")
     (license license:bsd-3)
     (properties `((python2-variant . ,(delay python2-sphinx))))))
 
+(define-public python-sphinx-1.5.3
+  (package
+    (inherit python-sphinx)
+    (name "python-sphinx")
+    (version "1.5.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "Sphinx" version))
+       (sha256
+        (base32
+         "0kw1axswbvaavr8ggyf4qr6hnisnrzlbkkcdada69vk1x9xjassg"))))
+    (native-inputs
+     `(("python-pytest" ,python-pytest-3.0.7)
+       ,@(package-native-inputs python-sphinx)))))
+
 (define-public python2-sphinx
   (let ((base (package-with-python2 (strip-python2-variant python-sphinx))))
     (package



reply via email to

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