summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-23 13:20:31 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-23 13:35:37 +0200
commit5f29715fb069d18cf077dd12cd20e5548070913e (patch)
tree7e6576845d34136ac78a6573378f4cfed44aa7ef /dev-python/nuitka
parentdev-python/pyro: Enable py3.9 (diff)
downloadgentoo-5f29715fb069d18cf077dd12cd20e5548070913e.tar.gz
gentoo-5f29715fb069d18cf077dd12cd20e5548070913e.tar.bz2
gentoo-5f29715fb069d18cf077dd12cd20e5548070913e.zip
dev-python/nuitka: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nuitka')
-rw-r--r--dev-python/nuitka/nuitka-0.6.11.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/nuitka/nuitka-0.6.11.ebuild b/dev-python/nuitka/nuitka-0.6.11.ebuild
index 739ff9dd18cd..d45a2f3b311d 100644
--- a/dev-python/nuitka/nuitka-0.6.11.ebuild
+++ b/dev-python/nuitka/nuitka-0.6.11.ebuild
@@ -3,15 +3,13 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1 flag-o-matic optfeature
DESCRIPTION="Python to native compiler"
HOMEPAGE="https://www.nuitka.net"
SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
+S="${WORKDIR}/${P^}"
LICENSE="Apache-2.0"
SLOT="0"
@@ -26,7 +24,6 @@ BDEPEND="
"
DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-S="${WORKDIR}/${P^}"
distutils-r1_src_prepare() {
# remove vendored version of SCons that is Python2 only