guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Remove python-sphinx-1.2.3.


From: Marius Bakke
Subject: 01/01: gnu: Remove python-sphinx-1.2.3.
Date: Mon, 6 Mar 2017 17:28:23 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5eefa50abdc9e0bc1c2cd9b5bd624592e6c1f07a
Author: Thomas Danckaert <address@hidden>
Date:   Sat Feb 25 23:35:22 2017 +0100

    gnu: Remove python-sphinx-1.2.3.
    
    * gnu/packages/python.scm (python-sphinx-1.2.3, python2-sphinx-1.2.3): 
Remove variables.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/python.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f1cf98a..876ce90 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3089,24 +3089,6 @@ sources.")
       (propagated-inputs `(("python2-pytz" ,python2-pytz)
                        ,@(package-propagated-inputs base))))))
 
-;; This is needed for address@hidden and address@hidden, at least.
-;; Try removing this when they are updated.
-(define-public python-sphinx-1.2.3
-  (package (inherit python-sphinx)
-           (version "1.2.3")
-           (source (origin
-                     (method url-fetch)
-                     (uri (pypi-uri "Sphinx" version))
-                     (sha256
-                      (base32
-                       
"011xizm3jnmf4cvs5i6kgf6c5nn046h79i8j0vd0f27yw9j3p4wl"))))
-           ;; XXX: "'NoneType' object has no attribute 'split'".
-           (arguments '(#:tests? #f))))
-
-(define-public python2-sphinx-1.2.3
-  (package (inherit (package-with-python2
-                     (strip-python2-variant python-sphinx-1.2.3)))))
-
 (define-public python-sphinx-rtd-theme
   (package
     (name "python-sphinx-rtd-theme")



reply via email to

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