From: Michał Górny Date: Mon, 2 Dec 2019 09:01:44 +0000 (+0100) Subject: dev-python/line_profiler: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=547ce2e0861d9cc5ea0b1d233e2998fe607bac50;p=gentoo.git dev-python/line_profiler: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/line_profiler/line_profiler-2.0.ebuild b/dev-python/line_profiler/line_profiler-2.0.ebuild index 4b3f6c2af553..6a66f54adf03 100644 --- a/dev-python/line_profiler/line_profiler-2.0.ebuild +++ b/dev-python/line_profiler/line_profiler-2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/line_profiler/line_profiler-2.1.2.ebuild b/dev-python/line_profiler/line_profiler-2.1.2.ebuild index a1bb13b6f5a7..114dffb7cd9f 100644 --- a/dev-python/line_profiler/line_profiler-2.1.2.ebuild +++ b/dev-python/line_profiler/line_profiler-2.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/line_profiler/line_profiler-9999.ebuild b/dev-python/line_profiler/line_profiler-9999.ebuild index 96f82a54b5e2..28fae9f5158b 100644 --- a/dev-python/line_profiler/line_profiler-9999.ebuild +++ b/dev-python/line_profiler/line_profiler-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 git-r3