From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF6AA1582E8 for ; Wed, 15 May 2024 17:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DD62E2ABB; Wed, 15 May 2024 17:00:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FB11E2AAF for ; Wed, 15 May 2024 17:00:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0AF7340813 for ; Wed, 15 May 2024 17:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 025FE1AD5 for ; Wed, 15 May 2024 17:00:32 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715792116.dfe70fb26b6a74e43b1aeae66a940b9d1119e153.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/stringcase/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/stringcase/stringcase-1.2.0-r1.ebuild dev-python/stringcase/stringcase-1.2.0-r2.ebuild X-VCS-Directories: dev-python/stringcase/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: dfe70fb26b6a74e43b1aeae66a940b9d1119e153 X-VCS-Branch: master Date: Wed, 15 May 2024 17:00:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ada1d39-8b44-402e-bdcb-82487c5fd5fd X-Archives-Hash: e0dc121e7d09fdd881d85e02ea5942fe commit: dfe70fb26b6a74e43b1aeae66a940b9d1119e153 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 16:24:59 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:55:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfe70fb2 dev-python/stringcase: use PEP517, enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931430 Closes: https://bugs.gentoo.org/921874 Signed-off-by: Julien Roy jroy.ca> .../{stringcase-1.2.0-r1.ebuild => stringcase-1.2.0-r2.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild similarity index 74% rename from dev-python/stringcase/stringcase-1.2.0-r1.ebuild rename to dev-python/stringcase/stringcase-1.2.0-r2.ebuild index 3910056d8b..710f45a101 100644 --- a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild +++ b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{10..11} ) - -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A82DA1581D3 for ; Wed, 15 May 2024 16:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3CA5E2AC1; Wed, 15 May 2024 16:55:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CB91E2ABE for ; Wed, 15 May 2024 16:55:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB66E335D7B for ; Wed, 15 May 2024 16:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C97C1AD2 for ; Wed, 15 May 2024 16:55:33 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715792116.dfe70fb26b6a74e43b1aeae66a940b9d1119e153.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stringcase/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/stringcase/stringcase-1.2.0-r1.ebuild dev-python/stringcase/stringcase-1.2.0-r2.ebuild X-VCS-Directories: dev-python/stringcase/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: dfe70fb26b6a74e43b1aeae66a940b9d1119e153 X-VCS-Branch: dev Date: Wed, 15 May 2024 16:55:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb24ee8e-4098-4e06-b8b2-f49fb47ad29b X-Archives-Hash: cbc434ec7eac63c8c908a9b1a609a8b2 Message-ID: <20240515165533.Rpuez5wITsdihzqLRQetXAGWMJkltG1G1q0SnCcvNSY@z> commit: dfe70fb26b6a74e43b1aeae66a940b9d1119e153 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 16:24:59 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:55:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfe70fb2 dev-python/stringcase: use PEP517, enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931430 Closes: https://bugs.gentoo.org/921874 Signed-off-by: Julien Roy jroy.ca> .../{stringcase-1.2.0-r1.ebuild => stringcase-1.2.0-r2.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild similarity index 74% rename from dev-python/stringcase/stringcase-1.2.0-r1.ebuild rename to dev-python/stringcase/stringcase-1.2.0-r2.ebuild index 3910056d8b..710f45a101 100644 --- a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild +++ b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{10..11} ) - -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi