dev-python/memory_profiler: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:19:33 +0000 (17:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:42 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/memory_profiler/memory_profiler-0.47.ebuild
dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
dev-python/memory_profiler/memory_profiler-0.55.0.ebuild

index 72ac15e0bbed9141eabd563f2b95ea59d03a0287..cc19e0084e9df2eca75018c881aa8aa59dbcf3c1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 71614a75532450900b2d2dcfe5da8fa9c087fde5..189afea74eabf274ef9a891678df35df73ac8580 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index e946d9d3fa03a0567bcfc6a21ffe1c076733c66d..d4751b2ed0f988c91bcf085ab0087e711eaa5fd9 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1