[PATCH 1/5] gnu: python2-rope: Change comment to reflect partial

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ludovic Courtès
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87ef8isyzh.fsf@posteo.net
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(-)

Toggle diff (16 lines)
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
Ludovic Courtès wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34379-done@debbugs.gnu.org)
87d0nwhdmu.fsf@gnu.org
Brett Gilio <brettg@posteo.net> skribis:

Toggle quote (9 lines)
>>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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34379@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34379
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help