commit:     5f29715fb069d18cf077dd12cd20e5548070913e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 11:20:31 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 11:35:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f29715f

dev-python/nuitka: Enable py3.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nuitka/nuitka-0.6.11.ebuild | 7 ++-----
 1 file 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 739ff9dd18c..d45a2f3b311 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

Reply via email to