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 9A8A113835A for ; Wed, 24 Jun 2020 14:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCED0E0923; Wed, 24 Jun 2020 14:30:00 +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 B2B84E0923 for ; Wed, 24 Jun 2020 14:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 278DC34F200 for ; Wed, 24 Jun 2020 14:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25CAD2BB for ; Wed, 24 Jun 2020 14:29:55 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593008960.f783f653f02b982d64be846fd7c1c694232673b6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nuitka/Manifest dev-python/nuitka/nuitka-0.6.8.ebuild X-VCS-Directories: dev-python/nuitka/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f783f653f02b982d64be846fd7c1c694232673b6 X-VCS-Branch: master Date: Wed, 24 Jun 2020 14:29:55 +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: 22f893bb-ef6e-4dbe-93cf-8082773bc356 X-Archives-Hash: 652d9bb41810f8f3dc31a7b837bcf5fb commit: f783f653f02b982d64be846fd7c1c694232673b6 Author: Oz Tiram gmail com> AuthorDate: Sat May 30 14:04:13 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 24 14:29:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f783f653 dev-python/nuitka: bump version to 0.6.8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Oz Tiram gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16014 Signed-off-by: Joonas Niilola gentoo.org> dev-python/nuitka/Manifest | 1 + dev-python/nuitka/nuitka-0.6.8.ebuild | 41 +++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest index a8c764c28ad..8d5ea5c5adc 100644 --- a/dev-python/nuitka/Manifest +++ b/dev-python/nuitka/Manifest @@ -1 +1,2 @@ DIST Nuitka-0.6.7.tar.gz 2284868 BLAKE2B 91c2e5362697d8c14f0627d757c70922aff3ccc2c9eb359f6b303e9ae7580d594106328b9fe644e8f668018aae496e50041948bdfbf59c27fe1ce0e50eb90177 SHA512 9f3dbfe67f2618a5363aa47974fe0199428a4798e79ebfcf78f15365048a6c676b5b2c9d5569adcd264389c66f643b3190647dc17acb76e59b9b95ee6762f5a2 +DIST Nuitka-0.6.8.tar.gz 2390759 BLAKE2B 5f207a2dcac6a2825143268d3c28eab113705c050b67dbbfd3b655a0221ca3c04b2b206f3e8a85b4f17d28db52c11f19ea6260d2e7853c382942a76a15dc1973 SHA512 d9a9add759736c35fda57bbf82382effbcebce954228e56bf7c124502b96513f17a7083ded66da3ee33c52443b18c92839bff59a5c081d8fe44d6eec6c15fe54 diff --git a/dev-python/nuitka/nuitka-0.6.8.ebuild b/dev-python/nuitka/nuitka-0.6.8.ebuild new file mode 100644 index 00000000000..52e9e3fb9f4 --- /dev/null +++ b/dev-python/nuitka/nuitka-0.6.8.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS="rdepend" + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 eutils python-utils-r1 + +DESCRIPTION="Python to native compiler" +HOMEPAGE="https://www.nuitka.net" +SRC_URI="https://nuitka.net/releases/${P^}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="doc" + +BDEPEND="dev-util/scons[${PYTHON_USEDEP}]" + +RDEPEND="${BDEPEND} + dev-python/appdirs[${PYTHON_USEDEP}]" + +DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf ) +S="${WORKDIR}/${P^}" + +python_install() { + distutils-r1_python_install + python_optimize + doman doc/nuitka.1 + doman doc/nuitka3.1 + doman doc/nuitka3-run.1 + doman doc/nuitka-run.1 +} + +pkg_postinst() { + optfeature "support for stand-alone executables" app-admin/chrpath +}