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/makefun/
Date: Sun, 29 May 2022 19:16:08
Message-Id: 1653851751.463ca0fbaea0aaba08ba911a663dadff5e9d1df7.arthurzam@gentoo
1 commit: 463ca0fbaea0aaba08ba911a663dadff5e9d1df7
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 19:10:13 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 19:15:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463ca0fb
7
8 dev-python/makefun: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/makefun/makefun-1.13.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/makefun/makefun-1.13.1.ebuild b/dev-python/makefun/makefun-1.13.1.ebuild
16 index eb2656703a7e..c95083f79b0b 100644
17 --- a/dev-python/makefun/makefun-1.13.1.ebuild
18 +++ b/dev-python/makefun/makefun-1.13.1.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
27 inherit distutils-r1