diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:13:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:13:42 +0100 |
commit | 69ab0c2188728ada14a5a736d69cafadabde765c (patch) | |
tree | 0cab493d5c3317f0205e171cb69e4ac72af34e07 /dev-python/nuitka | |
parent | dev-python/ntplib: Remove Py2 (diff) | |
download | gentoo-69ab0c2188728ada14a5a736d69cafadabde765c.tar.gz gentoo-69ab0c2188728ada14a5a736d69cafadabde765c.tar.bz2 gentoo-69ab0c2188728ada14a5a736d69cafadabde765c.zip |
dev-python/nuitka: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/nuitka')
-rw-r--r-- | dev-python/nuitka/nuitka-0.6.0.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/nuitka/nuitka-0.6.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/nuitka/nuitka-0.6.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/nuitka/nuitka-0.6.5.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
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" |