dev-python/yappi: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:02:34 +0000 (08:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:48 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/yappi/yappi-0.98.ebuild
dev-python/yappi/yappi-1.0.ebuild

index 272a40e1703e056315dfc178585bfbce5fc659ba..9d567d63673ee022f8627a01d83f306dcd7b02e2 100644 (file)
@@ -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"
index 9da154dabb7e43d58929838d8fb191935685993a..05de5b9581f0a0b8efc4c0c67a39b42e10009f32 100644 (file)
@@ -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"