commit:     009cd423e3ec35b6c53cc8c471490a9638e05537
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 07:02:34 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 07:08:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009cd423

dev-python/yappi: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/yappi/yappi-0.98.ebuild | 2 +-
 dev-python/yappi/yappi-1.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/yappi/yappi-0.98.ebuild 
b/dev-python/yappi/yappi-0.98.ebuild
index 272a40e1703..9d567d63673 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 9da154dabb7..05de5b9581f 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"

Reply via email to