[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
- branch master updated (e2760d1 -> be4d840), guix-commits, 2019/02/12
- 01/09: pull: Use 'fold-available-packages' for the current package list., guix-commits, 2019/02/12
- 06/09: gnu: Add python-rope., guix-commits, 2019/02/12
- 09/09: gnu: Add python-language-server., guix-commits, 2019/02/12
- 07/09: gnu: Add python-jsonrpc-server., guix-commits, 2019/02/12
- 05/09: gnu: python2-rope: Change comment to reflect partial python3 support,
guix-commits <=
- 03/09: pull: Move profile comparison to 'new/upgraded-packages'., guix-commits, 2019/02/12
- 04/09: pull: Speed up the new/upgraded package computation., guix-commits, 2019/02/12
- 02/09: inferior: Add 'inferior-available-packages'., guix-commits, 2019/02/12
- 08/09: gnu: Add python-docstyle., guix-commits, 2019/02/12