Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/
Date: Thu, 19 May 2022 07:32:05
Message-Id: 1652945515.05258e6ea091d03a07328825ecf2468bc8025cef.mgorny@gentoo
1 commit: 05258e6ea091d03a07328825ecf2468bc8025cef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 07:26:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 07:31:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05258e6e
7
8 dev-python/babelfish: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/babelfish/babelfish-0.6.0-r2.ebuild | 2 +-
13 dev-python/babelfish/babelfish-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/babelfish/babelfish-0.6.0-r2.ebuild b/dev-python/babelfish/babelfish-0.6.0-r2.ebuild
17 index 49a48bc3a2cd..6d6033505eed 100644
18 --- a/dev-python/babelfish/babelfish-0.6.0-r2.ebuild
19 +++ b/dev-python/babelfish/babelfish-0.6.0-r2.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=8
22
23 DISTUTILS_USE_PEP517=poetry
24 -PYTHON_COMPAT=( python3_{8..10} )
25 +PYTHON_COMPAT=( python3_{8..11} )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
31 index a4a6de6e16c4..eca670f3ee7e 100644
32 --- a/dev-python/babelfish/babelfish-9999.ebuild
33 +++ b/dev-python/babelfish/babelfish-9999.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=8
36
37 DISTUTILS_USE_PEP517=poetry
38 -PYTHON_COMPAT=( python3_{8..10} )
39 +PYTHON_COMPAT=( python3_{8..11} )
40
41 inherit distutils-r1 git-r3