summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-14 17:26:09 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-14 17:28:13 +0200
commit3bc91eada62df95db242d2264812e0e6dd365ed6 (patch)
treec206dfb641ebc30b15f243238f9edf481e11085f /mail-filter
parentdev-python/sphinxcontrib-spelling: Enable py3.12 (diff)
downloadgentoo-3bc91eada62df95db242d2264812e0e6dd365ed6.tar.gz
gentoo-3bc91eada62df95db242d2264812e0e6dd365ed6.tar.bz2
gentoo-3bc91eada62df95db242d2264812e0e6dd365ed6.zip
mail-filter/pyzor: Enable py3.12
Closes: https://bugs.gentoo.org/929608 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild5
1 files changed, 3 insertions, 2 deletions
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"