From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxUK-0003hW-Qj for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxUI-00068L-S9 for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39486) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grxUI-00067w-Oi for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1grxUI-0006f5-FB for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:02 -0500 Subject: [bug#34379] [PATCH 1/5] gnu: python2-rope: Change comment to reflect partial Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:53937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxTX-0003eG-0P for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxTU-0004sQ-JQ for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:14 -0500 Received: from mout02.posteo.de ([185.67.36.66]:40449) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxTT-0004pW-S2 for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:12 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 9EE0E2400E5 for ; Fri, 8 Feb 2019 05:09:09 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43whWm5KDpz9rxM for ; Fri, 8 Feb 2019 05:09:08 +0100 (CET) From: Brett Gilio Date: Thu, 07 Feb 2019 22:09:06 -0600 Message-ID: <87ef8isyzh.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-python2-rope-Change-comment-to-reflect-partial-p.patch Content-Description: [PATCH 1/5] gnu: python2-rope: Change comment to reflect partial List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34379@debbugs.gnu.org >From 5a225d213ef77d2cd7fcb740efe48471f620f605 Mon Sep 17 00:00:00 2001 From: Brett Gilio 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