From: David Seifert Date: Sat, 28 Dec 2019 16:13:42 +0000 (+0100) Subject: dev-python/nuitka: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=69ab0c2188728ada14a5a736d69cafadabde765c;p=gentoo.git dev-python/nuitka: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/nuitka/nuitka-0.6.0.6.ebuild b/dev-python/nuitka/nuitka-0.6.0.6.ebuild index 0d55ac76041d..06a0d5146b2f 100644 --- a/dev-python/nuitka/nuitka-0.6.0.6.ebuild +++ b/dev-python/nuitka/nuitka-0.6.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 python3_6) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Python to native compiler" diff --git a/dev-python/nuitka/nuitka-0.6.2.ebuild b/dev-python/nuitka/nuitka-0.6.2.ebuild index 306034cd1e10..46c45003b439 100644 --- a/dev-python/nuitka/nuitka-0.6.2.ebuild +++ b/dev-python/nuitka/nuitka-0.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 eutils DESCRIPTION="Python to native compiler" diff --git a/dev-python/nuitka/nuitka-0.6.4.ebuild b/dev-python/nuitka/nuitka-0.6.4.ebuild index b7b8079ee4b1..3216e3407634 100644 --- a/dev-python/nuitka/nuitka-0.6.4.ebuild +++ b/dev-python/nuitka/nuitka-0.6.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 eutils DESCRIPTION="Python to native compiler" diff --git a/dev-python/nuitka/nuitka-0.6.5.ebuild b/dev-python/nuitka/nuitka-0.6.5.ebuild index ed2ba72a1c00..c308feb02aa5 100644 --- a/dev-python/nuitka/nuitka-0.6.5.ebuild +++ b/dev-python/nuitka/nuitka-0.6.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7}) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 eutils DESCRIPTION="Python to native compiler"