Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ioflo/
Date: Thu, 03 Nov 2022 01:27:16
Message-Id: 1667438828.2ae48d044e69f68028ea762cde77d04bb91ebc7c.chutzpah@gentoo
1 commit: 2ae48d044e69f68028ea762cde77d04bb91ebc7c
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 01:26:37 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 01:27:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae48d04
7
8 dev-python/ioflo: disable py3.11
9
10 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
11
12 dev-python/ioflo/ioflo-2.0.2-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/ioflo/ioflo-2.0.2-r3.ebuild b/dev-python/ioflo/ioflo-2.0.2-r3.ebuild
16 index 55c8c1744226..9a26bb1da6ea 100644
17 --- a/dev-python/ioflo/ioflo-2.0.2-r3.ebuild
18 +++ b/dev-python/ioflo/ioflo-2.0.2-r3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..11} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 DISTUTILS_USE_PEP517=setuptools
26 inherit distutils-r1