From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3E7013835A for ; Sun, 23 May 2021 11:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B882E088D; Sun, 23 May 2021 11:36:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED12BE088C for ; Sun, 23 May 2021 11:36:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1297D335D35 for ; Sun, 23 May 2021 11:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36F9679A for ; Sun, 23 May 2021 11:36:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1621769737.5f29715fb069d18cf077dd12cd20e5548070913e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nuitka/nuitka-0.6.11.ebuild X-VCS-Directories: dev-python/nuitka/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5f29715fb069d18cf077dd12cd20e5548070913e X-VCS-Branch: master Date: Sun, 23 May 2021 11:36:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6742778-3d06-45fb-ade4-296fc356a811 X-Archives-Hash: db177a254da57dff06bf6988711a053d commit: 5f29715fb069d18cf077dd12cd20e5548070913e Author: Michał Górny gentoo org> AuthorDate: Sun May 23 11:20:31 2021 +0000 Commit: Michał Górny gentoo 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 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