Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/odo/
Date: Sun, 29 Dec 2019 13:23:27
Message-Id: 1577625773.fc43411f2a397e78cf8db18150525204735c0dc0.asturm@gentoo
1 commit: fc43411f2a397e78cf8db18150525204735c0dc0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:37:51 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc43411f
7
8 dev-python/odo: Drop python2_7
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/odo/odo-0.5.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/odo/odo-0.5.0-r1.ebuild b/dev-python/odo/odo-0.5.0-r1.ebuild
17 index f8fe88e3a7b..03df1cbef74 100644
18 --- a/dev-python/odo/odo-0.5.0-r1.ebuild
19 +++ b/dev-python/odo/odo-0.5.0-r1.ebuild
20 @@ -2,8 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
25
26 +PYTHON_COMPAT=( python3_{5,6} )
27 inherit distutils-r1
28
29 DESCRIPTION="Data migration in python"