commit: c9f0f30988301aa86983cd63ab4fc987bb3b9766
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 16:19:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 16:24:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f0f309
dev-python/memory_profiler: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/memory_profiler/memory_profiler-0.47.ebuild | 2 +-
dev-python/memory_profiler/memory_profiler-0.54.0.ebuild | 2 +-
dev-python/memory_profiler/memory_profiler-0.55.0.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/memory_profiler/memory_profiler-0.47.ebuild
b/dev-python/memory_profiler/memory_profiler-0.47.ebuild
index 72ac15e0bbe..cc19e0084e9 100644
--- a/dev-python/memory_profiler/memory_profiler-0.47.ebuild
+++ b/dev-python/memory_profiler/memory_profiler-0.47.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
index 71614a75532..189afea74ea 100644
--- a/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
+++ b/dev-python/memory_profiler/memory_profiler-0.54.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/memory_profiler/memory_profiler-0.55.0.ebuild
b/dev-python/memory_profiler/memory_profiler-0.55.0.ebuild
index e946d9d3fa0..d4751b2ed0f 100644
--- a/dev-python/memory_profiler/memory_profiler-0.55.0.ebuild
+++ b/dev-python/memory_profiler/memory_profiler-0.55.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1