guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: Add python-rope.


From: guix-commits
Subject: 06/09: gnu: Add python-rope.
Date: Tue, 12 Feb 2019 17:30:35 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 2c880ef4e542c0d6aead79f740e140e45f47a855
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 7 22:05:19 2019 -0600

    gnu: Add python-rope.
    
    * gnu/packages/python-xyz.scm (python-rope): New variable.
    
    Co-authored-by: Brett Gilio <address@hidden>
---
 gnu/packages/python-xyz.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac22a69..0ba9f52 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8859,6 +8859,16 @@ and parameters in Python 2 source code.  These 
refactorings can also be applied
 to occurrences in strings and comments.")
     (license license:gpl2)))
 
+(define-public python-rope
+  (package
+    (inherit python2-rope)
+    (name "python-rope")
+    (arguments `(#:python ,python-wrapper
+                 ;; XXX: Only partial python3 support, results in some failing
+                 ;; tests: <https://github.com/python-rope/rope/issues/247>.
+                 #:tests? #f))
+    (properties `((python2-variant . ,(delay python2-rope))))))
+
 (define-public python-py3status
   (package
     (name "python-py3status")



reply via email to

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