From: Andreas Sturmlechner Date: Mon, 2 Dec 2019 18:53:02 +0000 (+0100) Subject: dev-python/formencode: Drop python2_7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=979e8e27447a5fa66f6cff55a7d9671be939b760;p=gentoo.git dev-python/formencode: Drop python2_7 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/formencode/formencode-1.3.0-r3.ebuild b/dev-python/formencode/formencode-1.3.0-r3.ebuild index 6f62e4aed8b6..6d511cc12702 100644 --- a/dev-python/formencode/formencode-1.3.0-r3.ebuild +++ b/dev-python/formencode/formencode-1.3.0-r3.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 MY_PN="FormEncode"