From unknown Sat Jun 21 03:27:10 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#53046 <53046@debbugs.gnu.org> To: bug#53046 <53046@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-args: Patch reference to basestring. Reply-To: bug#53046 <53046@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:27:10 +0000 retitle 53046 [PATCH] gnu: python-args: Patch reference to basestring. reassign 53046 guix-patches submitter 53046 Tanguy Le Carrour severity 53046 normal tag 53046 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 06 05:21:56 2022 Received: (at submit) by debbugs.gnu.org; 6 Jan 2022 10:21:56 +0000 Received: from localhost ([127.0.0.1]:39713 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5Pu7-0002IE-Qk for submit@debbugs.gnu.org; Thu, 06 Jan 2022 05:21:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:45332) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5Pu4-0002I3-Fs for submit@debbugs.gnu.org; Thu, 06 Jan 2022 05:21:54 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5Pu4-00008S-9s for guix-patches@gnu.org; Thu, 06 Jan 2022 05:21:52 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:49213) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5Ptn-0000Oy-9S for guix-patches@gnu.org; Thu, 06 Jan 2022 05:21:38 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 0FE3A1BF21B; Thu, 6 Jan 2022 10:21:30 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] gnu: python-args: Patch reference to basestring. Date: Thu, 6 Jan 2022 11:21:02 +0100 Message-Id: <20220106102102.22512-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.201; envelope-from=tanguy@bioneland.org; helo=relay8-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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: -3.3 (---) This fixes a build failure in the 'sanity-check' phase. * gnu/packages/python-xyz.scm (python-args)[arguments]: Replace reference to basestring with str. --- gnu/packages/python-xyz.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c9a0b7d6bf..0d9bfb1711 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13013,6 +13013,14 @@ (define-public python-args (base32 "057qzi46h5dmxdqknsbrssn78lmqjlnm624iqdhrnpk26zcbi1d7")))) (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-args.py + (lambda _ + (substitute* "args.py" + (("basestring") "str")) + #t))))) (home-page "https://github.com/kennethreitz/args") (synopsis "Command-line argument parser") (description -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 09 16:15:50 2022 Received: (at 53046) by debbugs.gnu.org; 9 Jan 2022 21:15:51 +0000 Received: from localhost ([127.0.0.1]:51452 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6fXa-0003BW-Ip for submit@debbugs.gnu.org; Sun, 09 Jan 2022 16:15:50 -0500 Received: from xavier.telenet-ops.be ([195.130.132.52]:53712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6fXY-00038D-OB for 53046@debbugs.gnu.org; Sun, 09 Jan 2022 16:15:49 -0500 Received: from [172.20.10.5] ([188.188.14.77]) by xavier.telenet-ops.be with bizsmtp id glFm260031flEHY01lFmxe; Sun, 09 Jan 2022 22:15:47 +0100 Message-ID: Subject: Re: bug#53046: [PATCH] gnu: python-args: Patch reference to basestring. From: Maxime Devos To: tanguy@bioneland.org Date: Sun, 09 Jan 2022 22:15:41 +0100 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-3/t5NFJMIbwN/+jghKHM" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1641762947; bh=5KIDN63UKSVApotgiy8NortxQW+n50J7UFVsrtKyGKo=; h=Subject:From:To:Cc:Date; b=C1F+mcmHJ66S5ndRfoCOIWbF91kCQo9H3rWt2BzR6ko68rwyC/tOv0gCfpEW2ABa2 laVIEo8PInemU+UJ3XNv9D876kAlbTmYwMMzbRqYujPEzaNCfH1A8du8Jm3Xa4QahU szWTLaW5R4Og5+D1555Vsxl3Sx4GtWk4P5nSwJmTJ529+Cj1s7ZjtAYc5x1y44uf9o IqafXImei/yENZhVlwNeQfkK3wobA0b3hBwzKwB94iOui+P/4QP2VjqfjenNxmyC2z U0kTnNW4UeUgqDw41PgIisHPsbB1P1WPn+dD0jcZD72y9kNnfjZIJCt9mHWE/QiIrz 1n2go8KNTno2g== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046 Cc: 53046@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: -1.7 (-) --=-3/t5NFJMIbwN/+jghKHM Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > This fixes a build failure in the 'sanity-check' phase. > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= (substitute* "args.py" > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (("basestring") "str")) Does it actually fix the build failure, or is it only suppressed? Looking at , line 15--18, it appears that basestring should actually be basestring, at least for Python 2 (python2-args). Also, returning #true isn't necessary anymore, and this seems better fit for a snippet. Greetings, Maxime. --=-3/t5NFJMIbwN/+jghKHM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYdtQfRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7o9xAQCohfk76g+CXDBjHwLj3c8y1vAB 5d3zE3aFDRTtAR2PfgEA7mphFe1Zc3Zov6kKjGbBC9oKNeyDynvODvHK1ynG0g4= =PPCx -----END PGP SIGNATURE----- --=-3/t5NFJMIbwN/+jghKHM-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 09 16:35:02 2022 Received: (at 53046) by debbugs.gnu.org; 9 Jan 2022 21:35:02 +0000 Received: from localhost ([127.0.0.1]:51478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6fqA-00050F-DL for submit@debbugs.gnu.org; Sun, 09 Jan 2022 16:35:02 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:47286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6fq7-0004zl-FJ for 53046@debbugs.gnu.org; Sun, 09 Jan 2022 16:35:01 -0500 Received: from [172.20.10.5] ([188.188.14.77]) by andre.telenet-ops.be with bizsmtp id glaw260091flEHY01lax4Q; Sun, 09 Jan 2022 22:34:57 +0100 Message-ID: Subject: Re: bug#53046: [PATCH] gnu: python-args: Patch reference to basestring. From: Maxime Devos To: tanguy@bioneland.org Date: Sun, 09 Jan 2022 22:34:52 +0100 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-fm4ttAEqJGx6fo+l6OpQ" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1641764097; bh=5DPiVFVKc5nGmbJXloOc9io6Bt5FDTIW+gE7lADTxL4=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=D2H2JYwy5irE3F2XxXseGfkNi7Qx7Fuxr1pByH0//XUaNqCEzgcGe97fzcr1roKs7 6nc3o12hfb9WE7VPWp31A0ukUGckTifC/++IKZ3rjfiK4oemEvohyr8egv2cR16ggk jSBvEX7gQdmDxEetfXLAwsnc20nsAQccpmDvm/rOJ0fxHPfkj23kyRaqz4WSfhzEEp 3d3kenxPhXM2Rn7Am66v20wGyUAMrwPHcUMxbQwaEgwvt+aYOffC+pphsAT3WKfKZc FjnVzufUpxQdL0BDZczAGSUEVJCLJj/s+7EkI5eIJ6I+rRqo4OUyx+ZitxksIwFXx4 IF5ddfRnlNRsg== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046 Cc: 53046@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: -1.7 (-) --=-fm4ttAEqJGx6fo+l6OpQ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Maxime Devos schreef op zo 09-01-2022 om 22:15 [+0100]: > > This fixes a build failure in the 'sanity-check' phase. > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 (substitute* "args.py" > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (("basestring") "str")) >=20 > Does it actually fix the build failure, or is it only suppressed? > [...] According to , the tests are excluded from the tarball. It would be useful to switch to git-fetch such that tests can be run, verifying whether this change causes problems or not. Greetings, Maxime --=-fm4ttAEqJGx6fo+l6OpQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYdtU/BccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vBAAP9GYzH/udU6ZSJ3RbL3uK7IK1js HC1dszGBPKDh8Mj+AAD/a9X5u+VkRf1ZQSL7i4eN0pRho0hXqA2G0t2+YvC+sg8= =tYXW -----END PGP SIGNATURE----- --=-fm4ttAEqJGx6fo+l6OpQ-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 10 02:46:27 2022 Received: (at 53046) by debbugs.gnu.org; 10 Jan 2022 07:46:27 +0000 Received: from localhost ([127.0.0.1]:51722 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6pNq-0005Se-Qq for submit@debbugs.gnu.org; Mon, 10 Jan 2022 02:46:26 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:39811) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6pNo-0005SM-Dd for 53046@debbugs.gnu.org; Mon, 10 Jan 2022 02:46:26 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 00B23240007; Mon, 10 Jan 2022 07:46:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: Subject: Re: bug#53046: [PATCH] gnu: python-args: Patch reference to basestring. From: Tanguy LE CARROUR To: Maxime Devos In-Reply-To: Date: Mon, 10 Jan 2022 08:46:16 +0100 Message-ID: <164180077632.2244.9328700620299997460@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046 Cc: 53046@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: -1.7 (-) Hi Maxime, Quoting Maxime Devos (2022-01-09 22:15:41) > > This fixes a build failure in the 'sanity-check' phase. > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 (substitute* "args.py" > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (("basestring") "str")) >=20 > Does it actually fix the build failure, or is it only suppressed? >=20 > Looking at >=20 > , > line 15--18, it appears that basestring should actually be basestring, > at least for Python 2 (python2-args). Believe it or not, I had totally forgotten about Python 2 when I wrote that! ^_^' > Also, returning #true isn't necessary anymore, and this seems better > fit for a snippet. OK, I'll fix it. Thanks for reviewing, --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 10 02:48:58 2022 Received: (at 53046) by debbugs.gnu.org; 10 Jan 2022 07:48:58 +0000 Received: from localhost ([127.0.0.1]:51726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6pQI-0005ZO-5p for submit@debbugs.gnu.org; Mon, 10 Jan 2022 02:48:58 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:38891) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6pQG-0005Z4-Vc for 53046@debbugs.gnu.org; Mon, 10 Jan 2022 02:48:57 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 766136000F; Mon, 10 Jan 2022 07:48:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: Subject: Re: bug#53046: [PATCH] gnu: python-args: Patch reference to basestring. From: Tanguy LE CARROUR To: Maxime Devos In-Reply-To: Date: Mon, 10 Jan 2022 08:48:49 +0100 Message-ID: <164180092977.2244.10462578989817222327@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046 Cc: 53046@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: -1.7 (-) Hi Maxime, Quoting Maxime Devos (2022-01-09 22:34:52) > Maxime Devos schreef op zo 09-01-2022 om 22:15 [+0100]: > > > This fixes a build failure in the 'sanity-check' phase. > > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (substitute* "args.py" > > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 (("basestring") "str")) > >=20 > > Does it actually fix the build failure, or is it only suppressed? > > [...] >=20 > According to , > the tests are excluded from the tarball. It would be useful to > switch to git-fetch such that tests can be run, verifying whether > this change causes problems or not. I'll switch to `git-fetch` and see! Maybe Python 2 tests will also pass with the patch!? I'll apply all your suggestions and send a v2. Thanks again for your time and advice. --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 17 08:35:16 2022 Received: (at 53046) by debbugs.gnu.org; 17 Jan 2022 13:35:16 +0000 Received: from localhost ([127.0.0.1]:45465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9SAF-0005Uf-Vy for submit@debbugs.gnu.org; Mon, 17 Jan 2022 08:35:16 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:40161) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9SAB-0005UJ-9n for 53046@debbugs.gnu.org; Mon, 17 Jan 2022 08:35:14 -0500 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPA id 25286100009; Mon, 17 Jan 2022 13:35:03 +0000 (UTC) From: Tanguy Le Carrour To: 53046@debbugs.gnu.org Subject: [PATCH v2] gnu: Patch reference to basestring. Date: Mon, 17 Jan 2022 14:34:51 +0100 Message-Id: <20220117133451.9510-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046 Cc: Tanguy Le Carrour , maximedevos@telenet.be 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: -1.7 (-) * gnu/packages/python-xyz.scm (python-args): Use tho latest version from the git repository to get the test suite. * gnu/packages/python-xyz.scm (python-args)[arguments]: Replace reference to basestring with str. Invoke nosetests. * gnu/packages/python-xyz.scm (python-args)[native-inputs]: Add python-nose. --- gnu/packages/python-xyz.scm | 44 ++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 80ce58400a..4f2e9cb73d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13368,21 +13368,35 @@ (define-public python-icalendar (license license:bsd-2))) (define-public python-args - (package - (name "python-args") - (version "0.1.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "args" version)) - (sha256 - (base32 - "057qzi46h5dmxdqknsbrssn78lmqjlnm624iqdhrnpk26zcbi1d7")))) - (build-system python-build-system) - (home-page "https://github.com/kennethreitz/args") - (synopsis "Command-line argument parser") - (description - "This library provides a Python module to parse command-line arguments.") - (license license:bsd-3))) + (let ((commit "9460f1a35eb3055e9e4de1f0a6932e0883c72d65") (revision "0")) + (package + (name "python-args") + (version (git-version "0.1.0" revision commit)) + (home-page "https://github.com/kennethreitz/args") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zfxpbp9vldqdrjmd0c6y3wisl35mx5v8zlyp3nhwpy1730wrc9j")))) + (build-system python-build-system) + (arguments + `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'patch-args.py + (lambda _ + (substitute* "args.py" + (("basestring") "str")))) + (replace 'check + (lambda _ + (invoke "nosetests" "-v")))))) + (native-inputs (list python-nose)) + (synopsis "Command-line argument parser") + (description + "This library provides a Python module to parse command-line arguments.") + (license license:bsd-3)))) (define-public python2-args (package-with-python2 python-args)) -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 17 09:14:11 2022 Received: (at 53046) by debbugs.gnu.org; 17 Jan 2022 14:14:11 +0000 Received: from localhost ([127.0.0.1]:45533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9Slv-0006XD-MK for submit@debbugs.gnu.org; Mon, 17 Jan 2022 09:14:11 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:57482) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9Slt-0006X2-Qc for 53046@debbugs.gnu.org; Mon, 17 Jan 2022 09:14:10 -0500 Received: from [192.168.202.254] ([188.189.128.58]) by andre.telenet-ops.be with bizsmtp id jqE72600T1Fk3F801qE7hq; Mon, 17 Jan 2022 15:14:08 +0100 Message-ID: <08476f4975b0d5302aee845ced79a3b4b42d7c6b.camel@telenet.be> Subject: Re: [PATCH v2] gnu: Patch reference to basestring. From: Maxime Devos To: Tanguy Le Carrour , 53046@debbugs.gnu.org Date: Mon, 17 Jan 2022 15:14:00 +0100 In-Reply-To: <20220117133451.9510-1-tanguy@bioneland.org> References: <20220117133451.9510-1-tanguy@bioneland.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-NM5fMCrZQlY7nTbvXY+j" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1642428848; bh=72L5i2HDeOKZFqcXSrXsX5P9SO5FAQkh30WHTqbdJMc=; h=Subject:From:To:Date:In-Reply-To:References; b=BEDnaAjE5h9ADBw4k0Kzrgu/lUrOOfvIT3kaA4z5FENMGFuWcLDCKyV7co5Ht6S+e GhGQitsc0d4pyYSYjiBNuNKsOgBqm7nekENfgpDkrNEaNRi1OvVUATXh6HxdOSbaOW XXNo6+DrT19R8ZiaKkggv0LOFjgX/u7P4fkFhUhilyfWw6KhhzSQ8SM8Pu96k76iIc /CjKvqIQEuLgknRvQfVDGr4Ht2x/vBHL4dZVu7cX4P/+U/65r490FxlLKL9+GPYHs5 f8MbSS3FwBuoDu56Nhi3B2hF3j6K7HvoT60S48EQrpJQDiPFJKHPyiqwNg9sYZoumB i3BnXqib0KSEw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046 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: -1.7 (-) --=-NM5fMCrZQlY7nTbvXY+j Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 SGksCgpUYW5ndXkgTGUgQ2Fycm91ciBzY2hyZWVmIG9wIG1hIDE3LTAxLTIwMjIgb20gMTQ6MzQg WyswMTAwXToKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHJlcGxh Y2UgJ2NoZWNrCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAo bGFtYmRhIF8KPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oCAoaW52b2tlICJub3NldGVzdHMiICItdiIpKSkpKSkKClRoaXMgbmVlZHMgdG8gYmUKCihsYW1i ZGEqICgjOmtleSB0ZXN0cz8gIzphbGxvdy1vdGhlci1rZXlzKQogICh3aGVuIHRlc3RzPwogICAg KGludm9rZSAuLi4pKSkKCnRvIG1ha2UgIi0td2l0aG91dC10ZXN0cyIgd29yay4KCkdyZWV0aW5n cywKTWF4aW1lLgo= --=-NM5fMCrZQlY7nTbvXY+j Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYeV5qBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7n0pAP48hHvfLn+kSE5weUqIiy+337SU Fuf9AY9PAm2tQHUegAEAs5DXrGjzTRCe0KiYLs57UDWuDPlByF785q1/5CXMVww= =DRIX -----END PGP SIGNATURE----- --=-NM5fMCrZQlY7nTbvXY+j-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 17 09:22:56 2022 Received: (at 53046) by debbugs.gnu.org; 17 Jan 2022 14:22:56 +0000 Received: from localhost ([127.0.0.1]:45558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9SuO-0006mY-KV for submit@debbugs.gnu.org; Mon, 17 Jan 2022 09:22:56 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:34449) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9SuN-0006mJ-FT for 53046@debbugs.gnu.org; Mon, 17 Jan 2022 09:22:55 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id BF30010000A; Mon, 17 Jan 2022 14:22:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220117133451.9510-1-tanguy@bioneland.org> <08476f4975b0d5302aee845ced79a3b4b42d7c6b.camel@telenet.be> Subject: Re: [PATCH v2] gnu: Patch reference to basestring. From: Tanguy LE CARROUR To: 53046@debbugs.gnu.org, Maxime Devos In-Reply-To: <08476f4975b0d5302aee845ced79a3b4b42d7c6b.camel@telenet.be> Date: Mon, 17 Jan 2022 15:22:48 +0100 Message-ID: <164242936818.12945.14538087671981731319@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046 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: -1.7 (-) Hi Maxime, Quoting Maxime Devos (2022-01-17 15:14:00) > Tanguy Le Carrour schreef op ma 17-01-2022 om 14:34 [+0100]: > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (replace 'check > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (lambda _ > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (invo= ke "nosetests" "-v")))))) >=20 > This needs to be >=20 > (lambda* (#:key tests? #:allow-other-keys) > (when tests? > (invoke ...))) >=20 > to make "--without-tests" work. Oh, OK, good to know! Thanks! I'm fixing it and sending a v3. --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 17 09:24:19 2022 Received: (at 53046) by debbugs.gnu.org; 17 Jan 2022 14:24:19 +0000 Received: from localhost ([127.0.0.1]:45568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9Svj-0006pU-B0 for submit@debbugs.gnu.org; Mon, 17 Jan 2022 09:24:19 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:41831) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n9Svg-0006pB-OA for 53046@debbugs.gnu.org; Mon, 17 Jan 2022 09:24:17 -0500 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPA id 17BDFFF804; Mon, 17 Jan 2022 14:24:07 +0000 (UTC) From: Tanguy Le Carrour To: 53046@debbugs.gnu.org Subject: [PATCH v3] gnu: Patch reference to basestring. Date: Mon, 17 Jan 2022 15:23:51 +0100 Message-Id: <20220117142352.14713-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046 Cc: Tanguy Le Carrour , maximedevos@telenet.be 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: -1.7 (-) * gnu/packages/python-xyz.scm (python-args): Use tho latest version from the git repository to get the test suite. * gnu/packages/python-xyz.scm (python-args)[arguments]: Replace reference to basestring with str. Invoke nosetests. * gnu/packages/python-xyz.scm (python-args)[native-inputs]: Add python-nose. --- gnu/packages/python-xyz.scm | 45 ++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 80ce58400a..3b35cb2cba 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13368,21 +13368,36 @@ (define-public python-icalendar (license license:bsd-2))) (define-public python-args - (package - (name "python-args") - (version "0.1.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "args" version)) - (sha256 - (base32 - "057qzi46h5dmxdqknsbrssn78lmqjlnm624iqdhrnpk26zcbi1d7")))) - (build-system python-build-system) - (home-page "https://github.com/kennethreitz/args") - (synopsis "Command-line argument parser") - (description - "This library provides a Python module to parse command-line arguments.") - (license license:bsd-3))) + (let ((commit "9460f1a35eb3055e9e4de1f0a6932e0883c72d65") (revision "0")) + (package + (name "python-args") + (version (git-version "0.1.0" revision commit)) + (home-page "https://github.com/kennethreitz/args") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zfxpbp9vldqdrjmd0c6y3wisl35mx5v8zlyp3nhwpy1730wrc9j")))) + (build-system python-build-system) + (arguments + `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'patch-args.py + (lambda _ + (substitute* "args.py" + (("basestring") "str")))) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "nosetests" "-v"))))))) + (native-inputs (list python-nose)) + (synopsis "Command-line argument parser") + (description + "This library provides a Python module to parse command-line arguments.") + (license license:bsd-3)))) (define-public python2-args (package-with-python2 python-args)) -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 10 12:28:30 2022 Received: (at 53046) by debbugs.gnu.org; 10 Mar 2022 17:28:30 +0000 Received: from localhost ([127.0.0.1]:35421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSMaT-0001Xf-Qx for submit@debbugs.gnu.org; Thu, 10 Mar 2022 12:28:30 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:52663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nSMaR-0001XQ-Qr for 53046@debbugs.gnu.org; Thu, 10 Mar 2022 12:28:28 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id 1A809240007; Thu, 10 Mar 2022 17:28:20 +0000 (UTC) From: Tanguy Le Carrour To: 53046@debbugs.gnu.org, maximedevos@telenet.be Subject: [PATCH v4] gnu: python-args: Patch reference to basestring. Date: Thu, 10 Mar 2022 18:28:08 +0100 Message-Id: <20220310172808.23485-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046 Cc: Tanguy Le Carrour 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: -1.7 (-) Hi Maxime, I **totally** forgot about this one! Seems like no one is using it. `python2-args` also builds. But no package seems to depend on it anyway. Regards, Tanguy * gnu/packages/python-xyz.scm (python-args)[source]: Use the latest version from the git repository to get the test suite. [home-page]: Update URL. [native-inputs]: Add python-nose. [arguments]: Replace reference to basestring with str. Invoke nosetests. --- gnu/packages/python-xyz.scm | 45 ++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5c003e3c1a..b8798fa671 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13638,21 +13638,36 @@ (define-public python-icalendar (license license:bsd-2))) (define-public python-args - (package - (name "python-args") - (version "0.1.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "args" version)) - (sha256 - (base32 - "057qzi46h5dmxdqknsbrssn78lmqjlnm624iqdhrnpk26zcbi1d7")))) - (build-system python-build-system) - (home-page "https://github.com/kennethreitz/args") - (synopsis "Command-line argument parser") - (description - "This library provides a Python module to parse command-line arguments.") - (license license:bsd-3))) + (let ((commit "9460f1a35eb3055e9e4de1f0a6932e0883c72d65") (revision "0")) + (package + (name "python-args") + (version (git-version "0.1.0" revision commit)) + (home-page "https://github.com/kennethreitz-archive/args") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zfxpbp9vldqdrjmd0c6y3wisl35mx5v8zlyp3nhwpy1730wrc9j")))) + (build-system python-build-system) + (arguments + `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'patch-args.py + (lambda _ + (substitute* "args.py" + (("basestring") "str")))) + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "nosetests" "-v"))))))) + (native-inputs (list python-nose)) + (synopsis "Command-line argument parser") + (description + "This library provides a Python module to parse command-line arguments.") + (license license:bsd-3)))) (define-public python2-args (package-with-python2 python-args)) -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 05:09:51 2022 Received: (at 53046-done) by debbugs.gnu.org; 4 Aug 2022 09:09:51 +0000 Received: from localhost ([127.0.0.1]:51178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJWrX-0002OR-1u for submit@debbugs.gnu.org; Thu, 04 Aug 2022 05:09:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJWrV-0002OE-87 for 53046-done@debbugs.gnu.org; Thu, 04 Aug 2022 05:09:49 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36904) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJWrO-0002hx-SJ; Thu, 04 Aug 2022 05:09:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=NhZh/Y9XOPeBdP69Zfm4i9x22H6RykKGXRZb44gm3Bw=; b=Q+TCuU8WEOD1Qex+HOHW wk34Roge0jaBDpEuVhDEU2BleKtQ3kz2eaxtfsPWY6tGIRbd24xEgrbHrc7edGQPSSzw5uTfxadJ6 mWKKUEt3UhxkxHGnVDzBZ+4goLsKlsgp2V09ixzgfmLGH62rdw5NWiHm8Y20SebOIM6zn3vcoWEQw pQLT6yHL66ypNaVQR2baIu1sJmoAux4sCf+WAmuo0PY/SmwHnjmjDP7GYEMiCOekkTOKkeYHtk1V7 CYfpRwhdrl1sY+b6hCs/HFGhn8BqNWYVVUPgyz5tjPIyRZvMRkmoCtlORkI4dQrBUJ4jmlOh2jm45 YsnXvMdk/36QFw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=35914 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJWrO-0008L0-BS; Thu, 04 Aug 2022 05:09:42 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tanguy Le Carrour Subject: Re: bug#53046: [PATCH] gnu: python-args: Patch reference to basestring. References: <20220106102102.22512-1-tanguy@bioneland.org> <20220310172808.23485-1-tanguy@bioneland.org> Date: Thu, 04 Aug 2022 11:09:39 +0200 In-Reply-To: <20220310172808.23485-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Thu, 10 Mar 2022 18:28:08 +0100") Message-ID: <874jyspe7g.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53046-done Cc: 53046-done@debbugs.gnu.org, maximedevos@telenet.be 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: -3.3 (---) Hi Tanguy, Tanguy Le Carrour skribis: > * gnu/packages/python-xyz.scm (python-args)[source]: Use the latest versi= on > from the git repository to get the test suite. > [home-page]: Update URL. > [native-inputs]: Add python-nose. > [arguments]: Replace reference to basestring with str. Invoke nosetests. Finally applied, sorry for the delay, and thanks for reminding us! :-) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 04 05:43:07 2022 Received: (at 53046-done) by debbugs.gnu.org; 4 Aug 2022 09:43:07 +0000 Received: from localhost ([127.0.0.1]:51297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJXNi-0007eV-P6 for submit@debbugs.gnu.org; Thu, 04 Aug 2022 05:43:07 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:35821) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJXNf-0007e0-HK for 53046-done@debbugs.gnu.org; Thu, 04 Aug 2022 05:43:06 -0400 Received: (Authenticated sender: tanguy@bioneland.org) by mail.gandi.net (Postfix) with ESMTPSA id C153F240009; Thu, 4 Aug 2022 09:42:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bioneland.org; s=gm1; t=1659606177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8ZUmld774vkMPx6HaNxWvUSrbV/pDT4IPZEctQaIpAk=; b=GjerZJPvtZTCgoObO5TcJmlr9z74DS9rd6B8b2dqd5twVQ6rcq2Y2/2LnNPdUUSR2WWEKw IAZ2qf8ZoSZo0uCZ2hmPIOFjSyYk5+FGKM2ewedjoNBzPVKqw4c0aJp7/FM3I3COlA8wxa SJJcbYKotVHW2V01RqsbWs7nDQfHudj9fVxtdIuJqok/JcGYLMVxVjSH2d5GoqDab3NlJW PzV//c1S6th7ritsWvJ4Zz38CZxs3wHrTiDrEu2g0ZOoM0OWMi3botPAbAkq7rI4wPG/7q GHUxU9vDf1xDCnJuRRCTn4T0b/YJ/n1QnNqVMLKRbl0lv4eFsYHTXHQa0z59hw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220106102102.22512-1-tanguy@bioneland.org> <20220310172808.23485-1-tanguy@bioneland.org> <874jyspe7g.fsf_-_@gnu.org> Subject: Re: bug#53046: [PATCH] gnu: python-args: Patch reference to basestring. From: Tanguy LE CARROUR To: Ludovic =?utf-8?q?Court=C3=A8s?= In-Reply-To: <874jyspe7g.fsf_-_@gnu.org> Date: Thu, 04 Aug 2022 11:42:55 +0200 Message-ID: <165960617521.15352.11666579340495793305@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53046-done Cc: 53046-done@debbugs.gnu.org, maximedevos@telenet.be 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: -1.7 (-) Hi Ludo=E2=80=99, Quoting Ludovic Court=C3=A8s (2022-08-04 11:09:39) > Tanguy Le Carrour skribis: >=20 > > * gnu/packages/python-xyz.scm (python-args)[source]: Use the latest ver= sion > > from the git repository to get the test suite. > > [home-page]: Update URL. > > [native-inputs]: Add python-nose. > > [arguments]: Replace reference to basestring with str. Invoke nosetests. >=20 > Finally applied, sorry for the delay, and thanks for reminding us! :-) Thanks! --=20 Tanguy From unknown Sat Jun 21 03:27:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 01 Sep 2022 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator