diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-19 07:44:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-19 09:14:51 +0200 |
commit | 17ce8b09be42139591252f50930c195cea7559b6 (patch) | |
tree | 951cb816206a469231a163b1279c1d1cb75752df /dev-python/cssselect2 | |
parent | dev-python/tinycss2: Enable py3.11 (diff) | |
download | gentoo-17ce8b09be42139591252f50930c195cea7559b6.tar.gz gentoo-17ce8b09be42139591252f50930c195cea7559b6.tar.bz2 gentoo-17ce8b09be42139591252f50930c195cea7559b6.zip |
dev-python/cssselect2: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cssselect2')
-rw-r--r-- | dev-python/cssselect2/cssselect2-0.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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/ " |