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/python-slip/
Date: Sun, 02 Aug 2020 09:21:09
Message-Id: 1596359741.4b6180d96ebac1a190640b6a36705f9dc26375f6.mgorny@gentoo
1 commit: 4b6180d96ebac1a190640b6a36705f9dc26375f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 09:15:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 09:15:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6180d9
7
8 dev-python/python-slip: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-slip/python-slip-0.6.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-slip/python-slip-0.6.5.ebuild b/dev-python/python-slip/python-slip-0.6.5.ebuild
16 index 7d6d12a009d..943f8fd32ff 100644
17 --- a/dev-python/python-slip/python-slip-0.6.5.ebuild
18 +++ b/dev-python/python-slip/python-slip-0.6.5.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=5
21
22 PYTHON_REQ_USE="xml"
23 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
24 +PYTHON_COMPAT=( python{3_6,3_7} )
25
26 inherit distutils-r1 eutils