dev-python/readability-lxml: enable py3.12 and disable pypy3

Closes: https://bugs.gentoo.org/931429
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-14 15:06:03 -04:00
parent a07ed37885
commit b472ea0eb3

View File

@@ -1,9 +1,9 @@
# Copyright 2019-2022 Gentoo Authors
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} pypy3 )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -23,6 +23,7 @@ KEYWORDS="~amd64"
RDEPEND="
dev-python/cssselect[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/lxml-html-clean[${PYTHON_USEDEP}]
|| (
dev-python/chardet[${PYTHON_USEDEP}]
( $(python_gen_cond_dep \