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 92510158043 for ; Tue, 16 Apr 2024 18:07:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D243BE29F4; Tue, 16 Apr 2024 18:07:32 +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 B5F8AE29F4 for ; Tue, 16 Apr 2024 18:07:32 +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 F2CFD343430 for ; Tue, 16 Apr 2024 18:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C37D16B9 for ; Tue, 16 Apr 2024 18:07:30 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1713290838.e5603c7198e9619743dbaefaca138d6e516030f0.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild X-VCS-Directories: dev-python/path-and-address/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: e5603c7198e9619743dbaefaca138d6e516030f0 X-VCS-Branch: master Date: Tue, 16 Apr 2024 18:07:30 +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: ee5b34a5-c173-4806-b46a-4d772ed1aad2 X-Archives-Hash: 9763db1ba1a87dfafe1da7084c8ba84c commit: e5603c7198e9619743dbaefaca138d6e516030f0 Author: Ben Kohler gentoo org> AuthorDate: Tue Apr 16 16:12:35 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Apr 16 18:07:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5603c71 dev-python/path-and-address: enable py3.12 Closes: https://bugs.gentoo.org/929478 Signed-off-by: Ben Kohler gentoo.org> dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild index a629618e9c5a..44c21d84f23c 100644 --- a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild +++ b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{9..12} ) PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi