From 3bc91eada62df95db242d2264812e0e6dd365ed6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 14 Apr 2024 17:26:09 +0200 Subject: mail-filter/pyzor: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/929608 Signed-off-by: Michał Górny --- mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail-filter') diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild index 6c6ce3b2abe0..b810fa1972ed 100644 --- a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild +++ b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 MY_COMMIT="2dbe627c1ec245db206cdc73bf1f9d785f1512d8" -- cgit v1.2.3-65-gdbad