From 69ab0c2188728ada14a5a736d69cafadabde765c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:13:42 +0100 Subject: dev-python/nuitka: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/nuitka/nuitka-0.6.0.6.ebuild | 2 +- dev-python/nuitka/nuitka-0.6.2.ebuild | 2 +- dev-python/nuitka/nuitka-0.6.4.ebuild | 2 +- dev-python/nuitka/nuitka-0.6.5.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-python/nuitka') 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" -- cgit v1.2.3-65-gdbad