From 009cd423e3ec35b6c53cc8c471490a9638e05537 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 6 Feb 2020 08:02:34 +0100 Subject: dev-python/yappi: 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/yappi/yappi-0.98.ebuild | 2 +- dev-python/yappi/yappi-1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/yappi') diff --git a/dev-python/yappi/yappi-0.98.ebuild b/dev-python/yappi/yappi-0.98.ebuild index 272a40e1703e..9d567d63673e 100644 --- a/dev-python/yappi/yappi-0.98.ebuild +++ b/dev-python/yappi/yappi-0.98.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python{2_7,3_6}) +PYTHON_COMPAT=(python3_6) inherit distutils-r1 DESCRIPTION="Yet Another Python Profiler" diff --git a/dev-python/yappi/yappi-1.0.ebuild b/dev-python/yappi/yappi-1.0.ebuild index 9da154dabb7e..05de5b9581f0 100644 --- a/dev-python/yappi/yappi-1.0.ebuild +++ b/dev-python/yappi/yappi-1.0.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,7}}) +PYTHON_COMPAT=(python3_{6,7}) inherit distutils-r1 DESCRIPTION="Yet Another Python Profiler" -- cgit v1.2.3-65-gdbad