Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-epytext/
Date: Thu, 19 May 2022 04:26:47
Message-Id: 1652934396.5b9c0180def9fc8b667dd5a217124c7b8d20f767.sam@gentoo
1 commit: 5b9c0180def9fc8b667dd5a217124c7b8d20f767
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 04:26:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 04:26:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9c0180
7
8 dev-python/sphinx-epytext: enable py3.11
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
16 index 604010ab6690..fd6bd21839a7 100644
17 --- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
18 +++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2021-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
27 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
28
29 inherit distutils-r1