Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cssselect2/
Date: Thu, 19 May 2022 07:15:06
Message-Id: 1652944491.17ce8b09be42139591252f50930c195cea7559b6.mgorny@gentoo
1 commit: 17ce8b09be42139591252f50930c195cea7559b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 05:44:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 07:14:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ce8b09
7
8 dev-python/cssselect2: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cssselect2/cssselect2-0.6.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/cssselect2/cssselect2-0.6.0.ebuild b/dev-python/cssselect2/cssselect2-0.6.0.ebuild
16 index 644210e36848..fccb1c1149ae 100644
17 --- a/dev-python/cssselect2/cssselect2-0.6.0.ebuild
18 +++ b/dev-python/cssselect2/cssselect2-0.6.0.ebuild
19 @@ -4,12 +4,13 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=flit
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="Parses CSS3 Selectors and translates them to XPath 1.0"
29 HOMEPAGE="
30 - https://cssselect2.readthedocs.io/en/latest/
31 + https://doc.courtbouillon.org/cssselect2/stable/
32 https://pypi.org/project/cssselect2/
33 https://github.com/Kozea/cssselect2/
34 "