summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-28 16:39:29 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-28 17:11:48 +0200
commit6fc791f6b58f81a48d71240801cde943a2729d05 (patch)
treeebc5a0d5b64fb022124d5a2c44ef5b572e934072 /dev-python
parentdev-python/blessed: Enable py3.12 (diff)
downloadgentoo-6fc791f6b58f81a48d71240801cde943a2729d05.tar.gz
gentoo-6fc791f6b58f81a48d71240801cde943a2729d05.tar.bz2
gentoo-6fc791f6b58f81a48d71240801cde943a2729d05.zip
dev-python/cchardet: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cchardet/cchardet-2.1.7-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/cchardet/cchardet-2.1.7-r1.ebuild b/dev-python/cchardet/cchardet-2.1.7-r1.ebuild
index 7e3782afe17b..3cb84bf4e1db 100644
--- a/dev-python/cchardet/cchardet-2.1.7-r1.ebuild
+++ b/dev-python/cchardet/cchardet-2.1.7-r1.ebuild
@@ -3,8 +3,10 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1 pypi
DESCRIPTION="High speed universal character encoding detector"