From 17ce8b09be42139591252f50930c195cea7559b6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 19 May 2022 07:44:17 +0200 Subject: dev-python/cssselect2: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cssselect2/cssselect2-0.6.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-python/cssselect2/cssselect2-0.6.0.ebuild') diff --git a/dev-python/cssselect2/cssselect2-0.6.0.ebuild b/dev-python/cssselect2/cssselect2-0.6.0.ebuild index 644210e36848..fccb1c1149ae 100644 --- a/dev-python/cssselect2/cssselect2-0.6.0.ebuild +++ b/dev-python/cssselect2/cssselect2-0.6.0.ebuild @@ -4,12 +4,13 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) + inherit distutils-r1 DESCRIPTION="Parses CSS3 Selectors and translates them to XPath 1.0" HOMEPAGE=" - https://cssselect2.readthedocs.io/en/latest/ + https://doc.courtbouillon.org/cssselect2/stable/ https://pypi.org/project/cssselect2/ https://github.com/Kozea/cssselect2/ " -- cgit v1.2.3-65-gdbad