Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dissononce/
Date: Thu, 03 Nov 2022 22:37:41
Message-Id: 1667515022.c92813a2e8d75bcecf7a24c693463cc94d87c873.conikost@gentoo
1 commit: c92813a2e8d75bcecf7a24c693463cc94d87c873
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 20:15:46 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 22:37:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92813a2
7
8 dev-python/dissononce: add python3.11 support
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 dev-python/dissononce/dissononce-0.34.3-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/dissononce/dissononce-0.34.3-r2.ebuild b/dev-python/dissononce/dissononce-0.34.3-r2.ebuild
16 index f07d87ad9b5d..51ae45736b34 100644
17 --- a/dev-python/dissononce/dissononce-0.34.3-r2.ebuild
18 +++ b/dev-python/dissononce/dissononce-0.34.3-r2.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_SETUPTOOLS="bdepend"
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit distutils-r1