From 1e8c6150af15c6684c89071b8302064949f95b55 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 6 Feb 2020 07:51:42 +0100 Subject: dev-python/urwidtrees: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild | 2 +- dev-python/urwidtrees/urwidtrees-1.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/urwidtrees') 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 -- cgit v1.2.3-65-gdbad