From: Michał Górny Date: Sun, 12 Jan 2020 10:37:26 +0000 (+0100) Subject: dev-python/prettytable: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=741082bb37f9c63de0d295e984b4bbe7926348b0;p=gentoo.git dev-python/prettytable: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild index 908cb7400486..f0af3074a0e2 100644 --- a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild +++ b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/prettytable/prettytable-0.7.2.ebuild b/dev-python/prettytable/prettytable-0.7.2.ebuild index e7f7440c1c53..c802a5cc7d21 100644 --- a/dev-python/prettytable/prettytable-0.7.2.ebuild +++ b/dev-python/prettytable/prettytable-0.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1