From c9f0f30988301aa86983cd63ab4fc987bb3b9766 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 Feb 2020 17:19:33 +0100 Subject: dev-python/memory_profiler: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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(-) (limited to 'dev-python/memory_profiler') 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 -- cgit v1.2.3-65-gdbad