diff options
author | 2020-02-05 17:19:33 +0100 | |
---|---|---|
committer | 2020-02-05 17:24:42 +0100 | |
commit | c9f0f30988301aa86983cd63ab4fc987bb3b9766 (patch) | |
tree | 24479586eb9e8a97e5a19e47c6696806a4c0e099 /dev-python/memory_profiler | |
parent | dev-python/marshmallow: Remove py2 (diff) | |
download | gentoo-c9f0f30988301aa86983cd63ab4fc987bb3b9766.tar.gz gentoo-c9f0f30988301aa86983cd63ab4fc987bb3b9766.tar.bz2 gentoo-c9f0f30988301aa86983cd63ab4fc987bb3b9766.zip |
dev-python/memory_profiler: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/memory_profiler')
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 72ac15e0bbed..cc19e0084e9d 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 71614a755324..189afea74eab 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 e946d9d3fa03..d4751b2ed0f9 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 |