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: Tue, 04 Feb 2020 13:32:09
Message-Id: 1580822152.eff1977b6fd4ca9266f6d72dbfa7e5ceaf28f980.mgorny@gentoo
1 commit: eff1977b6fd4ca9266f6d72dbfa7e5ceaf28f980
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 13:15:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 13:15:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff1977b
7
8 dev-python/babelfish: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/babelfish/babelfish-0.5.5-r1.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.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
17 index 707e8a55389..b7ed30df2c2 100644
18 --- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
19 +++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
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 90c7394ac00..dcc8f1dacc4 100644
32 --- a/dev-python/babelfish/babelfish-9999.ebuild
33 +++ b/dev-python/babelfish/babelfish-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 +PYTHON_COMPAT=( python3_6 )
40
41 inherit distutils-r1 git-r3