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/formencode/
Date: Sun, 19 Jan 2020 18:37:15
Message-Id: 1579458714.979e8e27447a5fa66f6cff55a7d9671be939b760.asturm@gentoo
1 commit: 979e8e27447a5fa66f6cff55a7d9671be939b760
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 18:53:02 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 18:31:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979e8e27
7
8 dev-python/formencode: Drop python2_7
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/formencode/formencode-1.3.0-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/formencode/formencode-1.3.0-r3.ebuild b/dev-python/formencode/formencode-1.3.0-r3.ebuild
17 index 6f62e4aed8b..6d511cc1270 100644
18 --- a/dev-python/formencode/formencode-1.3.0-r3.ebuild
19 +++ b/dev-python/formencode/formencode-1.3.0-r3.ebuild
20 @@ -2,8 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25
26 +PYTHON_COMPAT=( python3_6 )
27 inherit distutils-r1
28
29 MY_PN="FormEncode"