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 B500F158476 for ; Sat, 13 Jan 2024 22:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D52BF2BC016; Sat, 13 Jan 2024 22:54:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BD6132BC016 for ; Sat, 13 Jan 2024 22:54:15 +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 064493431D7 for ; Sat, 13 Jan 2024 22:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 978F214B1 for ; Sat, 13 Jan 2024 22:54:13 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1705186336.0bc5e0dd40e46101a45410caa53d567491b71bab.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ahocorasick/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ahocorasick/ahocorasick-2.0.0.ebuild X-VCS-Directories: dev-python/ahocorasick/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 0bc5e0dd40e46101a45410caa53d567491b71bab X-VCS-Branch: master Date: Sat, 13 Jan 2024 22:54:13 +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: 60cfa7f7-c4f6-499f-95e9-4966ed387eda X-Archives-Hash: 42a8aa7ec5daa37a023b5091b7a39dad Message-ID: <20240113225413.T20pJ5B0mAqBQMBYBXXO_px_cptyTXO0ajEwtwZ0grs@z> commit: 0bc5e0dd40e46101a45410caa53d567491b71bab Author: David Roman gmail com> AuthorDate: Sat Jan 13 22:52:16 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Jan 13 22:52:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bc5e0dd dev-python/ahocorasick: enable py3.12 Signed-off-by: David Roman gmail.com> dev-python/ahocorasick/ahocorasick-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild index 35423a72b0..8afff33d94 100644 --- a/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild +++ b/dev-python/ahocorasick/ahocorasick-2.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..12} ) PYPI_PN="py${PN}" PYPI_NO_NORMALIZE=1