[bug#34379,1/5] gnu: python2-rope: Change comment to reflect partial

Message ID 87ef8isyzh.fsf@posteo.net
State Accepted
Headers show
Series [bug#34379,1/5] gnu: python2-rope: Change comment to reflect partial | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed

Commit Message

Brett Gilio Feb. 8, 2019, 4:09 a.m. UTC

Comments

Ludovic Courtès Feb. 12, 2019, 9:59 p.m. UTC | #1
Brett Gilio <brettg@posteo.net> skribis:

>>From 5a225d213ef77d2cd7fcb740efe48471f620f605 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Thu, 7 Feb 2019 21:58:27 -0600
> Subject: [PATCH 1/5] 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

Applied, thanks!

Patch

From 5a225d213ef77d2cd7fcb740efe48471f620f605 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Thu, 7 Feb 2019 21:58:27 -0600
Subject: [PATCH 1/5] 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
---
 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 d2b348942..64bb85cc0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8760,8 +8760,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
-- 
2.20.1