guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: python2-rope: Change comment to reflect partial python3 supp


From: guix-commits
Subject: 05/09: gnu: python2-rope: Change comment to reflect partial python3 support
Date: Tue, 12 Feb 2019 17:30:35 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit afb2971506d2342d27d4876d8a75f4ffa7e57462
Author: Brett Gilio <address@hidden>
Date:   Thu Feb 7 21:58:27 2019 -0600

    gnu: python2-rope: Change comment to reflect partial python3 support
    
    * gnu/packages/python-xyz.scm (python2-rope): Change comment to reflect
      partial python 3 support
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6c97e59..ac22a69 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8846,8 +8846,7 @@ Python.  It generates C++ code and a Makefile."))
         (base32
          "1cppm0pa9aqgsbkq130lskrzmrvjs5vpiavjjbhpz2fdw52w8251"))))
     (arguments
-     ;; Rope is currently python-2 only.
-     ;; https://github.com/python-rope/rope/issues/57
+     ;; Rope has only partial python3 support, see `python-rope'
      `(#:python ,python-2))
     (build-system python-build-system)
     (native-inputs



reply via email to

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