Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wcmatch/
Date: Tue, 17 May 2022 12:20:10
Message-Id: 1652789968.609b685d333378e5f4d57711dc873b82eaf6223e.andrewammerlaan@gentoo
1 commit: 609b685d333378e5f4d57711dc873b82eaf6223e
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 11:31:08 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 12:19:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609b685d
7
8 dev-python/wcmatch: enable py3.11
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/wcmatch/wcmatch-8.3.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/wcmatch/wcmatch-8.3.ebuild b/dev-python/wcmatch/wcmatch-8.3.ebuild
16 index 8a9fe29ef3f2..7648775293cb 100644
17 --- a/dev-python/wcmatch/wcmatch-8.3.ebuild
18 +++ b/dev-python/wcmatch/wcmatch-8.3.ebuild
19 @@ -3,7 +3,8 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 +DISTUTILS_USE_PEP517=setuptools
26
27 DOCS_BUILDER="mkdocs"
28 DOCS_DEPEND="