From: Michał Górny Date: Thu, 6 Feb 2020 06:51:42 +0000 (+0100) Subject: dev-python/urwidtrees: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1e8c6150af15c6684c89071b8302064949f95b55;p=gentoo.git dev-python/urwidtrees: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild index a8dfefc6b359..68baa31a9881 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild index c9ce81489262..628ea5e2392a 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1