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/pyspelling/
Date: Tue, 17 May 2022 12:20:10
Message-Id: 1652789967.56786ee3b927959527a671d6056e946ecf6c8640.andrewammerlaan@gentoo
1 commit: 56786ee3b927959527a671d6056e946ecf6c8640
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 11:29:45 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 12:19:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56786ee3
7
8 dev-python/pyspelling: enable py3.11
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/pyspelling/pyspelling-2.7.3.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pyspelling/pyspelling-2.7.3.ebuild b/dev-python/pyspelling/pyspelling-2.7.3.ebuild
16 index 9a2227b6667c..baecf3bf8bfd 100644
17 --- a/dev-python/pyspelling/pyspelling-2.7.3.ebuild
18 +++ b/dev-python/pyspelling/pyspelling-2.7.3.ebuild
19 @@ -1,9 +1,10 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28 +DISTUTILS_USE_PEP517=setuptools
29
30 DOCS_BUILDER="mkdocs"
31 DOCS_DEPEND="