From: David Seifert Date: Sat, 28 Dec 2019 16:11:45 +0000 (+0100) Subject: dev-python/cliff-tablib: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ea0b577627e0084090c4b8aaba4e4c04a5ef485d;p=gentoo.git dev-python/cliff-tablib: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/cliff-tablib/cliff-tablib-1.1-r2.ebuild b/dev-python/cliff-tablib/cliff-tablib-1.1-r2.ebuild index ce7a076cd9cf..4141f1f05cb3 100644 --- a/dev-python/cliff-tablib/cliff-tablib-1.1-r2.ebuild +++ b/dev-python/cliff-tablib/cliff-tablib-1.1-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1