Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxemoji/
Date: Fri, 29 Jul 2022 16:37:18
Message-Id: 1659112619.9e19be31bdb022c90b369055ffe8708f39022eca.arthurzam@gentoo
1 commit: 9e19be31bdb022c90b369055ffe8708f39022eca
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 16:17:09 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 16:36:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e19be31
7
8 dev-python/sphinxemoji: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild b/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
16 index 754bb664c494..446873841359 100644
17 --- a/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
18 +++ b/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 DISTUTILS_USE_PEP517=setuptools
26 inherit distutils-r1