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/mdit-py-plugins/
Date: Sun, 29 May 2022 19:16:07
Message-Id: 1653851749.8ea521cc8a956197c3f3ef7293b0d93ffae2eac0.arthurzam@gentoo
1 commit: 8ea521cc8a956197c3f3ef7293b0d93ffae2eac0
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 18:59:33 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 19:15:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea521cc
7
8 dev-python/mdit-py-plugins: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild
16 index d7b94a9e2c88..d3bbb79c4893 100644
17 --- a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild
18 +++ b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.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