commit: b472ea0eb3066bc3f713000370c258542f0f76e4 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue May 14 19:06:03 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 19:06:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b472ea0e
dev-python/readability-lxml: enable py3.12 and disable pypy3 Closes: https://bugs.gentoo.org/931429 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/readability-lxml/readability-lxml-0.8.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild index 71366d0aec..b6d65c5f4a 100644 --- a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild +++ b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild @@ -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 \
