guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: Remove python2-rpy2.


From: Ricardo Wurmus
Subject: 04/04: gnu: Remove python2-rpy2.
Date: Thu, 31 Aug 2017 12:25:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 59ff96aafdbb1b71ad45183c8d841e6f452b23c8
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Aug 31 18:24:05 2017 +0200

    gnu: Remove python2-rpy2.
    
    Python 2 is no longer supported.
    
    * gnu/packages/python.scm (python2-rpy2): Remove variable.
---
 gnu/packages/python.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 21f8029..993dcb0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4459,13 +4459,6 @@ functions.")
     ;; in "setup.py".
     (license (list license:mpl2.0 license:gpl2+ license:lgpl2.1+))))
 
-(define-public python2-rpy2
-  (let ((rpy2 (package-with-python2 python-rpy2)))
-    (package (inherit rpy2)
-      (propagated-inputs
-       `(("python2-singledispatch" ,python2-singledispatch)
-         ,@(package-propagated-inputs rpy2))))))
-
 (define-public python-scipy
   (package
     (name "python-scipy")



reply via email to

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