From unknown Sun Aug 10 07:38:13 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#34383] [PATCH 5/5] gnu: Add python-rope. Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Feb 2019 04:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34383 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 34383@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.154959902525723 (code B ref -1); Fri, 08 Feb 2019 04:11:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Feb 2019 04:10:25 +0000 Received: from localhost ([127.0.0.1]:38779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUf-0006gp-5h for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:25 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUd-0006gc-Bi for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:39453) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxUY-0006jn-8A for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxUX-0003td-6R for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxUW-0006gp-Cj for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:17 -0500 Received: from mout01.posteo.de ([185.67.36.65]:32819) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxUW-0006bP-5N for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:16 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id ECA5516005D for ; Fri, 8 Feb 2019 05:10:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1549599014; bh=YaUluaFN53q/iX6So5GtnJgKstFq7tOfsfnfiuouscY=; h=From:To:Subject:Date:From; b=kJtuVyOFLlTjMSyWfPLQ0rr8Sy3w8kYTEL2qfMqrEp6J0OM4WulrWG5nldh4eY03e e+LN7KrHWmxbFuDTzQnpQvUEdw2MJIXWZkgrOulS5TM7/EfyazE95BMF0+GBq2ZY8G kZxgaRd1/uNNwIToGiOh6oWcG1AaIFN0XRzJxMcCzErnv1kI3NuLvxT4IKKa792JcX MVbWeoxmYWw8jrF4NHX3WW0P5V2n5UgmRwr5BahyPUCe/CuEzZYOOPJWn7EFDMHN2L 8n84u230mBCLgVcPn89BDPV7Omq5l7gz0OY4CDdgNw7npzxPF1K0VPRFdP3m2Ep1PW EH9PYKt+Al0sA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43whY10Q89z6tm9 for ; Fri, 8 Feb 2019 05:10:12 +0100 (CET) From: Brett Gilio Date: Thu, 07 Feb 2019 22:10:11 -0600 Message-ID: <8736oysyxo.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0005-gnu-Add-python-rope.patch Content-Description: [PATCH 5/5] gnu: Add python-rope. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >From 1d3915a1ba301740fab830fccbe92062f7351f95 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Thu, 7 Feb 2019 22:05:19 -0600 Subject: [PATCH 5/5] gnu: Add python-rope. * gnu/packages/python-xyz.scm (python-rope): New variable. --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c41c4a1cd..4ffb59f5e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2566,6 +2566,29 @@ Language (TOML) configuration files.") (description "A docstring style checker/linter for the Python language server.") (license license:expat))) +(define-public python-rope + (package + (name "python-rope") + (version "0.11.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "rope" version)) + (sha256 + (base32 + "1cppm0pa9aqgsbkq130lskrzmrvjs5vpiavjjbhpz2fdw52w8251")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ; Only partial python3 support, results in some failing tests + ;; https://github.com/python-rope/rope/issues/247 + (home-page "https://github.com/python-rope/rope") + (synopsis "A refactoring library for Python") + (description "Rope is a refactoring library for Python. It facilitates +the renaming, moving and extracting of attributes, functions, modules, fields +and parameters in Python 3 source code. These refactorings can also be applied +to occurrences in strings and comments.") + (license license:gpl2))) + (define-public python-black (package (name "python-black") -- 2.20.1 From unknown Sun Aug 10 07:38:13 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brett Gilio Subject: bug#34383: closed (Re: [bug#34383] [PATCH 5/5] gnu: Add python-rope.) Message-ID: References: <87y36kfy6j.fsf@gnu.org> <8736oysyxo.fsf@posteo.net> X-Gnu-PR-Message: they-closed 34383 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 34383@debbugs.gnu.org Date: Tue, 12 Feb 2019 22:19:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1550009942-23383-1" This is a multi-part message in MIME format... ------------=_1550009942-23383-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #34383: [PATCH 5/5] gnu: Add python-rope. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 34383@debbugs.gnu.org. --=20 34383: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34383 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1550009942-23383-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 34383-done) by debbugs.gnu.org; 12 Feb 2019 22:18:36 +0000 Received: from localhost ([127.0.0.1]:45336 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgNw-00064R-0Z for submit@debbugs.gnu.org; Tue, 12 Feb 2019 17:18:36 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:53440) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgNs-00064F-63 for 34383-done@debbugs.gnu.org; Tue, 12 Feb 2019 17:18:32 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 90540F0E3; Tue, 12 Feb 2019 23:18:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mFpZfIASrPfg; Tue, 12 Feb 2019 23:18:29 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8BB3BF0BB; Tue, 12 Feb 2019 23:18:29 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brett Gilio Subject: Re: [bug#34383] [PATCH 5/5] gnu: Add python-rope. References: <8736oysyxo.fsf@posteo.net> Date: Tue, 12 Feb 2019 23:18:28 +0100 In-Reply-To: <8736oysyxo.fsf@posteo.net> (Brett Gilio's message of "Thu, 07 Feb 2019 22:10:11 -0600") Message-ID: <87y36kfy6j.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 34383-done Cc: 34383-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Brett Gilio skribis: >>>From 1d3915a1ba301740fab830fccbe92062f7351f95 Mon Sep 17 00:00:00 2001 > From: Brett Gilio > Date: Thu, 7 Feb 2019 22:05:19 -0600 > Subject: [PATCH 5/5] gnu: Add python-rope. > > * gnu/packages/python-xyz.scm (python-rope): New variable. > --- > gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index c41c4a1cd..4ffb59f5e 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -2566,6 +2566,29 @@ Language (TOML) configuration files.") > (description "A docstring style checker/linter for the Python language= server.") > (license license:expat))) >=20=20 > +(define-public python-rope > + (package > + (name "python-rope") > + (version "0.11.0") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "rope" version)) > + (sha256 > + (base32 > + "1cppm0pa9aqgsbkq130lskrzmrvjs5vpiavjjbhpz2fdw52w8251")))) > + (build-system python-build-system) > + (arguments > + `(#:tests? #f)) ; Only partial python3 support, results in some faili= ng tests > + ;; https://github.com/python-rope/rope/issues/247 > + (home-page "https://github.com/python-rope/rope") > + (synopsis "A refactoring library for Python") > + (description "Rope is a refactoring library for Python. It facilitates > +the renaming, moving and extracting of attributes, functions, modules, f= ields > +and parameters in Python 3 source code. These refactorings can also be = applied > +to occurrences in strings and comments.") > + (license license:gpl2))) This is duplicating all of =E2=80=98python2-rope=E2=80=99, so I ended up si= mply inheriting from =E2=80=98python2-rope=E2=80=99. Thanks, Ludo=E2=80=99. ------------=_1550009942-23383-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Feb 2019 04:10:25 +0000 Received: from localhost ([127.0.0.1]:38779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUf-0006gp-5h for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:25 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUd-0006gc-Bi for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:39453) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxUY-0006jn-8A for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxUX-0003td-6R for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxUW-0006gp-Cj for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:17 -0500 Received: from mout01.posteo.de ([185.67.36.65]:32819) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxUW-0006bP-5N for guix-patches@gnu.org; Thu, 07 Feb 2019 23:10:16 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id ECA5516005D for ; Fri, 8 Feb 2019 05:10:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1549599014; bh=YaUluaFN53q/iX6So5GtnJgKstFq7tOfsfnfiuouscY=; h=From:To:Subject:Date:From; b=kJtuVyOFLlTjMSyWfPLQ0rr8Sy3w8kYTEL2qfMqrEp6J0OM4WulrWG5nldh4eY03e e+LN7KrHWmxbFuDTzQnpQvUEdw2MJIXWZkgrOulS5TM7/EfyazE95BMF0+GBq2ZY8G kZxgaRd1/uNNwIToGiOh6oWcG1AaIFN0XRzJxMcCzErnv1kI3NuLvxT4IKKa792JcX MVbWeoxmYWw8jrF4NHX3WW0P5V2n5UgmRwr5BahyPUCe/CuEzZYOOPJWn7EFDMHN2L 8n84u230mBCLgVcPn89BDPV7Omq5l7gz0OY4CDdgNw7npzxPF1K0VPRFdP3m2Ep1PW EH9PYKt+Al0sA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43whY10Q89z6tm9 for ; Fri, 8 Feb 2019 05:10:12 +0100 (CET) From: Brett Gilio To: guix-patches@gnu.org Subject: [PATCH 5/5] gnu: Add python-rope. Date: Thu, 07 Feb 2019 22:10:11 -0600 Message-ID: <8736oysyxo.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0005-gnu-Add-python-rope.patch Content-Description: [PATCH 5/5] gnu: Add python-rope. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >From 1d3915a1ba301740fab830fccbe92062f7351f95 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Thu, 7 Feb 2019 22:05:19 -0600 Subject: [PATCH 5/5] gnu: Add python-rope. * gnu/packages/python-xyz.scm (python-rope): New variable. --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c41c4a1cd..4ffb59f5e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2566,6 +2566,29 @@ Language (TOML) configuration files.") (description "A docstring style checker/linter for the Python language server.") (license license:expat))) +(define-public python-rope + (package + (name "python-rope") + (version "0.11.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "rope" version)) + (sha256 + (base32 + "1cppm0pa9aqgsbkq130lskrzmrvjs5vpiavjjbhpz2fdw52w8251")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ; Only partial python3 support, results in some failing tests + ;; https://github.com/python-rope/rope/issues/247 + (home-page "https://github.com/python-rope/rope") + (synopsis "A refactoring library for Python") + (description "Rope is a refactoring library for Python. It facilitates +the renaming, moving and extracting of attributes, functions, modules, fields +and parameters in Python 3 source code. These refactorings can also be applied +to occurrences in strings and comments.") + (license license:gpl2))) + (define-public python-black (package (name "python-black") -- 2.20.1 ------------=_1550009942-23383-1--