[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-05-17 Thread Michał Górny
commit: bbe4749c8d1d64b42cb63980817de2e4ebcc4bd8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 05:22:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 06:25:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe4749c

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  2 --
 dev-python/Nuitka/Nuitka-2.2.1.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.2.ebuild   | 52 ---
 3 files changed, 106 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index e536dbba436f..6c6e6b433001 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1 @@
-DIST Nuitka-2.2.1.tar.gz 3657159 BLAKE2B 
46578e2ab4afa7edfb43cf42f968d222ba85717a276b84c25dfffea0f3211dc9ad202718f23b54435525a2b4447b49742259fb636a9cba3bfc1d251232878393
 SHA512 
08dfc85ada702e41b282ee8291c9b2f389c0b320cdab8ad7b259af9aba1fc3efb26d3deab5391a5d592c206f7dd94d7b99780ba25377bd5f145bd0bfd84e01fb
 DIST Nuitka-2.2.2.tar.gz 3999091 BLAKE2B 
1512b0112dfa36c704900b787ac43a24377ab2994d16865d85da0384d2bb29a6dd26a83be270c51c28bcca68dad2398d68096d4dae1ee3f2044a85dad2571d82
 SHA512 
13f03fb849d83a1fbb10df2fe54f429f8871068942dfe93316460e1abed9149793b6fc1d7b62b1e72fc00de94ae9fd4b218f4ee65ea7668d138700f2bfd94eb2
-DIST Nuitka-2.2.tar.gz 3655576 BLAKE2B 
a5c88da5c585163cf7efcc238697b2c930426674d89203e12dbf2bc00e579c523a74527269039e2a155a13821c5ae4d7022215db88b2ba201f3b13224c3e8223
 SHA512 
0e21ccbf2c35176e3f1b704f599ef79e65f19529c2de362ae384e61e6b0e5d7e86a8489fe0cb25e6800e169833d50e54853bd6c4bd860c139162e22e39249aff

diff --git a/dev-python/Nuitka/Nuitka-2.2.1.ebuild 
b/dev-python/Nuitka/Nuitka-2.2.1.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.2.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.2.ebuild 
b/dev-python/Nuitka/Nuitka-2.2.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-05-17 Thread Michał Górny
commit: 9af76114ceb4bd0a12ed7f783045fec3971c451a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 05:24:31 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 06:25:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af76114

dev-python/Nuitka: Bump to 2.2.3

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.2.3.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 6c6e6b433001..8ee35085bd8d 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-2.2.2.tar.gz 3999091 BLAKE2B 
1512b0112dfa36c704900b787ac43a24377ab2994d16865d85da0384d2bb29a6dd26a83be270c51c28bcca68dad2398d68096d4dae1ee3f2044a85dad2571d82
 SHA512 
13f03fb849d83a1fbb10df2fe54f429f8871068942dfe93316460e1abed9149793b6fc1d7b62b1e72fc00de94ae9fd4b218f4ee65ea7668d138700f2bfd94eb2
+DIST Nuitka-2.2.3.tar.gz 3657438 BLAKE2B 
f01a213f7dff39b6bba50ba21fbd120927caa60c88156aa0e9094339f260008fe18aaec4aabe5f878224516bddde697020ac16795e528b0e0141937565255b0a
 SHA512 
36147901a75fcefad10ec75b66a3c988be9c8d6f54aca0f2f9ab3a8c4b06efc7c1b4eb5af5686675ce7040948f7032c27a93f7ea2429e02b99c2d817c37c72fe

diff --git a/dev-python/Nuitka/Nuitka-2.2.3.ebuild 
b/dev-python/Nuitka/Nuitka-2.2.3.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.2.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-05-14 Thread Michał Górny
commit: 75340c7eede51a23d22f99ba880fcee998999531
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 15 00:52:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 15 00:52:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75340c7e

dev-python/Nuitka: Bump to 2.2.2

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.2.2.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index ea74104adbce..e536dbba436f 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-2.2.1.tar.gz 3657159 BLAKE2B 
46578e2ab4afa7edfb43cf42f968d222ba85717a276b84c25dfffea0f3211dc9ad202718f23b54435525a2b4447b49742259fb636a9cba3bfc1d251232878393
 SHA512 
08dfc85ada702e41b282ee8291c9b2f389c0b320cdab8ad7b259af9aba1fc3efb26d3deab5391a5d592c206f7dd94d7b99780ba25377bd5f145bd0bfd84e01fb
+DIST Nuitka-2.2.2.tar.gz 3999091 BLAKE2B 
1512b0112dfa36c704900b787ac43a24377ab2994d16865d85da0384d2bb29a6dd26a83be270c51c28bcca68dad2398d68096d4dae1ee3f2044a85dad2571d82
 SHA512 
13f03fb849d83a1fbb10df2fe54f429f8871068942dfe93316460e1abed9149793b6fc1d7b62b1e72fc00de94ae9fd4b218f4ee65ea7668d138700f2bfd94eb2
 DIST Nuitka-2.2.tar.gz 3655576 BLAKE2B 
a5c88da5c585163cf7efcc238697b2c930426674d89203e12dbf2bc00e579c523a74527269039e2a155a13821c5ae4d7022215db88b2ba201f3b13224c3e8223
 SHA512 
0e21ccbf2c35176e3f1b704f599ef79e65f19529c2de362ae384e61e6b0e5d7e86a8489fe0cb25e6800e169833d50e54853bd6c4bd860c139162e22e39249aff

diff --git a/dev-python/Nuitka/Nuitka-2.2.2.ebuild 
b/dev-python/Nuitka/Nuitka-2.2.2.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.2.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-05-05 Thread Michał Górny
commit: 6ee751957790d0244b78fc900c8bf7bde99fac5f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  6 03:36:27 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  6 03:36:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee75195

dev-python/Nuitka: Bump to 2.2.1

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.2.1.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 980aed9adc48..ea74104adbce 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
+DIST Nuitka-2.2.1.tar.gz 3657159 BLAKE2B 
46578e2ab4afa7edfb43cf42f968d222ba85717a276b84c25dfffea0f3211dc9ad202718f23b54435525a2b4447b49742259fb636a9cba3bfc1d251232878393
 SHA512 
08dfc85ada702e41b282ee8291c9b2f389c0b320cdab8ad7b259af9aba1fc3efb26d3deab5391a5d592c206f7dd94d7b99780ba25377bd5f145bd0bfd84e01fb
 DIST Nuitka-2.2.tar.gz 3655576 BLAKE2B 
a5c88da5c585163cf7efcc238697b2c930426674d89203e12dbf2bc00e579c523a74527269039e2a155a13821c5ae4d7022215db88b2ba201f3b13224c3e8223
 SHA512 
0e21ccbf2c35176e3f1b704f599ef79e65f19529c2de362ae384e61e6b0e5d7e86a8489fe0cb25e6800e169833d50e54853bd6c4bd860c139162e22e39249aff

diff --git a/dev-python/Nuitka/Nuitka-2.2.1.ebuild 
b/dev-python/Nuitka/Nuitka-2.2.1.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.2.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-05-05 Thread Michał Górny
commit: 30b46f163fa7d83389afa430c1fbf3584fc58b41
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  6 03:36:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  6 03:36:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b46f16

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  1 -
 dev-python/Nuitka/Nuitka-2.1.6.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index f0f3794e795e..980aed9adc48 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1 @@
-DIST Nuitka-2.1.6.tar.gz 3637189 BLAKE2B 
c3ec642ab8b3edfba12133622619082abade48d98bf5c053882fa037fdbe422f22d10f1008179683fc1091b2a7feed7ec406f85485b1f8a216d4e97343296051
 SHA512 
13eeec833c66a03f4e82c0b5ab543c6622364a99f23b28cfeb63c2658d542ec1007f700de296e67ccc9c40e0217422cf2f14fcf062b72d5d102a9ae5432588f5
 DIST Nuitka-2.2.tar.gz 3655576 BLAKE2B 
a5c88da5c585163cf7efcc238697b2c930426674d89203e12dbf2bc00e579c523a74527269039e2a155a13821c5ae4d7022215db88b2ba201f3b13224c3e8223
 SHA512 
0e21ccbf2c35176e3f1b704f599ef79e65f19529c2de362ae384e61e6b0e5d7e86a8489fe0cb25e6800e169833d50e54853bd6c4bd860c139162e22e39249aff

diff --git a/dev-python/Nuitka/Nuitka-2.1.6.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.6.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.1.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-04-30 Thread Michał Górny
commit: c37e956d0dfa47a03d777841f0054aa3fd2fe2e1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  1 03:26:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  1 04:06:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37e956d

dev-python/Nuitka: Bump to 2.2

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-2.2.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index a0f471ac0d2e..f0f3794e795e 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-2.1.6.tar.gz 3637189 BLAKE2B 
c3ec642ab8b3edfba12133622619082abade48d98bf5c053882fa037fdbe422f22d10f1008179683fc1091b2a7feed7ec406f85485b1f8a216d4e97343296051
 SHA512 
13eeec833c66a03f4e82c0b5ab543c6622364a99f23b28cfeb63c2658d542ec1007f700de296e67ccc9c40e0217422cf2f14fcf062b72d5d102a9ae5432588f5
+DIST Nuitka-2.2.tar.gz 3655576 BLAKE2B 
a5c88da5c585163cf7efcc238697b2c930426674d89203e12dbf2bc00e579c523a74527269039e2a155a13821c5ae4d7022215db88b2ba201f3b13224c3e8223
 SHA512 
0e21ccbf2c35176e3f1b704f599ef79e65f19529c2de362ae384e61e6b0e5d7e86a8489fe0cb25e6800e169833d50e54853bd6c4bd860c139162e22e39249aff

diff --git a/dev-python/Nuitka/Nuitka-2.2.ebuild 
b/dev-python/Nuitka/Nuitka-2.2.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-04-30 Thread Michał Górny
commit: eb48757e03f79cf32c00d1b45fe4703e89605a2a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  1 03:25:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  1 04:06:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb48757e

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  2 --
 dev-python/Nuitka/Nuitka-2.1.4.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.1.5.ebuild | 52 ---
 3 files changed, 106 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 308932240c82..a0f471ac0d2e 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1 @@
-DIST Nuitka-2.1.4.tar.gz 3636629 BLAKE2B 
b5a3f3067e12029c9bd1e9ae60d1c6c6370d929ad38a8092f0150078440c50ed925768e132ac18542eaa3ab4f2198f6773cb79cf51dee68b3dff9bec26cb37ad
 SHA512 
bd7e164bed8943c5ea3e7ff30069ef7b9308cd47486fded22cf1f2a37274f0f6274b2af0cb84ca188e961745b93ab085f937e228ce193a1fff953537d5143205
-DIST Nuitka-2.1.5.tar.gz 3637222 BLAKE2B 
1d2b81067cd6877658b4c1665879fe717e10093f635205dd24577ee7039cb20c8151a26378bce639d415987558bc5dc44b0c3e8afa55d202524bff4104b188cd
 SHA512 
ec980c54f7433b87c7e5e3e9d3d6796ec2206c5cb855433146cdeeb64138c2248fa77c2559c1a6e818be9f9977d8bc3b441955c6f63f739b8810ee2d72305a1f
 DIST Nuitka-2.1.6.tar.gz 3637189 BLAKE2B 
c3ec642ab8b3edfba12133622619082abade48d98bf5c053882fa037fdbe422f22d10f1008179683fc1091b2a7feed7ec406f85485b1f8a216d4e97343296051
 SHA512 
13eeec833c66a03f4e82c0b5ab543c6622364a99f23b28cfeb63c2658d542ec1007f700de296e67ccc9c40e0217422cf2f14fcf062b72d5d102a9ae5432588f5

diff --git a/dev-python/Nuitka/Nuitka-2.1.4.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.4.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.1.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.1.5.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.5.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.1.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-04-19 Thread Michał Górny
commit: cf3fa55caa147576bc77ca0179c89f953767fce0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 20 04:02:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 20 04:28:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3fa55c

dev-python/Nuitka: Bump to 2.1.6

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.1.6.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 0e4d5b2ae1fc..308932240c82 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-2.1.4.tar.gz 3636629 BLAKE2B 
b5a3f3067e12029c9bd1e9ae60d1c6c6370d929ad38a8092f0150078440c50ed925768e132ac18542eaa3ab4f2198f6773cb79cf51dee68b3dff9bec26cb37ad
 SHA512 
bd7e164bed8943c5ea3e7ff30069ef7b9308cd47486fded22cf1f2a37274f0f6274b2af0cb84ca188e961745b93ab085f937e228ce193a1fff953537d5143205
 DIST Nuitka-2.1.5.tar.gz 3637222 BLAKE2B 
1d2b81067cd6877658b4c1665879fe717e10093f635205dd24577ee7039cb20c8151a26378bce639d415987558bc5dc44b0c3e8afa55d202524bff4104b188cd
 SHA512 
ec980c54f7433b87c7e5e3e9d3d6796ec2206c5cb855433146cdeeb64138c2248fa77c2559c1a6e818be9f9977d8bc3b441955c6f63f739b8810ee2d72305a1f
+DIST Nuitka-2.1.6.tar.gz 3637189 BLAKE2B 
c3ec642ab8b3edfba12133622619082abade48d98bf5c053882fa037fdbe422f22d10f1008179683fc1091b2a7feed7ec406f85485b1f8a216d4e97343296051
 SHA512 
13eeec833c66a03f4e82c0b5ab543c6622364a99f23b28cfeb63c2658d542ec1007f700de296e67ccc9c40e0217422cf2f14fcf062b72d5d102a9ae5432588f5

diff --git a/dev-python/Nuitka/Nuitka-2.1.6.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.6.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.1.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-04-06 Thread Michał Górny
commit: 584b1151a59391b6131a1d9488c52c939f804e29
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  6 14:49:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  6 14:49:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584b1151

dev-python/Nuitka: Bump to 2.1.5

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.1.5.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index f3f83b32e27e..0e4d5b2ae1fc 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-2.1.4.tar.gz 3636629 BLAKE2B 
b5a3f3067e12029c9bd1e9ae60d1c6c6370d929ad38a8092f0150078440c50ed925768e132ac18542eaa3ab4f2198f6773cb79cf51dee68b3dff9bec26cb37ad
 SHA512 
bd7e164bed8943c5ea3e7ff30069ef7b9308cd47486fded22cf1f2a37274f0f6274b2af0cb84ca188e961745b93ab085f937e228ce193a1fff953537d5143205
+DIST Nuitka-2.1.5.tar.gz 3637222 BLAKE2B 
1d2b81067cd6877658b4c1665879fe717e10093f635205dd24577ee7039cb20c8151a26378bce639d415987558bc5dc44b0c3e8afa55d202524bff4104b188cd
 SHA512 
ec980c54f7433b87c7e5e3e9d3d6796ec2206c5cb855433146cdeeb64138c2248fa77c2559c1a6e818be9f9977d8bc3b441955c6f63f739b8810ee2d72305a1f

diff --git a/dev-python/Nuitka/Nuitka-2.1.5.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.5.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.1.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-04-06 Thread Michał Górny
commit: e5c92b9577d23c8299d8ebbe9aeca53299d1f95a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  6 14:49:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  6 14:49:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c92b95

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  2 --
 dev-python/Nuitka/Nuitka-2.1.2.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.1.3.ebuild | 52 ---
 3 files changed, 106 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 0f5e095c0c5a..f3f83b32e27e 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1 @@
-DIST Nuitka-2.1.2.tar.gz 3633406 BLAKE2B 
adf3cc4bcf1c5d72223f5709dc0a4cbb6e24a59c36483acf6b6da6949025f9bb37b010dbcf79178f886c2cc8c907c45d47d5b615666b824413463fee08a88a21
 SHA512 
04403622bb4071afca1357e9b5603914f9a984af8b4f4af06be0bd476956b41e497a718746b9bcf66576490ae7b4bd75c5b7e6ff5f7240d1c66a6c5396d06d32
-DIST Nuitka-2.1.3.tar.gz 3636137 BLAKE2B 
3842acc34820576e395abbe0c2a76cfffa97f1b2bd28f1d2559a2f89c1fcd14a0edab77e4e05783eb7b8de6daac6328799b124c1fddd5af3e133eaf26799e5c8
 SHA512 
295e20b844a4ee019fea003bc4455c1751cf39ae3104568914e2a39a3665e024b149df64940f84f5717c4c456212ca87f62c5d1e8064d88e1ddfbefa3943b487
 DIST Nuitka-2.1.4.tar.gz 3636629 BLAKE2B 
b5a3f3067e12029c9bd1e9ae60d1c6c6370d929ad38a8092f0150078440c50ed925768e132ac18542eaa3ab4f2198f6773cb79cf51dee68b3dff9bec26cb37ad
 SHA512 
bd7e164bed8943c5ea3e7ff30069ef7b9308cd47486fded22cf1f2a37274f0f6274b2af0cb84ca188e961745b93ab085f937e228ce193a1fff953537d5143205

diff --git a/dev-python/Nuitka/Nuitka-2.1.2.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.2.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.1.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.1.3.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.3.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.1.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-03-28 Thread Michał Górny
commit: dcb2eeea7a5cbb0b34fc0c53c1dd74863d94127e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 29 04:30:14 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 29 04:36:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb2eeea

dev-python/Nuitka: Bump to 2.1.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.1.4.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 6e3dd232b9d8..0f5e095c0c5a 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-2.1.2.tar.gz 3633406 BLAKE2B 
adf3cc4bcf1c5d72223f5709dc0a4cbb6e24a59c36483acf6b6da6949025f9bb37b010dbcf79178f886c2cc8c907c45d47d5b615666b824413463fee08a88a21
 SHA512 
04403622bb4071afca1357e9b5603914f9a984af8b4f4af06be0bd476956b41e497a718746b9bcf66576490ae7b4bd75c5b7e6ff5f7240d1c66a6c5396d06d32
 DIST Nuitka-2.1.3.tar.gz 3636137 BLAKE2B 
3842acc34820576e395abbe0c2a76cfffa97f1b2bd28f1d2559a2f89c1fcd14a0edab77e4e05783eb7b8de6daac6328799b124c1fddd5af3e133eaf26799e5c8
 SHA512 
295e20b844a4ee019fea003bc4455c1751cf39ae3104568914e2a39a3665e024b149df64940f84f5717c4c456212ca87f62c5d1e8064d88e1ddfbefa3943b487
+DIST Nuitka-2.1.4.tar.gz 3636629 BLAKE2B 
b5a3f3067e12029c9bd1e9ae60d1c6c6370d929ad38a8092f0150078440c50ed925768e132ac18542eaa3ab4f2198f6773cb79cf51dee68b3dff9bec26cb37ad
 SHA512 
bd7e164bed8943c5ea3e7ff30069ef7b9308cd47486fded22cf1f2a37274f0f6274b2af0cb84ca188e961745b93ab085f937e228ce193a1fff953537d5143205

diff --git a/dev-python/Nuitka/Nuitka-2.1.4.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.4.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.1.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-03-22 Thread Michał Górny
commit: b6aad64ea19df9058dc74ee8b78dfe2269c4f44e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 14:04:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 14:05:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6aad64e

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  3 --
 dev-python/Nuitka/Nuitka-2.0.6.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.1.1.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.1.ebuild   | 52 ---
 4 files changed, 159 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index aecf55f6d214..6e3dd232b9d8 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,5 +1,2 @@
-DIST Nuitka-2.0.6.tar.gz 3932256 BLAKE2B 
fd8b00864dc7c5fe2ca9df5c9bf324fa601e5d1e46911e42a6174927c725b27a9b1f52b4e8e33a404489c43618275a1d49ca3896b342293dabe70dc54467
 SHA512 
2a2c46dc062e6ca77ddca640771e10f9d597108633e7bd012b3342f74f389653a78de337347f4cb9063da7f089ee78b48300d0de26a4fa9287a6998692bf6477
-DIST Nuitka-2.1.1.tar.gz 3633083 BLAKE2B 
7be20fc7a3679eb6ab181138924aa680cbd56f62295a3f96d0c5566fc2b2fd5776f65dc27096f4eaacd55be663a660498821c0543c820925da313904cbf2fe7f
 SHA512 
407bb2390eb45fe6991e19f46d58b4ce179cf2b486f27fac049d7417c54538ab749056492c201495419ce10f173d6613ba4f36f2476d6b057d10f907b0343dd2
 DIST Nuitka-2.1.2.tar.gz 3633406 BLAKE2B 
adf3cc4bcf1c5d72223f5709dc0a4cbb6e24a59c36483acf6b6da6949025f9bb37b010dbcf79178f886c2cc8c907c45d47d5b615666b824413463fee08a88a21
 SHA512 
04403622bb4071afca1357e9b5603914f9a984af8b4f4af06be0bd476956b41e497a718746b9bcf66576490ae7b4bd75c5b7e6ff5f7240d1c66a6c5396d06d32
 DIST Nuitka-2.1.3.tar.gz 3636137 BLAKE2B 
3842acc34820576e395abbe0c2a76cfffa97f1b2bd28f1d2559a2f89c1fcd14a0edab77e4e05783eb7b8de6daac6328799b124c1fddd5af3e133eaf26799e5c8
 SHA512 
295e20b844a4ee019fea003bc4455c1751cf39ae3104568914e2a39a3665e024b149df64940f84f5717c4c456212ca87f62c5d1e8064d88e1ddfbefa3943b487
-DIST Nuitka-2.1.tar.gz 3632504 BLAKE2B 
61f40eacea7ac72a93c808da19177ceb98c63fe76958a28fb49418b00eb6fe26bc37a9534ef3790197d075dffbbd62be7a05e50fc0bc6c583697f2d379a812f7
 SHA512 
95d5a7d0979b32732e9520e1133ea0c78f20153a99a6a1fe66bcfc10b866d54f0ef57c6e08df4383d8a037af831113f67ca64b55a62ab1208b98e3eb381af352

diff --git a/dev-python/Nuitka/Nuitka-2.0.6.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.6.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.0.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.1.1.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.1.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.1.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-03-22 Thread Michał Górny
commit: 9e7042ad89d853d57f9918b22255e376cb77d417
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 13:34:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 14:05:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7042ad

dev-python/Nuitka: Bump to 2.1.3

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.1.3.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index ce4c0515eac3..aecf55f6d214 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1,5 @@
 DIST Nuitka-2.0.6.tar.gz 3932256 BLAKE2B 
fd8b00864dc7c5fe2ca9df5c9bf324fa601e5d1e46911e42a6174927c725b27a9b1f52b4e8e33a404489c43618275a1d49ca3896b342293dabe70dc54467
 SHA512 
2a2c46dc062e6ca77ddca640771e10f9d597108633e7bd012b3342f74f389653a78de337347f4cb9063da7f089ee78b48300d0de26a4fa9287a6998692bf6477
 DIST Nuitka-2.1.1.tar.gz 3633083 BLAKE2B 
7be20fc7a3679eb6ab181138924aa680cbd56f62295a3f96d0c5566fc2b2fd5776f65dc27096f4eaacd55be663a660498821c0543c820925da313904cbf2fe7f
 SHA512 
407bb2390eb45fe6991e19f46d58b4ce179cf2b486f27fac049d7417c54538ab749056492c201495419ce10f173d6613ba4f36f2476d6b057d10f907b0343dd2
 DIST Nuitka-2.1.2.tar.gz 3633406 BLAKE2B 
adf3cc4bcf1c5d72223f5709dc0a4cbb6e24a59c36483acf6b6da6949025f9bb37b010dbcf79178f886c2cc8c907c45d47d5b615666b824413463fee08a88a21
 SHA512 
04403622bb4071afca1357e9b5603914f9a984af8b4f4af06be0bd476956b41e497a718746b9bcf66576490ae7b4bd75c5b7e6ff5f7240d1c66a6c5396d06d32
+DIST Nuitka-2.1.3.tar.gz 3636137 BLAKE2B 
3842acc34820576e395abbe0c2a76cfffa97f1b2bd28f1d2559a2f89c1fcd14a0edab77e4e05783eb7b8de6daac6328799b124c1fddd5af3e133eaf26799e5c8
 SHA512 
295e20b844a4ee019fea003bc4455c1751cf39ae3104568914e2a39a3665e024b149df64940f84f5717c4c456212ca87f62c5d1e8064d88e1ddfbefa3943b487
 DIST Nuitka-2.1.tar.gz 3632504 BLAKE2B 
61f40eacea7ac72a93c808da19177ceb98c63fe76958a28fb49418b00eb6fe26bc37a9534ef3790197d075dffbbd62be7a05e50fc0bc6c583697f2d379a812f7
 SHA512 
95d5a7d0979b32732e9520e1133ea0c78f20153a99a6a1fe66bcfc10b866d54f0ef57c6e08df4383d8a037af831113f67ca64b55a62ab1208b98e3eb381af352

diff --git a/dev-python/Nuitka/Nuitka-2.1.3.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.3.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.1.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-03-14 Thread Michał Górny
commit: d26965a82ee4d76131f8973193a77bfb7bcef18e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 14 11:26:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 14 11:26:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26965a8

dev-python/Nuitka: Bump to 2.1.2

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.1.2.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index c86254a6d110..ce4c0515eac3 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-2.0.6.tar.gz 3932256 BLAKE2B 
fd8b00864dc7c5fe2ca9df5c9bf324fa601e5d1e46911e42a6174927c725b27a9b1f52b4e8e33a404489c43618275a1d49ca3896b342293dabe70dc54467
 SHA512 
2a2c46dc062e6ca77ddca640771e10f9d597108633e7bd012b3342f74f389653a78de337347f4cb9063da7f089ee78b48300d0de26a4fa9287a6998692bf6477
 DIST Nuitka-2.1.1.tar.gz 3633083 BLAKE2B 
7be20fc7a3679eb6ab181138924aa680cbd56f62295a3f96d0c5566fc2b2fd5776f65dc27096f4eaacd55be663a660498821c0543c820925da313904cbf2fe7f
 SHA512 
407bb2390eb45fe6991e19f46d58b4ce179cf2b486f27fac049d7417c54538ab749056492c201495419ce10f173d6613ba4f36f2476d6b057d10f907b0343dd2
+DIST Nuitka-2.1.2.tar.gz 3633406 BLAKE2B 
adf3cc4bcf1c5d72223f5709dc0a4cbb6e24a59c36483acf6b6da6949025f9bb37b010dbcf79178f886c2cc8c907c45d47d5b615666b824413463fee08a88a21
 SHA512 
04403622bb4071afca1357e9b5603914f9a984af8b4f4af06be0bd476956b41e497a718746b9bcf66576490ae7b4bd75c5b7e6ff5f7240d1c66a6c5396d06d32
 DIST Nuitka-2.1.tar.gz 3632504 BLAKE2B 
61f40eacea7ac72a93c808da19177ceb98c63fe76958a28fb49418b00eb6fe26bc37a9534ef3790197d075dffbbd62be7a05e50fc0bc6c583697f2d379a812f7
 SHA512 
95d5a7d0979b32732e9520e1133ea0c78f20153a99a6a1fe66bcfc10b866d54f0ef57c6e08df4383d8a037af831113f67ca64b55a62ab1208b98e3eb381af352

diff --git a/dev-python/Nuitka/Nuitka-2.1.2.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.2.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.1.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-03-11 Thread Michał Górny
commit: 5c37c6dff22ae0e68e5bf3d041a1f3602ec2b283
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 12 04:09:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 12 05:07:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c37c6df

dev-python/Nuitka: Bump to 2.1.1

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.1.1.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 6a17cd39aaee..c86254a6d110 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-2.0.6.tar.gz 3932256 BLAKE2B 
fd8b00864dc7c5fe2ca9df5c9bf324fa601e5d1e46911e42a6174927c725b27a9b1f52b4e8e33a404489c43618275a1d49ca3896b342293dabe70dc54467
 SHA512 
2a2c46dc062e6ca77ddca640771e10f9d597108633e7bd012b3342f74f389653a78de337347f4cb9063da7f089ee78b48300d0de26a4fa9287a6998692bf6477
+DIST Nuitka-2.1.1.tar.gz 3633083 BLAKE2B 
7be20fc7a3679eb6ab181138924aa680cbd56f62295a3f96d0c5566fc2b2fd5776f65dc27096f4eaacd55be663a660498821c0543c820925da313904cbf2fe7f
 SHA512 
407bb2390eb45fe6991e19f46d58b4ce179cf2b486f27fac049d7417c54538ab749056492c201495419ce10f173d6613ba4f36f2476d6b057d10f907b0343dd2
 DIST Nuitka-2.1.tar.gz 3632504 BLAKE2B 
61f40eacea7ac72a93c808da19177ceb98c63fe76958a28fb49418b00eb6fe26bc37a9534ef3790197d075dffbbd62be7a05e50fc0bc6c583697f2d379a812f7
 SHA512 
95d5a7d0979b32732e9520e1133ea0c78f20153a99a6a1fe66bcfc10b866d54f0ef57c6e08df4383d8a037af831113f67ca64b55a62ab1208b98e3eb381af352

diff --git a/dev-python/Nuitka/Nuitka-2.1.1.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.1.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.1.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-03-04 Thread Michał Górny
commit: d671c3ac6d96dde17456c281b1c71eaa2aaf3e6c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  4 15:55:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  4 16:26:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d671c3ac

dev-python/Nuitka: Bump to 2.1

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-2.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 08c7e7fcd23b..6a17cd39aaee 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-2.0.6.tar.gz 3932256 BLAKE2B 
fd8b00864dc7c5fe2ca9df5c9bf324fa601e5d1e46911e42a6174927c725b27a9b1f52b4e8e33a404489c43618275a1d49ca3896b342293dabe70dc54467
 SHA512 
2a2c46dc062e6ca77ddca640771e10f9d597108633e7bd012b3342f74f389653a78de337347f4cb9063da7f089ee78b48300d0de26a4fa9287a6998692bf6477
+DIST Nuitka-2.1.tar.gz 3632504 BLAKE2B 
61f40eacea7ac72a93c808da19177ceb98c63fe76958a28fb49418b00eb6fe26bc37a9534ef3790197d075dffbbd62be7a05e50fc0bc6c583697f2d379a812f7
 SHA512 
95d5a7d0979b32732e9520e1133ea0c78f20153a99a6a1fe66bcfc10b866d54f0ef57c6e08df4383d8a037af831113f67ca64b55a62ab1208b98e3eb381af352

diff --git a/dev-python/Nuitka/Nuitka-2.1.ebuild 
b/dev-python/Nuitka/Nuitka-2.1.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-03-04 Thread Michał Górny
commit: d7f11d247aa46de6522b4d596ceebe8762e6809d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  4 15:55:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  4 16:26:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f11d24

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  2 --
 dev-python/Nuitka/Nuitka-2.0.4.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-2.0.5.ebuild | 52 ---
 3 files changed, 106 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 31b26dd697aa..08c7e7fcd23b 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1 @@
-DIST Nuitka-2.0.4.tar.gz 3932819 BLAKE2B 
2e54e70848df30cc9f62e27ced44b356a4e817b9a21c8e8ec67a7432131cdc7d2f7bef9d3d1c26b47f34c906c2c6d7b84c10561515198b68fb3b63ed7de88fbf
 SHA512 
b3ff3975ff3aeb1809e71bd8e8835a0d922ba26355e1e099d918df77a48976b625a3d47e0d0f99134292aee5dabaf34803448762b268aabad9cf1952440a64db
-DIST Nuitka-2.0.5.tar.gz 3932974 BLAKE2B 
780a826774e480d5337fa541e58e841f3aa8b1f003ad1662bf614c967ebc612bd8214e3f58822c6c0583e813ca9c3492f863f48fa97927dbb7809e95d1379675
 SHA512 
4e4e4b5899a35bb0ce135b5141382b2a90a935f0ca43ab9cc44c9b3b3485684be2e2acbc1a050b343a4668eec17942a850a94eea1fbd8d46a2aa4586471e1224
 DIST Nuitka-2.0.6.tar.gz 3932256 BLAKE2B 
fd8b00864dc7c5fe2ca9df5c9bf324fa601e5d1e46911e42a6174927c725b27a9b1f52b4e8e33a404489c43618275a1d49ca3896b342293dabe70dc54467
 SHA512 
2a2c46dc062e6ca77ddca640771e10f9d597108633e7bd012b3342f74f389653a78de337347f4cb9063da7f089ee78b48300d0de26a4fa9287a6998692bf6477

diff --git a/dev-python/Nuitka/Nuitka-2.0.4.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.4.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.0.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}

diff --git a/dev-python/Nuitka/Nuitka-2.0.5.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.5.ebuild
deleted file mode 100644
index 123acd66de1f..
--- a/dev-python/Nuitka/Nuitka-2.0.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka.1 doc/nuitka-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" dev-util/patchelf
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-03-02 Thread Michał Górny
commit: 03a96b999ac00368a67d8863883f4b7a7d68e8e0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  2 19:16:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  2 19:16:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a96b99

dev-python/Nuitka: Bump to 2.0.6

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.0.6.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index e6002862e945..31b26dd697aa 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-2.0.4.tar.gz 3932819 BLAKE2B 
2e54e70848df30cc9f62e27ced44b356a4e817b9a21c8e8ec67a7432131cdc7d2f7bef9d3d1c26b47f34c906c2c6d7b84c10561515198b68fb3b63ed7de88fbf
 SHA512 
b3ff3975ff3aeb1809e71bd8e8835a0d922ba26355e1e099d918df77a48976b625a3d47e0d0f99134292aee5dabaf34803448762b268aabad9cf1952440a64db
 DIST Nuitka-2.0.5.tar.gz 3932974 BLAKE2B 
780a826774e480d5337fa541e58e841f3aa8b1f003ad1662bf614c967ebc612bd8214e3f58822c6c0583e813ca9c3492f863f48fa97927dbb7809e95d1379675
 SHA512 
4e4e4b5899a35bb0ce135b5141382b2a90a935f0ca43ab9cc44c9b3b3485684be2e2acbc1a050b343a4668eec17942a850a94eea1fbd8d46a2aa4586471e1224
+DIST Nuitka-2.0.6.tar.gz 3932256 BLAKE2B 
fd8b00864dc7c5fe2ca9df5c9bf324fa601e5d1e46911e42a6174927c725b27a9b1f52b4e8e33a404489c43618275a1d49ca3896b342293dabe70dc54467
 SHA512 
2a2c46dc062e6ca77ddca640771e10f9d597108633e7bd012b3342f74f389653a78de337347f4cb9063da7f089ee78b48300d0de26a4fa9287a6998692bf6477

diff --git a/dev-python/Nuitka/Nuitka-2.0.6.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.6.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.0.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-02-26 Thread Michał Górny
commit: 0bbeb3f0b31f3c9d8997c40c106847ee085add61
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 27 05:32:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 27 05:32:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbeb3f0

dev-python/Nuitka: Bump to 2.0.5

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.0.5.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index edb41840f81c..e6002862e945 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-2.0.4.tar.gz 3932819 BLAKE2B 
2e54e70848df30cc9f62e27ced44b356a4e817b9a21c8e8ec67a7432131cdc7d2f7bef9d3d1c26b47f34c906c2c6d7b84c10561515198b68fb3b63ed7de88fbf
 SHA512 
b3ff3975ff3aeb1809e71bd8e8835a0d922ba26355e1e099d918df77a48976b625a3d47e0d0f99134292aee5dabaf34803448762b268aabad9cf1952440a64db
+DIST Nuitka-2.0.5.tar.gz 3932974 BLAKE2B 
780a826774e480d5337fa541e58e841f3aa8b1f003ad1662bf614c967ebc612bd8214e3f58822c6c0583e813ca9c3492f863f48fa97927dbb7809e95d1379675
 SHA512 
4e4e4b5899a35bb0ce135b5141382b2a90a935f0ca43ab9cc44c9b3b3485684be2e2acbc1a050b343a4668eec17942a850a94eea1fbd8d46a2aa4586471e1224

diff --git a/dev-python/Nuitka/Nuitka-2.0.5.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.5.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.0.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-02-25 Thread Michał Górny
commit: 4ff5b760d8bea3651eb223110a0c5266c6fd00a9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 03:34:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 03:34:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff5b760

dev-python/Nuitka: Bump to 2.0.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.0.4.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 06422e94ad2f..c1cfbede490d 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1,5 @@
 DIST Nuitka-2.0.1.tar.gz 3928704 BLAKE2B 
404b1678b761abd2853baa9998fec3710d152a9affdf747d5ccea0d1dc16b861525379ab164f81948557484948f43da15614a397e7d85f2f98d4d09afb3e
 SHA512 
70ca004c4207d176e5d504e185a7554a2df4fde8cb93cee440c14a7d785e6dafd587d205c277a681dcbba40e221c3fa46f240c97ecf08c15e2ca801cac4fcc68
 DIST Nuitka-2.0.2.tar.gz 3930125 BLAKE2B 
b588e57a216f81f02bc6b50355c3cebf37f94a95c320524ea26a772dfbdbb2c8005f3749c145021c400c921957ea666711ad2b67ab12710f9f9ecaa552aedff0
 SHA512 
722501f1de174c074a6c95c463888e481b3f9b74ccba7a5bd9cdddf74a23abd46473fe532f22b4c542893d942f009985a330588654852a8f7c2994b543538637
 DIST Nuitka-2.0.3.tar.gz 3931343 BLAKE2B 
0545e524d9a0a0ce5a6ec87522b3cd9f0f3593c202f97d32d7db65910de701cff7a7ecb7d261f1bb4e9bdbff7b3231cbd76d6e8497725b0e6568057abf749f6c
 SHA512 
a4558a6e9b359dd648f6e20785b04e734d531561cb4e2cae03184a14d0b01f5b25d9e36d0b964f2d96540e53a36d54cbf8b2fc74c74695a175e671309d11cd9a
+DIST Nuitka-2.0.4.tar.gz 3932819 BLAKE2B 
2e54e70848df30cc9f62e27ced44b356a4e817b9a21c8e8ec67a7432131cdc7d2f7bef9d3d1c26b47f34c906c2c6d7b84c10561515198b68fb3b63ed7de88fbf
 SHA512 
b3ff3975ff3aeb1809e71bd8e8835a0d922ba26355e1e099d918df77a48976b625a3d47e0d0f99134292aee5dabaf34803448762b268aabad9cf1952440a64db
 DIST Nuitka-2.0.tar.gz 3964226 BLAKE2B 
76ace502390dcb9c10ae9a9dc624575453a0e9c440509b40e74162200d84942be565f07a0877f3bfeb8b82b4f1398f8d7c9150e19d8be58e3f67859f0656277d
 SHA512 
93125344fa8556c0c185dabce14786f52f9db37ba1cbdb1d9fafc08d72be66bbb2bad4e55b12a92c84d85efef6d914fb6ae4e5ca7c4da0574f1892152b111ea0

diff --git a/dev-python/Nuitka/Nuitka-2.0.4.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.4.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.0.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-02-18 Thread Michał Górny
commit: 0125ee140454c8179b9dd9f831b922ae938557b6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 03:07:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 03:07:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0125ee14

dev-python/Nuitka: Bump to 2.0.3

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.0.3.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 3fc0bf0b9477..06422e94ad2f 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-2.0.1.tar.gz 3928704 BLAKE2B 
404b1678b761abd2853baa9998fec3710d152a9affdf747d5ccea0d1dc16b861525379ab164f81948557484948f43da15614a397e7d85f2f98d4d09afb3e
 SHA512 
70ca004c4207d176e5d504e185a7554a2df4fde8cb93cee440c14a7d785e6dafd587d205c277a681dcbba40e221c3fa46f240c97ecf08c15e2ca801cac4fcc68
 DIST Nuitka-2.0.2.tar.gz 3930125 BLAKE2B 
b588e57a216f81f02bc6b50355c3cebf37f94a95c320524ea26a772dfbdbb2c8005f3749c145021c400c921957ea666711ad2b67ab12710f9f9ecaa552aedff0
 SHA512 
722501f1de174c074a6c95c463888e481b3f9b74ccba7a5bd9cdddf74a23abd46473fe532f22b4c542893d942f009985a330588654852a8f7c2994b543538637
+DIST Nuitka-2.0.3.tar.gz 3931343 BLAKE2B 
0545e524d9a0a0ce5a6ec87522b3cd9f0f3593c202f97d32d7db65910de701cff7a7ecb7d261f1bb4e9bdbff7b3231cbd76d6e8497725b0e6568057abf749f6c
 SHA512 
a4558a6e9b359dd648f6e20785b04e734d531561cb4e2cae03184a14d0b01f5b25d9e36d0b964f2d96540e53a36d54cbf8b2fc74c74695a175e671309d11cd9a
 DIST Nuitka-2.0.tar.gz 3964226 BLAKE2B 
76ace502390dcb9c10ae9a9dc624575453a0e9c440509b40e74162200d84942be565f07a0877f3bfeb8b82b4f1398f8d7c9150e19d8be58e3f67859f0656277d
 SHA512 
93125344fa8556c0c185dabce14786f52f9db37ba1cbdb1d9fafc08d72be66bbb2bad4e55b12a92c84d85efef6d914fb6ae4e5ca7c4da0574f1892152b111ea0

diff --git a/dev-python/Nuitka/Nuitka-2.0.3.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.3.ebuild
new file mode 100644
index ..123acd66de1f
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.0.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" dev-util/patchelf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-02-14 Thread Michał Górny
commit: 8ba2bff67eee79c0342063107fc910f7d92a643e
Author: LinuxUserGD  gmail  com>
AuthorDate: Wed Feb 14 18:37:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 14 20:31:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba2bff6

dev-python/Nuitka: dev-util/patchelf optfeature

chrpath was removed and replaced with patchelf

Closes: https://bugs.gentoo.org/924586
Signed-off-by: LinuxUserGD  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35326
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/Nuitka/Nuitka-2.0.1.ebuild | 2 +-
 dev-python/Nuitka/Nuitka-2.0.2.ebuild | 2 +-
 dev-python/Nuitka/Nuitka-2.0.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/Nuitka/Nuitka-2.0.1.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.1.ebuild
index 2df076ff3e01..123acd66de1f 100644
--- a/dev-python/Nuitka/Nuitka-2.0.1.ebuild
+++ b/dev-python/Nuitka/Nuitka-2.0.1.ebuild
@@ -48,5 +48,5 @@ python_test() {
 }
 
 pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
+   optfeature "support for stand-alone executables" dev-util/patchelf
 }

diff --git a/dev-python/Nuitka/Nuitka-2.0.2.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.2.ebuild
index 2df076ff3e01..123acd66de1f 100644
--- a/dev-python/Nuitka/Nuitka-2.0.2.ebuild
+++ b/dev-python/Nuitka/Nuitka-2.0.2.ebuild
@@ -48,5 +48,5 @@ python_test() {
 }
 
 pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
+   optfeature "support for stand-alone executables" dev-util/patchelf
 }

diff --git a/dev-python/Nuitka/Nuitka-2.0.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.ebuild
index d7f62560068e..589498093801 100644
--- a/dev-python/Nuitka/Nuitka-2.0.ebuild
+++ b/dev-python/Nuitka/Nuitka-2.0.ebuild
@@ -48,5 +48,5 @@ python_test() {
 }
 
 pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
+   optfeature "support for stand-alone executables" dev-util/patchelf
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-02-09 Thread Arthur Zamarin
commit: 4615b8e6f0ae987f989e06f684572062f88c79f7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  9 18:16:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  9 18:45:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4615b8e6

dev-python/Nuitka: add 2.0.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.0.2.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index dd0424d53b62..3fc0bf0b9477 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-2.0.1.tar.gz 3928704 BLAKE2B 
404b1678b761abd2853baa9998fec3710d152a9affdf747d5ccea0d1dc16b861525379ab164f81948557484948f43da15614a397e7d85f2f98d4d09afb3e
 SHA512 
70ca004c4207d176e5d504e185a7554a2df4fde8cb93cee440c14a7d785e6dafd587d205c277a681dcbba40e221c3fa46f240c97ecf08c15e2ca801cac4fcc68
+DIST Nuitka-2.0.2.tar.gz 3930125 BLAKE2B 
b588e57a216f81f02bc6b50355c3cebf37f94a95c320524ea26a772dfbdbb2c8005f3749c145021c400c921957ea666711ad2b67ab12710f9f9ecaa552aedff0
 SHA512 
722501f1de174c074a6c95c463888e481b3f9b74ccba7a5bd9cdddf74a23abd46473fe532f22b4c542893d942f009985a330588654852a8f7c2994b543538637
 DIST Nuitka-2.0.tar.gz 3964226 BLAKE2B 
76ace502390dcb9c10ae9a9dc624575453a0e9c440509b40e74162200d84942be565f07a0877f3bfeb8b82b4f1398f8d7c9150e19d8be58e3f67859f0656277d
 SHA512 
93125344fa8556c0c185dabce14786f52f9db37ba1cbdb1d9fafc08d72be66bbb2bad4e55b12a92c84d85efef6d914fb6ae4e5ca7c4da0574f1892152b111ea0

diff --git a/dev-python/Nuitka/Nuitka-2.0.2.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.2.ebuild
new file mode 100644
index ..2df076ff3e01
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.0.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-02-02 Thread Michał Górny
commit: 025df0c03af8d8fea889710c2497977eb343d429
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 06:11:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 07:22:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025df0c0

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  3 --
 dev-python/Nuitka/Nuitka-1.9.5.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-1.9.6.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-1.9.7.ebuild | 52 ---
 4 files changed, 159 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 1e53617e7d30..6b51af7d2788 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1 @@
-DIST Nuitka-1.9.5.tar.gz 3911838 BLAKE2B 
064ad4aa48d94b4eb7c886d445e7228c72d03dcb22e75e82a7c43b42a20a32f1b11855017f72101e54c45b4591ffd2af0912191eb7f13367f16726208308a6de
 SHA512 
8b8bc0ec0f4666ae63bd4cb3463c6321bd1cbde7a64ca37d500bd2e60d50f6a13aca5dc89a101d7b8e39622e21091b24232ecf8361b4ae9a9913c187742c7607
-DIST Nuitka-1.9.6.tar.gz 3914776 BLAKE2B 
82a50f642f8b93caa725bbfffa6236d490ccb8d731ea917886d0cde03aa6c2237f6c8ff7687ad3140c985cc7c5b525e16aaf07bd604232e32b7fa0fb102a00f5
 SHA512 
005be29f72685677da1e037b36381765c1248bc2940eb92a46e8e5df990f0241af831b8cf28ab2957d3a7d3d0cb03c2b99ab5af4e900afba53b5ac60e95d1a24
-DIST Nuitka-1.9.7.tar.gz 3916330 BLAKE2B 
df269672d0c7b860a0aebf0cd9f321442344c69e1ea8ccaad193a835b11ca6cfe048179d3ab03a616525aa022327e168c48406c733354ed13c07c49e26cb0bb8
 SHA512 
71ce5ef929489ce7a72a2b62b7106dee35380b0d185788e105044cab6448d9c3470e3d783c71a9796404038b8035019816553a360a62d868cfc870675b3bb384
 DIST Nuitka-2.0.tar.gz 3964226 BLAKE2B 
76ace502390dcb9c10ae9a9dc624575453a0e9c440509b40e74162200d84942be565f07a0877f3bfeb8b82b4f1398f8d7c9150e19d8be58e3f67859f0656277d
 SHA512 
93125344fa8556c0c185dabce14786f52f9db37ba1cbdb1d9fafc08d72be66bbb2bad4e55b12a92c84d85efef6d914fb6ae4e5ca7c4da0574f1892152b111ea0

diff --git a/dev-python/Nuitka/Nuitka-1.9.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.5.ebuild
deleted file mode 100644
index d7f62560068e..
--- a/dev-python/Nuitka/Nuitka-1.9.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.9.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.6.ebuild
deleted file mode 100644
index d7f62560068e..
--- a/dev-python/Nuitka/Nuitka-1.9.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-build/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-02-02 Thread Michał Górny
commit: 6b9df7dc05117bf990985d18817b9f07c54a519e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  3 06:11:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  3 07:22:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9df7dc

dev-python/Nuitka: Bump to 2.0.1

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-2.0.1.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 6b51af7d2788..dd0424d53b62 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
+DIST Nuitka-2.0.1.tar.gz 3928704 BLAKE2B 
404b1678b761abd2853baa9998fec3710d152a9affdf747d5ccea0d1dc16b861525379ab164f81948557484948f43da15614a397e7d85f2f98d4d09afb3e
 SHA512 
70ca004c4207d176e5d504e185a7554a2df4fde8cb93cee440c14a7d785e6dafd587d205c277a681dcbba40e221c3fa46f240c97ecf08c15e2ca801cac4fcc68
 DIST Nuitka-2.0.tar.gz 3964226 BLAKE2B 
76ace502390dcb9c10ae9a9dc624575453a0e9c440509b40e74162200d84942be565f07a0877f3bfeb8b82b4f1398f8d7c9150e19d8be58e3f67859f0656277d
 SHA512 
93125344fa8556c0c185dabce14786f52f9db37ba1cbdb1d9fafc08d72be66bbb2bad4e55b12a92c84d85efef6d914fb6ae4e5ca7c4da0574f1892152b111ea0

diff --git a/dev-python/Nuitka/Nuitka-2.0.1.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.1.ebuild
new file mode 100644
index ..2df076ff3e01
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.0.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-01-26 Thread Michał Górny
commit: 0d77d8e3076f068290770f4fbdd658dd007f4f85
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 26 15:53:11 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 15:53:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d77d8e3

dev-python/Nuitka: Bump to 2.0

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-2.0.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index b8efc53ce2b5..1e53617e7d30 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.9.5.tar.gz 3911838 BLAKE2B 
064ad4aa48d94b4eb7c886d445e7228c72d03dcb22e75e82a7c43b42a20a32f1b11855017f72101e54c45b4591ffd2af0912191eb7f13367f16726208308a6de
 SHA512 
8b8bc0ec0f4666ae63bd4cb3463c6321bd1cbde7a64ca37d500bd2e60d50f6a13aca5dc89a101d7b8e39622e21091b24232ecf8361b4ae9a9913c187742c7607
 DIST Nuitka-1.9.6.tar.gz 3914776 BLAKE2B 
82a50f642f8b93caa725bbfffa6236d490ccb8d731ea917886d0cde03aa6c2237f6c8ff7687ad3140c985cc7c5b525e16aaf07bd604232e32b7fa0fb102a00f5
 SHA512 
005be29f72685677da1e037b36381765c1248bc2940eb92a46e8e5df990f0241af831b8cf28ab2957d3a7d3d0cb03c2b99ab5af4e900afba53b5ac60e95d1a24
 DIST Nuitka-1.9.7.tar.gz 3916330 BLAKE2B 
df269672d0c7b860a0aebf0cd9f321442344c69e1ea8ccaad193a835b11ca6cfe048179d3ab03a616525aa022327e168c48406c733354ed13c07c49e26cb0bb8
 SHA512 
71ce5ef929489ce7a72a2b62b7106dee35380b0d185788e105044cab6448d9c3470e3d783c71a9796404038b8035019816553a360a62d868cfc870675b3bb384
+DIST Nuitka-2.0.tar.gz 3964226 BLAKE2B 
76ace502390dcb9c10ae9a9dc624575453a0e9c440509b40e74162200d84942be565f07a0877f3bfeb8b82b4f1398f8d7c9150e19d8be58e3f67859f0656277d
 SHA512 
93125344fa8556c0c185dabce14786f52f9db37ba1cbdb1d9fafc08d72be66bbb2bad4e55b12a92c84d85efef6d914fb6ae4e5ca7c4da0574f1892152b111ea0

diff --git a/dev-python/Nuitka/Nuitka-2.0.ebuild 
b/dev-python/Nuitka/Nuitka-2.0.ebuild
new file mode 100644
index ..d7f62560068e
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-2.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-build/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2024-01-07 Thread Michał Górny
commit: 8e729448dadbe95f07c8885b77312233ff3de2de
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  8 03:25:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  8 03:47:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e729448

dev-python/Nuitka: Bump to 1.9.7

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.9.7.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 4bd48b04a9bd..b8efc53ce2b5 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.9.5.tar.gz 3911838 BLAKE2B 
064ad4aa48d94b4eb7c886d445e7228c72d03dcb22e75e82a7c43b42a20a32f1b11855017f72101e54c45b4591ffd2af0912191eb7f13367f16726208308a6de
 SHA512 
8b8bc0ec0f4666ae63bd4cb3463c6321bd1cbde7a64ca37d500bd2e60d50f6a13aca5dc89a101d7b8e39622e21091b24232ecf8361b4ae9a9913c187742c7607
 DIST Nuitka-1.9.6.tar.gz 3914776 BLAKE2B 
82a50f642f8b93caa725bbfffa6236d490ccb8d731ea917886d0cde03aa6c2237f6c8ff7687ad3140c985cc7c5b525e16aaf07bd604232e32b7fa0fb102a00f5
 SHA512 
005be29f72685677da1e037b36381765c1248bc2940eb92a46e8e5df990f0241af831b8cf28ab2957d3a7d3d0cb03c2b99ab5af4e900afba53b5ac60e95d1a24
+DIST Nuitka-1.9.7.tar.gz 3916330 BLAKE2B 
df269672d0c7b860a0aebf0cd9f321442344c69e1ea8ccaad193a835b11ca6cfe048179d3ab03a616525aa022327e168c48406c733354ed13c07c49e26cb0bb8
 SHA512 
71ce5ef929489ce7a72a2b62b7106dee35380b0d185788e105044cab6448d9c3470e3d783c71a9796404038b8035019816553a360a62d868cfc870675b3bb384

diff --git a/dev-python/Nuitka/Nuitka-1.9.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.7.ebuild
new file mode 100644
index ..55247b1bdeb0
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.9.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-12-31 Thread Michał Górny
commit: 07d529a0ad2975da03cd8b5ab4f101a7794d5c25
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 31 16:19:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 31 17:21:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d529a0

dev-python/Nuitka: Bump to 1.9.6

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.9.6.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index db2cd90bd3f3..4bd48b04a9bd 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.9.5.tar.gz 3911838 BLAKE2B 
064ad4aa48d94b4eb7c886d445e7228c72d03dcb22e75e82a7c43b42a20a32f1b11855017f72101e54c45b4591ffd2af0912191eb7f13367f16726208308a6de
 SHA512 
8b8bc0ec0f4666ae63bd4cb3463c6321bd1cbde7a64ca37d500bd2e60d50f6a13aca5dc89a101d7b8e39622e21091b24232ecf8361b4ae9a9913c187742c7607
+DIST Nuitka-1.9.6.tar.gz 3914776 BLAKE2B 
82a50f642f8b93caa725bbfffa6236d490ccb8d731ea917886d0cde03aa6c2237f6c8ff7687ad3140c985cc7c5b525e16aaf07bd604232e32b7fa0fb102a00f5
 SHA512 
005be29f72685677da1e037b36381765c1248bc2940eb92a46e8e5df990f0241af831b8cf28ab2957d3a7d3d0cb03c2b99ab5af4e900afba53b5ac60e95d1a24

diff --git a/dev-python/Nuitka/Nuitka-1.9.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.6.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.9.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-12-30 Thread Michał Górny
commit: 2a74db53522164d2a2f83f516c611478bb06c796
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:29:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:29:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a74db53

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  4 ---
 dev-python/Nuitka/Nuitka-1.9.1.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-1.9.2.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-1.9.3.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-1.9.4.ebuild | 52 ---
 5 files changed, 212 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 0192c2f1143b..db2cd90bd3f3 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,5 +1 @@
-DIST Nuitka-1.9.1.tar.gz 3909492 BLAKE2B 
87d658083ce21d720126c61a8f8ec0df7608d365737475b194c739314d1bab4bcdb647646c1bc64a0371e0fd69c22dab512814d968db3bf02c13741ff34b4f15
 SHA512 
17a44fa076d4812f56f3fe4aa6b6e4ef38dea328fbc1f6d0c8aa31748b303b8cf057891d4749a43064a12d2c836e03f4ad58830ee56c713cffbae6c8bec50d92
-DIST Nuitka-1.9.2.tar.gz 3910444 BLAKE2B 
a16577c9cb17e1cd99f00dd1974d8154ea2a299c82d3eca06dc60bd526d0ec2d4c0d70d8655d9cfe8178c8fa074bb2a90c3bc28b8869f329e1f0ae04fa63cf4c
 SHA512 
abf4f772512af84d937e2618e3419a53b3ab445505a6aa156810606a23c3dc0252cf9938730987fbc8ed9ccd63afc87d243c909953593ead53d60a0a8a3cd7f8
-DIST Nuitka-1.9.3.tar.gz 3911401 BLAKE2B 
83e88d75984074e09be79be5b1ecbe456b304222aad371c92beac109f2a8642ecfbaf39676be9ad26d081defeb63f0022a928ee4d858fa7844e738dafbba95dd
 SHA512 
23ffb85267b219dee3120369f97e74e3e818c58df4928d41ddf14ccab77bac7485c48c2d69c5669038129f2b4b7ccf3ec68b619fc608140609c0003619c36ba9
-DIST Nuitka-1.9.4.tar.gz 3911526 BLAKE2B 
5086b78fd3ae624f86ad67f99c9585277b002fdf30fffcc2c96c099be2c0419337f6230220867a481ad274062e585171bdbea6f7ab3e525ad753c8b75f33bb46
 SHA512 
977acfd911b79813b84152b95744f884398313feec9a86427069749fbe71b487b32ddfb729e1e781d976d52f34dee144a4232383f9528fc4bc9c3d51d8595770
 DIST Nuitka-1.9.5.tar.gz 3911838 BLAKE2B 
064ad4aa48d94b4eb7c886d445e7228c72d03dcb22e75e82a7c43b42a20a32f1b11855017f72101e54c45b4591ffd2af0912191eb7f13367f16726208308a6de
 SHA512 
8b8bc0ec0f4666ae63bd4cb3463c6321bd1cbde7a64ca37d500bd2e60d50f6a13aca5dc89a101d7b8e39622e21091b24232ecf8361b4ae9a9913c187742c7607

diff --git a/dev-python/Nuitka/Nuitka-1.9.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.1.ebuild
deleted file mode 100644
index f511685d5ce1..
--- a/dev-python/Nuitka/Nuitka-1.9.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.9.2.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.2.ebuild
deleted file mode 100644
index f511685d5ce1..
--- a/dev-python/Nuitka/Nuitka-1.9.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-12-15 Thread Michał Górny
commit: 3b24d3549056438082cb39250792ebcb62b691d9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 15 08:18:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 15 08:59:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b24d354

dev-python/Nuitka: Bump to 1.9.5

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.9.5.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index deab414e3d56..0192c2f1143b 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -2,3 +2,4 @@ DIST Nuitka-1.9.1.tar.gz 3909492 BLAKE2B 
87d658083ce21d720126c61a8f8ec0df7608d36
 DIST Nuitka-1.9.2.tar.gz 3910444 BLAKE2B 
a16577c9cb17e1cd99f00dd1974d8154ea2a299c82d3eca06dc60bd526d0ec2d4c0d70d8655d9cfe8178c8fa074bb2a90c3bc28b8869f329e1f0ae04fa63cf4c
 SHA512 
abf4f772512af84d937e2618e3419a53b3ab445505a6aa156810606a23c3dc0252cf9938730987fbc8ed9ccd63afc87d243c909953593ead53d60a0a8a3cd7f8
 DIST Nuitka-1.9.3.tar.gz 3911401 BLAKE2B 
83e88d75984074e09be79be5b1ecbe456b304222aad371c92beac109f2a8642ecfbaf39676be9ad26d081defeb63f0022a928ee4d858fa7844e738dafbba95dd
 SHA512 
23ffb85267b219dee3120369f97e74e3e818c58df4928d41ddf14ccab77bac7485c48c2d69c5669038129f2b4b7ccf3ec68b619fc608140609c0003619c36ba9
 DIST Nuitka-1.9.4.tar.gz 3911526 BLAKE2B 
5086b78fd3ae624f86ad67f99c9585277b002fdf30fffcc2c96c099be2c0419337f6230220867a481ad274062e585171bdbea6f7ab3e525ad753c8b75f33bb46
 SHA512 
977acfd911b79813b84152b95744f884398313feec9a86427069749fbe71b487b32ddfb729e1e781d976d52f34dee144a4232383f9528fc4bc9c3d51d8595770
+DIST Nuitka-1.9.5.tar.gz 3911838 BLAKE2B 
064ad4aa48d94b4eb7c886d445e7228c72d03dcb22e75e82a7c43b42a20a32f1b11855017f72101e54c45b4591ffd2af0912191eb7f13367f16726208308a6de
 SHA512 
8b8bc0ec0f4666ae63bd4cb3463c6321bd1cbde7a64ca37d500bd2e60d50f6a13aca5dc89a101d7b8e39622e21091b24232ecf8361b4ae9a9913c187742c7607

diff --git a/dev-python/Nuitka/Nuitka-1.9.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.5.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.9.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-12-10 Thread Michał Górny
commit: 968bd1cd62f06e7b1af013651b46496fbc36492c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 11 03:10:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 11 04:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968bd1cd

dev-python/Nuitka: Bump to 1.9.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.9.4.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index e8ae8bf19976..deab414e3d56 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.9.1.tar.gz 3909492 BLAKE2B 
87d658083ce21d720126c61a8f8ec0df7608d365737475b194c739314d1bab4bcdb647646c1bc64a0371e0fd69c22dab512814d968db3bf02c13741ff34b4f15
 SHA512 
17a44fa076d4812f56f3fe4aa6b6e4ef38dea328fbc1f6d0c8aa31748b303b8cf057891d4749a43064a12d2c836e03f4ad58830ee56c713cffbae6c8bec50d92
 DIST Nuitka-1.9.2.tar.gz 3910444 BLAKE2B 
a16577c9cb17e1cd99f00dd1974d8154ea2a299c82d3eca06dc60bd526d0ec2d4c0d70d8655d9cfe8178c8fa074bb2a90c3bc28b8869f329e1f0ae04fa63cf4c
 SHA512 
abf4f772512af84d937e2618e3419a53b3ab445505a6aa156810606a23c3dc0252cf9938730987fbc8ed9ccd63afc87d243c909953593ead53d60a0a8a3cd7f8
 DIST Nuitka-1.9.3.tar.gz 3911401 BLAKE2B 
83e88d75984074e09be79be5b1ecbe456b304222aad371c92beac109f2a8642ecfbaf39676be9ad26d081defeb63f0022a928ee4d858fa7844e738dafbba95dd
 SHA512 
23ffb85267b219dee3120369f97e74e3e818c58df4928d41ddf14ccab77bac7485c48c2d69c5669038129f2b4b7ccf3ec68b619fc608140609c0003619c36ba9
+DIST Nuitka-1.9.4.tar.gz 3911526 BLAKE2B 
5086b78fd3ae624f86ad67f99c9585277b002fdf30fffcc2c96c099be2c0419337f6230220867a481ad274062e585171bdbea6f7ab3e525ad753c8b75f33bb46
 SHA512 
977acfd911b79813b84152b95744f884398313feec9a86427069749fbe71b487b32ddfb729e1e781d976d52f34dee144a4232383f9528fc4bc9c3d51d8595770

diff --git a/dev-python/Nuitka/Nuitka-1.9.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.4.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.9.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-12-01 Thread Michał Górny
commit: 4057bb85bbdfb3c12a1ca256f20f66d88849e141
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  2 06:05:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  2 06:59:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4057bb85

dev-python/Nuitka: Bump to 1.9.3

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.9.3.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 9288afa2f130..e8ae8bf19976 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.9.1.tar.gz 3909492 BLAKE2B 
87d658083ce21d720126c61a8f8ec0df7608d365737475b194c739314d1bab4bcdb647646c1bc64a0371e0fd69c22dab512814d968db3bf02c13741ff34b4f15
 SHA512 
17a44fa076d4812f56f3fe4aa6b6e4ef38dea328fbc1f6d0c8aa31748b303b8cf057891d4749a43064a12d2c836e03f4ad58830ee56c713cffbae6c8bec50d92
 DIST Nuitka-1.9.2.tar.gz 3910444 BLAKE2B 
a16577c9cb17e1cd99f00dd1974d8154ea2a299c82d3eca06dc60bd526d0ec2d4c0d70d8655d9cfe8178c8fa074bb2a90c3bc28b8869f329e1f0ae04fa63cf4c
 SHA512 
abf4f772512af84d937e2618e3419a53b3ab445505a6aa156810606a23c3dc0252cf9938730987fbc8ed9ccd63afc87d243c909953593ead53d60a0a8a3cd7f8
+DIST Nuitka-1.9.3.tar.gz 3911401 BLAKE2B 
83e88d75984074e09be79be5b1ecbe456b304222aad371c92beac109f2a8642ecfbaf39676be9ad26d081defeb63f0022a928ee4d858fa7844e738dafbba95dd
 SHA512 
23ffb85267b219dee3120369f97e74e3e818c58df4928d41ddf14ccab77bac7485c48c2d69c5669038129f2b4b7ccf3ec68b619fc608140609c0003619c36ba9

diff --git a/dev-python/Nuitka/Nuitka-1.9.3.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.3.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.9.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-11-27 Thread Michał Górny
commit: 68d9c93dd307eda3f947a0cdeb03f44f6f61b7a8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 28 05:04:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 28 05:19:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d9c93d

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  4 ---
 dev-python/Nuitka/Nuitka-1.8.4.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-1.8.5.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-1.8.6.ebuild | 52 ---
 dev-python/Nuitka/Nuitka-1.9.ebuild   | 52 ---
 5 files changed, 212 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 6c86337d4e96..e76301f4eb83 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,5 +1 @@
-DIST Nuitka-1.8.4.tar.gz 3604833 BLAKE2B 
32a5169e981e1323e0cc30147bbd6327521f496d3a4bcd0e6d3e811b291c596c50a3cf7602221f24b7a6d82936286bab1a045e65abfa4ddb9f366e23edaad9a2
 SHA512 
632453e937ca6c895646910ca650d83f9610e0aa4a28d2b2fe608c1bf4138ea06496c2bd2fee24fb4e6224a844437242ff9d21af2221ad2eed2edc77262050c2
-DIST Nuitka-1.8.5.tar.gz 3604649 BLAKE2B 
146e4f5fafb37fee7c7824fe448db85d3d77d57cadad63c10f237cba969ad81cc7c73eecbf68fcbfb8a1b2e0d8a9439c2435c5c7db16dde04324c3dd0ddb1770
 SHA512 
660f1480835491473cb4c512ce14109a9d27887e64fdfdfe6c92a59cf59445e7d6068c7859af9942330345b918fe81593c52f8f3b6166d55bad8bbbf362cc05c
-DIST Nuitka-1.8.6.tar.gz 3605120 BLAKE2B 
5bf40eb8e62f0bd656f94f1c251b8de222d07808c6cbd0be3913b4f10f514c106b0db171a8122d6aaa163376eab9cc835d42a693519e06bb607f06b257a3fe5a
 SHA512 
4cb1737bf95286b69f032ac49b4b2f0b15f068ea7cc22f737388257fe5c400bb3c47561144152a7c8e48426d10579912e5350f7ca7079d73a5a04bfe379ca9d3
 DIST Nuitka-1.9.1.tar.gz 3909492 BLAKE2B 
87d658083ce21d720126c61a8f8ec0df7608d365737475b194c739314d1bab4bcdb647646c1bc64a0371e0fd69c22dab512814d968db3bf02c13741ff34b4f15
 SHA512 
17a44fa076d4812f56f3fe4aa6b6e4ef38dea328fbc1f6d0c8aa31748b303b8cf057891d4749a43064a12d2c836e03f4ad58830ee56c713cffbae6c8bec50d92
-DIST Nuitka-1.9.tar.gz 3907890 BLAKE2B 
e055d94d01ac203d73915e3f331538fbee04aff346faa15571c7ab5c24ac07616ff50bedab9c0832821a16d16cc30b5478d3f7d8ca3338f651f3cca27364f9fa
 SHA512 
b48454a2959ce1479ce9135342dd89e83f33ae184ea38e3f050fff80bbb3320a3864aad1520310677abbfcd89d19da8be895ceed889b846d25fc51459ce78e5a

diff --git a/dev-python/Nuitka/Nuitka-1.8.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.4.ebuild
deleted file mode 100644
index f511685d5ce1..
--- a/dev-python/Nuitka/Nuitka-1.8.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.8.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.5.ebuild
deleted file mode 100644
index f511685d5ce1..
--- a/dev-python/Nuitka/Nuitka-1.8.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-11-27 Thread Michał Górny
commit: 202b40c8ef48e4ec30d5f43f39cc3cca26585b47
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 28 05:06:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 28 05:19:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202b40c8

dev-python/Nuitka: Bump to 1.9.2

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.9.2.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index e76301f4eb83..9288afa2f130 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.9.1.tar.gz 3909492 BLAKE2B 
87d658083ce21d720126c61a8f8ec0df7608d365737475b194c739314d1bab4bcdb647646c1bc64a0371e0fd69c22dab512814d968db3bf02c13741ff34b4f15
 SHA512 
17a44fa076d4812f56f3fe4aa6b6e4ef38dea328fbc1f6d0c8aa31748b303b8cf057891d4749a43064a12d2c836e03f4ad58830ee56c713cffbae6c8bec50d92
+DIST Nuitka-1.9.2.tar.gz 3910444 BLAKE2B 
a16577c9cb17e1cd99f00dd1974d8154ea2a299c82d3eca06dc60bd526d0ec2d4c0d70d8655d9cfe8178c8fa074bb2a90c3bc28b8869f329e1f0ae04fa63cf4c
 SHA512 
abf4f772512af84d937e2618e3419a53b3ab445505a6aa156810606a23c3dc0252cf9938730987fbc8ed9ccd63afc87d243c909953593ead53d60a0a8a3cd7f8

diff --git a/dev-python/Nuitka/Nuitka-1.9.2.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.2.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.9.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-11-24 Thread Michał Górny
commit: dfb82980859ee3c8873f432cf810672193b91086
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 13:09:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 13:42:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb82980

dev-python/Nuitka: Bump to 1.9.1

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.9.1.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index aa39337da988..6c86337d4e96 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1,5 @@
 DIST Nuitka-1.8.4.tar.gz 3604833 BLAKE2B 
32a5169e981e1323e0cc30147bbd6327521f496d3a4bcd0e6d3e811b291c596c50a3cf7602221f24b7a6d82936286bab1a045e65abfa4ddb9f366e23edaad9a2
 SHA512 
632453e937ca6c895646910ca650d83f9610e0aa4a28d2b2fe608c1bf4138ea06496c2bd2fee24fb4e6224a844437242ff9d21af2221ad2eed2edc77262050c2
 DIST Nuitka-1.8.5.tar.gz 3604649 BLAKE2B 
146e4f5fafb37fee7c7824fe448db85d3d77d57cadad63c10f237cba969ad81cc7c73eecbf68fcbfb8a1b2e0d8a9439c2435c5c7db16dde04324c3dd0ddb1770
 SHA512 
660f1480835491473cb4c512ce14109a9d27887e64fdfdfe6c92a59cf59445e7d6068c7859af9942330345b918fe81593c52f8f3b6166d55bad8bbbf362cc05c
 DIST Nuitka-1.8.6.tar.gz 3605120 BLAKE2B 
5bf40eb8e62f0bd656f94f1c251b8de222d07808c6cbd0be3913b4f10f514c106b0db171a8122d6aaa163376eab9cc835d42a693519e06bb607f06b257a3fe5a
 SHA512 
4cb1737bf95286b69f032ac49b4b2f0b15f068ea7cc22f737388257fe5c400bb3c47561144152a7c8e48426d10579912e5350f7ca7079d73a5a04bfe379ca9d3
+DIST Nuitka-1.9.1.tar.gz 3909492 BLAKE2B 
87d658083ce21d720126c61a8f8ec0df7608d365737475b194c739314d1bab4bcdb647646c1bc64a0371e0fd69c22dab512814d968db3bf02c13741ff34b4f15
 SHA512 
17a44fa076d4812f56f3fe4aa6b6e4ef38dea328fbc1f6d0c8aa31748b303b8cf057891d4749a43064a12d2c836e03f4ad58830ee56c713cffbae6c8bec50d92
 DIST Nuitka-1.9.tar.gz 3907890 BLAKE2B 
e055d94d01ac203d73915e3f331538fbee04aff346faa15571c7ab5c24ac07616ff50bedab9c0832821a16d16cc30b5478d3f7d8ca3338f651f3cca27364f9fa
 SHA512 
b48454a2959ce1479ce9135342dd89e83f33ae184ea38e3f050fff80bbb3320a3864aad1520310677abbfcd89d19da8be895ceed889b846d25fc51459ce78e5a

diff --git a/dev-python/Nuitka/Nuitka-1.9.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.1.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.9.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-11-22 Thread Michał Górny
commit: 09fce98b897e9500f04e9a66389443058defec00
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 04:01:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 04:06:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fce98b

dev-python/Nuitka: Bump to 1.9

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-1.9.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 04e722525a00..aa39337da988 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.8.4.tar.gz 3604833 BLAKE2B 
32a5169e981e1323e0cc30147bbd6327521f496d3a4bcd0e6d3e811b291c596c50a3cf7602221f24b7a6d82936286bab1a045e65abfa4ddb9f366e23edaad9a2
 SHA512 
632453e937ca6c895646910ca650d83f9610e0aa4a28d2b2fe608c1bf4138ea06496c2bd2fee24fb4e6224a844437242ff9d21af2221ad2eed2edc77262050c2
 DIST Nuitka-1.8.5.tar.gz 3604649 BLAKE2B 
146e4f5fafb37fee7c7824fe448db85d3d77d57cadad63c10f237cba969ad81cc7c73eecbf68fcbfb8a1b2e0d8a9439c2435c5c7db16dde04324c3dd0ddb1770
 SHA512 
660f1480835491473cb4c512ce14109a9d27887e64fdfdfe6c92a59cf59445e7d6068c7859af9942330345b918fe81593c52f8f3b6166d55bad8bbbf362cc05c
 DIST Nuitka-1.8.6.tar.gz 3605120 BLAKE2B 
5bf40eb8e62f0bd656f94f1c251b8de222d07808c6cbd0be3913b4f10f514c106b0db171a8122d6aaa163376eab9cc835d42a693519e06bb607f06b257a3fe5a
 SHA512 
4cb1737bf95286b69f032ac49b4b2f0b15f068ea7cc22f737388257fe5c400bb3c47561144152a7c8e48426d10579912e5350f7ca7079d73a5a04bfe379ca9d3
+DIST Nuitka-1.9.tar.gz 3907890 BLAKE2B 
e055d94d01ac203d73915e3f331538fbee04aff346faa15571c7ab5c24ac07616ff50bedab9c0832821a16d16cc30b5478d3f7d8ca3338f651f3cca27364f9fa
 SHA512 
b48454a2959ce1479ce9135342dd89e83f33ae184ea38e3f050fff80bbb3320a3864aad1520310677abbfcd89d19da8be895ceed889b846d25fc51459ce78e5a

diff --git a/dev-python/Nuitka/Nuitka-1.9.ebuild 
b/dev-python/Nuitka/Nuitka-1.9.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.9.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-11-11 Thread Michał Górny
commit: b3d4eeca4c75001edfcf1196105d2f90d22621f2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 18:46:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 20:23:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d4eeca

dev-python/Nuitka: Bump to 1.8.6

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.8.6.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index fdb6f95c8285..04e722525a00 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.8.4.tar.gz 3604833 BLAKE2B 
32a5169e981e1323e0cc30147bbd6327521f496d3a4bcd0e6d3e811b291c596c50a3cf7602221f24b7a6d82936286bab1a045e65abfa4ddb9f366e23edaad9a2
 SHA512 
632453e937ca6c895646910ca650d83f9610e0aa4a28d2b2fe608c1bf4138ea06496c2bd2fee24fb4e6224a844437242ff9d21af2221ad2eed2edc77262050c2
 DIST Nuitka-1.8.5.tar.gz 3604649 BLAKE2B 
146e4f5fafb37fee7c7824fe448db85d3d77d57cadad63c10f237cba969ad81cc7c73eecbf68fcbfb8a1b2e0d8a9439c2435c5c7db16dde04324c3dd0ddb1770
 SHA512 
660f1480835491473cb4c512ce14109a9d27887e64fdfdfe6c92a59cf59445e7d6068c7859af9942330345b918fe81593c52f8f3b6166d55bad8bbbf362cc05c
+DIST Nuitka-1.8.6.tar.gz 3605120 BLAKE2B 
5bf40eb8e62f0bd656f94f1c251b8de222d07808c6cbd0be3913b4f10f514c106b0db171a8122d6aaa163376eab9cc835d42a693519e06bb607f06b257a3fe5a
 SHA512 
4cb1737bf95286b69f032ac49b4b2f0b15f068ea7cc22f737388257fe5c400bb3c47561144152a7c8e48426d10579912e5350f7ca7079d73a5a04bfe379ca9d3

diff --git a/dev-python/Nuitka/Nuitka-1.8.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.6.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.8.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-10-30 Thread Michał Górny
commit: 8d4865d0d2e315d405d42fbee4832834aa177333
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 16:58:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 30 18:04:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4865d0

dev-python/Nuitka: Bump to 1.8.5

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.8.5.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index c4e4794688f3..fdb6f95c8285 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.8.4.tar.gz 3604833 BLAKE2B 
32a5169e981e1323e0cc30147bbd6327521f496d3a4bcd0e6d3e811b291c596c50a3cf7602221f24b7a6d82936286bab1a045e65abfa4ddb9f366e23edaad9a2
 SHA512 
632453e937ca6c895646910ca650d83f9610e0aa4a28d2b2fe608c1bf4138ea06496c2bd2fee24fb4e6224a844437242ff9d21af2221ad2eed2edc77262050c2
+DIST Nuitka-1.8.5.tar.gz 3604649 BLAKE2B 
146e4f5fafb37fee7c7824fe448db85d3d77d57cadad63c10f237cba969ad81cc7c73eecbf68fcbfb8a1b2e0d8a9439c2435c5c7db16dde04324c3dd0ddb1770
 SHA512 
660f1480835491473cb4c512ce14109a9d27887e64fdfdfe6c92a59cf59445e7d6068c7859af9942330345b918fe81593c52f8f3b6166d55bad8bbbf362cc05c

diff --git a/dev-python/Nuitka/Nuitka-1.8.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.5.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.8.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-10-30 Thread Michał Górny
commit: 79d8bded751293446a09d5eaa77c7f95f84190de
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 16:58:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 30 18:04:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d8bded

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest |  6 
 dev-python/Nuitka/Nuitka-1.7.10.ebuild | 54 --
 dev-python/Nuitka/Nuitka-1.7.9.ebuild  | 54 --
 dev-python/Nuitka/Nuitka-1.8.1.ebuild  | 52 
 dev-python/Nuitka/Nuitka-1.8.2.ebuild  | 52 
 dev-python/Nuitka/Nuitka-1.8.3.ebuild  | 52 
 dev-python/Nuitka/Nuitka-1.8.ebuild| 52 
 7 files changed, 322 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index a8004ba42097..c4e4794688f3 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,7 +1 @@
-DIST Nuitka-1.7.10.tar.gz 4289025 BLAKE2B 
594820258860efba8be2316ab8d081e0d5ba4dc8db94959716ca90d57aff4d1407df19f52c88dc78aced4153a1b30dd35c6ab543435cecbff38bf791e2f7e492
 SHA512 
773c23d0e355fea975fa0636fba0601347618631564eb36fb948e8150b8720e28c227b4f3a50cbe8102160addb982257ab2acaa58d79692cdac60cecea85fa98
-DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0f600ed13b20080470cde53e0077394eb5660d1abe766ccfa52a0bd3f9203dabd5dae160de20b1b58670ea4bb6
 SHA512 
a2d2ad1be1fefc97c86af64fa1133bb6ca478021c1cc606be663a1d12bdab3a218c1760b697e426cafb67411a435d5353bf1688b986240036539946fb6ed12f3
-DIST Nuitka-1.8.1.tar.gz 3603553 BLAKE2B 
eb470569302864ce79a595d15f10ec12786b9a36bcbd5b77eedceacecf9a637bb494292dd0dd8a6177292b6e461da6de446e88812150b4840ceb0640eb27faf0
 SHA512 
3a5a3d9b616f2b594638541bcbcdcef07440e907ed86f8688700a051096dcfa4df8d19dd1dbc58eddbf10249945ed2281f47c84c6bdc35398f029f645cf52e35
-DIST Nuitka-1.8.2.tar.gz 3603724 BLAKE2B 
32ba8e96791b488ec8b65bac6bdb4742dbea1e15f9a4f0620217c165281168c51558e40068e5bdedc31ccb67dc5e8a4805415b343365c099173047c61bfa047a
 SHA512 
bdd14622bf0abe5ea4468672ed9badb28a12cabb7dbb9b1a5fa5da3bf33a1f45e02bd87b0568f10df8523a14bb418d462dea054a77cd462f9ddbea7bf93142d6
-DIST Nuitka-1.8.3.tar.gz 3604342 BLAKE2B 
eeed2776aff583e6d7a717f72bf13b0902d16de6ba774a35cf770c32887617510effcb1a4e437bcc78b85ef0be2e98cc3214ee1e5f2e07b81343e9d56676fd23
 SHA512 
9a44e9f7d26996044bd8147f4f6e1b92818a2f79ee813c2121839c8640074ccc1e4b2a32a838181aa9ee5a27e8952a4be6d47c510348c63cda8d717c536bbfee
 DIST Nuitka-1.8.4.tar.gz 3604833 BLAKE2B 
32a5169e981e1323e0cc30147bbd6327521f496d3a4bcd0e6d3e811b291c596c50a3cf7602221f24b7a6d82936286bab1a045e65abfa4ddb9f366e23edaad9a2
 SHA512 
632453e937ca6c895646910ca650d83f9610e0aa4a28d2b2fe608c1bf4138ea06496c2bd2fee24fb4e6224a844437242ff9d21af2221ad2eed2edc77262050c2
-DIST Nuitka-1.8.tar.gz 3602951 BLAKE2B 
5ae75060b42c494c57fa92e53a8e11c25f0ed243711ad76fab140828c1b835b946201c4d7d19ac24d029d66ddead91f7943527cde5ec823f03735c0fe3a2002e
 SHA512 
1b35405162f64b7ed99f88f223633a8dd643642de052a3ae3a4da25fd310796022394375b13d9f5cc464108791a157618e3c1aa895b0fa3235603a9f2b9b26ec

diff --git a/dev-python/Nuitka/Nuitka-1.7.10.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.10.ebuild
deleted file mode 100644
index f1bec277226a..
--- a/dev-python/Nuitka/Nuitka-1.7.10.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.7.9.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.9.ebuild
deleted file mode 100644
index f1bec277226a..
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-10-09 Thread Michał Górny
commit: de08a7ee95ef2af718ece6d0ffb20f1824efb5c3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  9 13:44:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  9 13:59:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de08a7ee

dev-python/Nuitka: Bump to 1.8.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.8.4.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index b63828b2df6b..a8004ba42097 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -3,4 +3,5 @@ DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0
 DIST Nuitka-1.8.1.tar.gz 3603553 BLAKE2B 
eb470569302864ce79a595d15f10ec12786b9a36bcbd5b77eedceacecf9a637bb494292dd0dd8a6177292b6e461da6de446e88812150b4840ceb0640eb27faf0
 SHA512 
3a5a3d9b616f2b594638541bcbcdcef07440e907ed86f8688700a051096dcfa4df8d19dd1dbc58eddbf10249945ed2281f47c84c6bdc35398f029f645cf52e35
 DIST Nuitka-1.8.2.tar.gz 3603724 BLAKE2B 
32ba8e96791b488ec8b65bac6bdb4742dbea1e15f9a4f0620217c165281168c51558e40068e5bdedc31ccb67dc5e8a4805415b343365c099173047c61bfa047a
 SHA512 
bdd14622bf0abe5ea4468672ed9badb28a12cabb7dbb9b1a5fa5da3bf33a1f45e02bd87b0568f10df8523a14bb418d462dea054a77cd462f9ddbea7bf93142d6
 DIST Nuitka-1.8.3.tar.gz 3604342 BLAKE2B 
eeed2776aff583e6d7a717f72bf13b0902d16de6ba774a35cf770c32887617510effcb1a4e437bcc78b85ef0be2e98cc3214ee1e5f2e07b81343e9d56676fd23
 SHA512 
9a44e9f7d26996044bd8147f4f6e1b92818a2f79ee813c2121839c8640074ccc1e4b2a32a838181aa9ee5a27e8952a4be6d47c510348c63cda8d717c536bbfee
+DIST Nuitka-1.8.4.tar.gz 3604833 BLAKE2B 
32a5169e981e1323e0cc30147bbd6327521f496d3a4bcd0e6d3e811b291c596c50a3cf7602221f24b7a6d82936286bab1a045e65abfa4ddb9f366e23edaad9a2
 SHA512 
632453e937ca6c895646910ca650d83f9610e0aa4a28d2b2fe608c1bf4138ea06496c2bd2fee24fb4e6224a844437242ff9d21af2221ad2eed2edc77262050c2
 DIST Nuitka-1.8.tar.gz 3602951 BLAKE2B 
5ae75060b42c494c57fa92e53a8e11c25f0ed243711ad76fab140828c1b835b946201c4d7d19ac24d029d66ddead91f7943527cde5ec823f03735c0fe3a2002e
 SHA512 
1b35405162f64b7ed99f88f223633a8dd643642de052a3ae3a4da25fd310796022394375b13d9f5cc464108791a157618e3c1aa895b0fa3235603a9f2b9b26ec

diff --git a/dev-python/Nuitka/Nuitka-1.8.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.4.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.8.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-09-29 Thread Arthur Zamarin
commit: 747e77900442f3a2db2692623ed52643775043b4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 29 19:04:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 29 19:05:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747e7790

dev-python/Nuitka: add 1.8.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.8.3.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 0ff6ffd3a4ce..b63828b2df6b 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -2,4 +2,5 @@ DIST Nuitka-1.7.10.tar.gz 4289025 BLAKE2B 
594820258860efba8be2316ab8d081e0d5ba4d
 DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0f600ed13b20080470cde53e0077394eb5660d1abe766ccfa52a0bd3f9203dabd5dae160de20b1b58670ea4bb6
 SHA512 
a2d2ad1be1fefc97c86af64fa1133bb6ca478021c1cc606be663a1d12bdab3a218c1760b697e426cafb67411a435d5353bf1688b986240036539946fb6ed12f3
 DIST Nuitka-1.8.1.tar.gz 3603553 BLAKE2B 
eb470569302864ce79a595d15f10ec12786b9a36bcbd5b77eedceacecf9a637bb494292dd0dd8a6177292b6e461da6de446e88812150b4840ceb0640eb27faf0
 SHA512 
3a5a3d9b616f2b594638541bcbcdcef07440e907ed86f8688700a051096dcfa4df8d19dd1dbc58eddbf10249945ed2281f47c84c6bdc35398f029f645cf52e35
 DIST Nuitka-1.8.2.tar.gz 3603724 BLAKE2B 
32ba8e96791b488ec8b65bac6bdb4742dbea1e15f9a4f0620217c165281168c51558e40068e5bdedc31ccb67dc5e8a4805415b343365c099173047c61bfa047a
 SHA512 
bdd14622bf0abe5ea4468672ed9badb28a12cabb7dbb9b1a5fa5da3bf33a1f45e02bd87b0568f10df8523a14bb418d462dea054a77cd462f9ddbea7bf93142d6
+DIST Nuitka-1.8.3.tar.gz 3604342 BLAKE2B 
eeed2776aff583e6d7a717f72bf13b0902d16de6ba774a35cf770c32887617510effcb1a4e437bcc78b85ef0be2e98cc3214ee1e5f2e07b81343e9d56676fd23
 SHA512 
9a44e9f7d26996044bd8147f4f6e1b92818a2f79ee813c2121839c8640074ccc1e4b2a32a838181aa9ee5a27e8952a4be6d47c510348c63cda8d717c536bbfee
 DIST Nuitka-1.8.tar.gz 3602951 BLAKE2B 
5ae75060b42c494c57fa92e53a8e11c25f0ed243711ad76fab140828c1b835b946201c4d7d19ac24d029d66ddead91f7943527cde5ec823f03735c0fe3a2002e
 SHA512 
1b35405162f64b7ed99f88f223633a8dd643642de052a3ae3a4da25fd310796022394375b13d9f5cc464108791a157618e3c1aa895b0fa3235603a9f2b9b26ec

diff --git a/dev-python/Nuitka/Nuitka-1.8.3.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.3.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.8.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-09-19 Thread Michał Górny
commit: f10540687126bcafa43757fc192215cef06f1965
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 11:36:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 12:41:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1054068

dev-python/Nuitka: Bump to 1.8.2

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.8.2.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 66ed72b1ab1e..0ff6ffd3a4ce 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1,5 @@
 DIST Nuitka-1.7.10.tar.gz 4289025 BLAKE2B 
594820258860efba8be2316ab8d081e0d5ba4dc8db94959716ca90d57aff4d1407df19f52c88dc78aced4153a1b30dd35c6ab543435cecbff38bf791e2f7e492
 SHA512 
773c23d0e355fea975fa0636fba0601347618631564eb36fb948e8150b8720e28c227b4f3a50cbe8102160addb982257ab2acaa58d79692cdac60cecea85fa98
 DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0f600ed13b20080470cde53e0077394eb5660d1abe766ccfa52a0bd3f9203dabd5dae160de20b1b58670ea4bb6
 SHA512 
a2d2ad1be1fefc97c86af64fa1133bb6ca478021c1cc606be663a1d12bdab3a218c1760b697e426cafb67411a435d5353bf1688b986240036539946fb6ed12f3
 DIST Nuitka-1.8.1.tar.gz 3603553 BLAKE2B 
eb470569302864ce79a595d15f10ec12786b9a36bcbd5b77eedceacecf9a637bb494292dd0dd8a6177292b6e461da6de446e88812150b4840ceb0640eb27faf0
 SHA512 
3a5a3d9b616f2b594638541bcbcdcef07440e907ed86f8688700a051096dcfa4df8d19dd1dbc58eddbf10249945ed2281f47c84c6bdc35398f029f645cf52e35
+DIST Nuitka-1.8.2.tar.gz 3603724 BLAKE2B 
32ba8e96791b488ec8b65bac6bdb4742dbea1e15f9a4f0620217c165281168c51558e40068e5bdedc31ccb67dc5e8a4805415b343365c099173047c61bfa047a
 SHA512 
bdd14622bf0abe5ea4468672ed9badb28a12cabb7dbb9b1a5fa5da3bf33a1f45e02bd87b0568f10df8523a14bb418d462dea054a77cd462f9ddbea7bf93142d6
 DIST Nuitka-1.8.tar.gz 3602951 BLAKE2B 
5ae75060b42c494c57fa92e53a8e11c25f0ed243711ad76fab140828c1b835b946201c4d7d19ac24d029d66ddead91f7943527cde5ec823f03735c0fe3a2002e
 SHA512 
1b35405162f64b7ed99f88f223633a8dd643642de052a3ae3a4da25fd310796022394375b13d9f5cc464108791a157618e3c1aa895b0fa3235603a9f2b9b26ec

diff --git a/dev-python/Nuitka/Nuitka-1.8.2.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.2.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.8.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-09-11 Thread Michał Górny
commit: 91b721e8ded73db92628d2da4078ede061fe0282
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 12 04:24:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 12 04:24:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b721e8

dev-python/Nuitka: Bump to 1.8.1

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.8.1.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 8bc7e5283d2d..66ed72b1ab1e 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.7.10.tar.gz 4289025 BLAKE2B 
594820258860efba8be2316ab8d081e0d5ba4dc8db94959716ca90d57aff4d1407df19f52c88dc78aced4153a1b30dd35c6ab543435cecbff38bf791e2f7e492
 SHA512 
773c23d0e355fea975fa0636fba0601347618631564eb36fb948e8150b8720e28c227b4f3a50cbe8102160addb982257ab2acaa58d79692cdac60cecea85fa98
 DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0f600ed13b20080470cde53e0077394eb5660d1abe766ccfa52a0bd3f9203dabd5dae160de20b1b58670ea4bb6
 SHA512 
a2d2ad1be1fefc97c86af64fa1133bb6ca478021c1cc606be663a1d12bdab3a218c1760b697e426cafb67411a435d5353bf1688b986240036539946fb6ed12f3
+DIST Nuitka-1.8.1.tar.gz 3603553 BLAKE2B 
eb470569302864ce79a595d15f10ec12786b9a36bcbd5b77eedceacecf9a637bb494292dd0dd8a6177292b6e461da6de446e88812150b4840ceb0640eb27faf0
 SHA512 
3a5a3d9b616f2b594638541bcbcdcef07440e907ed86f8688700a051096dcfa4df8d19dd1dbc58eddbf10249945ed2281f47c84c6bdc35398f029f645cf52e35
 DIST Nuitka-1.8.tar.gz 3602951 BLAKE2B 
5ae75060b42c494c57fa92e53a8e11c25f0ed243711ad76fab140828c1b835b946201c4d7d19ac24d029d66ddead91f7943527cde5ec823f03735c0fe3a2002e
 SHA512 
1b35405162f64b7ed99f88f223633a8dd643642de052a3ae3a4da25fd310796022394375b13d9f5cc464108791a157618e3c1aa895b0fa3235603a9f2b9b26ec

diff --git a/dev-python/Nuitka/Nuitka-1.8.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.1.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.8.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-09-01 Thread Michał Górny
commit: 9d8c56d12dcfc5ebf6ed1ead47383cb6cd647f3e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:22:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:46:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8c56d1

dev-python/Nuitka: Bump to 1.8

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-1.8.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index ffd85ea558ca..8bc7e5283d2d 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.7.10.tar.gz 4289025 BLAKE2B 
594820258860efba8be2316ab8d081e0d5ba4dc8db94959716ca90d57aff4d1407df19f52c88dc78aced4153a1b30dd35c6ab543435cecbff38bf791e2f7e492
 SHA512 
773c23d0e355fea975fa0636fba0601347618631564eb36fb948e8150b8720e28c227b4f3a50cbe8102160addb982257ab2acaa58d79692cdac60cecea85fa98
 DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0f600ed13b20080470cde53e0077394eb5660d1abe766ccfa52a0bd3f9203dabd5dae160de20b1b58670ea4bb6
 SHA512 
a2d2ad1be1fefc97c86af64fa1133bb6ca478021c1cc606be663a1d12bdab3a218c1760b697e426cafb67411a435d5353bf1688b986240036539946fb6ed12f3
+DIST Nuitka-1.8.tar.gz 3602951 BLAKE2B 
5ae75060b42c494c57fa92e53a8e11c25f0ed243711ad76fab140828c1b835b946201c4d7d19ac24d029d66ddead91f7943527cde5ec823f03735c0fe3a2002e
 SHA512 
1b35405162f64b7ed99f88f223633a8dd643642de052a3ae3a4da25fd310796022394375b13d9f5cc464108791a157618e3c1aa895b0fa3235603a9f2b9b26ec

diff --git a/dev-python/Nuitka/Nuitka-1.8.ebuild 
b/dev-python/Nuitka/Nuitka-1.8.ebuild
new file mode 100644
index ..f511685d5ce1
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.8.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-08-14 Thread Michał Górny
commit: 860220f4d4baedfea2878b8a3d8aedacb8866a19
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 14 14:35:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 14 14:55:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860220f4

dev-python/Nuitka: Bump to 1.7.10

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

 dev-python/Nuitka/Manifest |  1 +
 dev-python/Nuitka/Nuitka-1.7.10.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 4c6e876d0a84..ffd85ea558ca 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
+DIST Nuitka-1.7.10.tar.gz 4289025 BLAKE2B 
594820258860efba8be2316ab8d081e0d5ba4dc8db94959716ca90d57aff4d1407df19f52c88dc78aced4153a1b30dd35c6ab543435cecbff38bf791e2f7e492
 SHA512 
773c23d0e355fea975fa0636fba0601347618631564eb36fb948e8150b8720e28c227b4f3a50cbe8102160addb982257ab2acaa58d79692cdac60cecea85fa98
 DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0f600ed13b20080470cde53e0077394eb5660d1abe766ccfa52a0bd3f9203dabd5dae160de20b1b58670ea4bb6
 SHA512 
a2d2ad1be1fefc97c86af64fa1133bb6ca478021c1cc606be663a1d12bdab3a218c1760b697e426cafb67411a435d5353bf1688b986240036539946fb6ed12f3

diff --git a/dev-python/Nuitka/Nuitka-1.7.10.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.10.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.10.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-08-14 Thread Michał Górny
commit: 752896f6068b10c57e0e7869970c79b50bb44bcc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 14 14:35:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 14 14:55:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752896f6

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  3 --
 dev-python/Nuitka/Nuitka-1.7.6.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.7.7.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.7.8.ebuild | 54 ---
 4 files changed, 165 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index e74f5df69c10..4c6e876d0a84 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1 @@
-DIST Nuitka-1.7.6.tar.gz 4278626 BLAKE2B 
bf5865e91b8d30e81963ff053fccbc377846fa14353534bb60243536a3fbbe68afb2811acd2930f3a0d0e2cad55ee288f47e0fdcb3bacb9c5cb4be11600e0a7a
 SHA512 
859e3b48c0fdc655013e656f75620b556a59d620465fe659d3a60b0a45eb8273a528e7c689c8113a6ab7cf3065976de83c28fe501b319cdc7e04581eb2bd4ac3
-DIST Nuitka-1.7.7.tar.gz 4278709 BLAKE2B 
a9e44c55b2e02ef700f8adb4ab460ed80073fb8e1865c1a32b031aa4d0392569d097f3d5e18309729cf8c90963e5854e5eb6e42cac3971b1874c0db8fc75f9b9
 SHA512 
1dcf347351233b75a1e1858b25f2faf4a59be6ca46c2db08435d676f3bcaa882405852e4149743c0989ea2a8fdc7e9601383e2a2c83b69f49b8e1a057bec2195
-DIST Nuitka-1.7.8.tar.gz 4288711 BLAKE2B 
e8c6cc89d4f9163a2127b0fc9bdb33e8e0c905439b27b26e750f4ea50d99f00b52e00df6a465239572fa2c6c0aaf81ab027489b221529effacae77afe2592237
 SHA512 
d223c2a22611e54e4ad913ae8ffb1449ab036feeac1401642a72505061ad1f4cd7c033f8e5bb47cddd2cc3ca0acebf9d9a837403adfb0235aaebc30d8f271a4c
 DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0f600ed13b20080470cde53e0077394eb5660d1abe766ccfa52a0bd3f9203dabd5dae160de20b1b58670ea4bb6
 SHA512 
a2d2ad1be1fefc97c86af64fa1133bb6ca478021c1cc606be663a1d12bdab3a218c1760b697e426cafb67411a435d5353bf1688b986240036539946fb6ed12f3

diff --git a/dev-python/Nuitka/Nuitka-1.7.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.6.ebuild
deleted file mode 100644
index f1bec277226a..
--- a/dev-python/Nuitka/Nuitka-1.7.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.7.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.7.ebuild
deleted file mode 100644
index f1bec277226a..
--- a/dev-python/Nuitka/Nuitka-1.7.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-08-04 Thread Michał Górny
commit: 0190e1a2eaee919cd650fa95257e04dbe7db38a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  5 04:11:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  5 05:10:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0190e1a2

dev-python/Nuitka: Bump to 1.7.9

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.9.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 42064b729f18..e74f5df69c10 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.7.6.tar.gz 4278626 BLAKE2B 
bf5865e91b8d30e81963ff053fccbc377846fa14353534bb60243536a3fbbe68afb2811acd2930f3a0d0e2cad55ee288f47e0fdcb3bacb9c5cb4be11600e0a7a
 SHA512 
859e3b48c0fdc655013e656f75620b556a59d620465fe659d3a60b0a45eb8273a528e7c689c8113a6ab7cf3065976de83c28fe501b319cdc7e04581eb2bd4ac3
 DIST Nuitka-1.7.7.tar.gz 4278709 BLAKE2B 
a9e44c55b2e02ef700f8adb4ab460ed80073fb8e1865c1a32b031aa4d0392569d097f3d5e18309729cf8c90963e5854e5eb6e42cac3971b1874c0db8fc75f9b9
 SHA512 
1dcf347351233b75a1e1858b25f2faf4a59be6ca46c2db08435d676f3bcaa882405852e4149743c0989ea2a8fdc7e9601383e2a2c83b69f49b8e1a057bec2195
 DIST Nuitka-1.7.8.tar.gz 4288711 BLAKE2B 
e8c6cc89d4f9163a2127b0fc9bdb33e8e0c905439b27b26e750f4ea50d99f00b52e00df6a465239572fa2c6c0aaf81ab027489b221529effacae77afe2592237
 SHA512 
d223c2a22611e54e4ad913ae8ffb1449ab036feeac1401642a72505061ad1f4cd7c033f8e5bb47cddd2cc3ca0acebf9d9a837403adfb0235aaebc30d8f271a4c
+DIST Nuitka-1.7.9.tar.gz 4288768 BLAKE2B 
6069598c4eb9bb134a0d5bcfc4f3b423c0cb4f0f600ed13b20080470cde53e0077394eb5660d1abe766ccfa52a0bd3f9203dabd5dae160de20b1b58670ea4bb6
 SHA512 
a2d2ad1be1fefc97c86af64fa1133bb6ca478021c1cc606be663a1d12bdab3a218c1760b697e426cafb67411a435d5353bf1688b986240036539946fb6ed12f3

diff --git a/dev-python/Nuitka/Nuitka-1.7.9.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.9.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.9.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-08-03 Thread Michał Górny
commit: bf56442fdb7acda977bb0ddf9ebd0c8a56fb5eb2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  3 05:06:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  3 06:08:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf56442f

dev-python/Nuitka: Bump to 1.7.8

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.8.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index c534f34fa784..42064b729f18 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.7.6.tar.gz 4278626 BLAKE2B 
bf5865e91b8d30e81963ff053fccbc377846fa14353534bb60243536a3fbbe68afb2811acd2930f3a0d0e2cad55ee288f47e0fdcb3bacb9c5cb4be11600e0a7a
 SHA512 
859e3b48c0fdc655013e656f75620b556a59d620465fe659d3a60b0a45eb8273a528e7c689c8113a6ab7cf3065976de83c28fe501b319cdc7e04581eb2bd4ac3
 DIST Nuitka-1.7.7.tar.gz 4278709 BLAKE2B 
a9e44c55b2e02ef700f8adb4ab460ed80073fb8e1865c1a32b031aa4d0392569d097f3d5e18309729cf8c90963e5854e5eb6e42cac3971b1874c0db8fc75f9b9
 SHA512 
1dcf347351233b75a1e1858b25f2faf4a59be6ca46c2db08435d676f3bcaa882405852e4149743c0989ea2a8fdc7e9601383e2a2c83b69f49b8e1a057bec2195
+DIST Nuitka-1.7.8.tar.gz 4288711 BLAKE2B 
e8c6cc89d4f9163a2127b0fc9bdb33e8e0c905439b27b26e750f4ea50d99f00b52e00df6a465239572fa2c6c0aaf81ab027489b221529effacae77afe2592237
 SHA512 
d223c2a22611e54e4ad913ae8ffb1449ab036feeac1401642a72505061ad1f4cd7c033f8e5bb47cddd2cc3ca0acebf9d9a837403adfb0235aaebc30d8f271a4c

diff --git a/dev-python/Nuitka/Nuitka-1.7.8.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.8.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-27 Thread Michał Górny
commit: 565ef705bbc3fc731f75771fb99d6abf92df3fcf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 27 15:42:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 27 15:42:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565ef705

dev-python/Nuitka: Bump to 1.7.7

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.7.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 4f7296e314da..c534f34fa784 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.7.6.tar.gz 4278626 BLAKE2B 
bf5865e91b8d30e81963ff053fccbc377846fa14353534bb60243536a3fbbe68afb2811acd2930f3a0d0e2cad55ee288f47e0fdcb3bacb9c5cb4be11600e0a7a
 SHA512 
859e3b48c0fdc655013e656f75620b556a59d620465fe659d3a60b0a45eb8273a528e7c689c8113a6ab7cf3065976de83c28fe501b319cdc7e04581eb2bd4ac3
+DIST Nuitka-1.7.7.tar.gz 4278709 BLAKE2B 
a9e44c55b2e02ef700f8adb4ab460ed80073fb8e1865c1a32b031aa4d0392569d097f3d5e18309729cf8c90963e5854e5eb6e42cac3971b1874c0db8fc75f9b9
 SHA512 
1dcf347351233b75a1e1858b25f2faf4a59be6ca46c2db08435d676f3bcaa882405852e4149743c0989ea2a8fdc7e9601383e2a2c83b69f49b8e1a057bec2195

diff --git a/dev-python/Nuitka/Nuitka-1.7.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.7.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-24 Thread Michał Górny
commit: d67642377ada7f1378b26d1ffeab811656f00740
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 10:39:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 10:39:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6764237

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  2 --
 dev-python/Nuitka/Nuitka-1.7.4.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.7.5.ebuild | 54 ---
 3 files changed, 110 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 1d4e0823eb25..4f7296e314da 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1 @@
-DIST Nuitka-1.7.4.tar.gz 4275740 BLAKE2B 
d77b84588df9b5e58d474ed20871e1d63b29287114d166138347c891d3b87e4dc086ce4fe0ded658c1a378746bd308af177f617383b7780a6a01a3ebd10f466a
 SHA512 
26f33fa83d19992d02da27bcacfdbc0494920ebf2e9212253a11856f62e88e74cce0aa2efefe18db7520107e2b9c8db67d56a508749527863fb85a5998caefac
-DIST Nuitka-1.7.5.tar.gz 4275825 BLAKE2B 
88dafe918ea5f4905282c23562a0e67ede9ea3e57f90feeae4a55a2a42e10747496507e7efe1d751563c152b0d3a718fa3aeb8b7579eaf38485efd454a039486
 SHA512 
a6d37283a979a229349fe44adaf953c7c755f495a8cbafc8425f156012f7d1a86f6bca796332b8fab3134384d416c43db25e868c8cfcda1f17563cd464b06259
 DIST Nuitka-1.7.6.tar.gz 4278626 BLAKE2B 
bf5865e91b8d30e81963ff053fccbc377846fa14353534bb60243536a3fbbe68afb2811acd2930f3a0d0e2cad55ee288f47e0fdcb3bacb9c5cb4be11600e0a7a
 SHA512 
859e3b48c0fdc655013e656f75620b556a59d620465fe659d3a60b0a45eb8273a528e7c689c8113a6ab7cf3065976de83c28fe501b319cdc7e04581eb2bd4ac3

diff --git a/dev-python/Nuitka/Nuitka-1.7.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.4.ebuild
deleted file mode 100644
index f1bec277226a..
--- a/dev-python/Nuitka/Nuitka-1.7.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.7.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.5.ebuild
deleted file mode 100644
index f1bec277226a..
--- a/dev-python/Nuitka/Nuitka-1.7.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-23 Thread Michał Górny
commit: 2bae62615e4dd70b3f971bd23730146d00619aa0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 03:29:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 03:33:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bae6261

dev-python/Nuitka: Bump to 1.7.6

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.6.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 8b6b0fd9a652..1d4e0823eb25 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.7.4.tar.gz 4275740 BLAKE2B 
d77b84588df9b5e58d474ed20871e1d63b29287114d166138347c891d3b87e4dc086ce4fe0ded658c1a378746bd308af177f617383b7780a6a01a3ebd10f466a
 SHA512 
26f33fa83d19992d02da27bcacfdbc0494920ebf2e9212253a11856f62e88e74cce0aa2efefe18db7520107e2b9c8db67d56a508749527863fb85a5998caefac
 DIST Nuitka-1.7.5.tar.gz 4275825 BLAKE2B 
88dafe918ea5f4905282c23562a0e67ede9ea3e57f90feeae4a55a2a42e10747496507e7efe1d751563c152b0d3a718fa3aeb8b7579eaf38485efd454a039486
 SHA512 
a6d37283a979a229349fe44adaf953c7c755f495a8cbafc8425f156012f7d1a86f6bca796332b8fab3134384d416c43db25e868c8cfcda1f17563cd464b06259
+DIST Nuitka-1.7.6.tar.gz 4278626 BLAKE2B 
bf5865e91b8d30e81963ff053fccbc377846fa14353534bb60243536a3fbbe68afb2811acd2930f3a0d0e2cad55ee288f47e0fdcb3bacb9c5cb4be11600e0a7a
 SHA512 
859e3b48c0fdc655013e656f75620b556a59d620465fe659d3a60b0a45eb8273a528e7c689c8113a6ab7cf3065976de83c28fe501b319cdc7e04581eb2bd4ac3

diff --git a/dev-python/Nuitka/Nuitka-1.7.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.6.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-14 Thread Michał Górny
commit: 90766aad187f93150570f557c281f0c3cb31dae4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 15 01:58:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 15 03:04:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90766aad

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  7 -
 dev-python/Nuitka/Nuitka-1.6.4.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.6.5.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.6.6.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.7.1.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.7.2.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.7.3.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.7.ebuild   | 54 ---
 8 files changed, 385 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 3c95ce63b997..c5adcd72f9a2 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,8 +1 @@
-DIST Nuitka-1.6.4.tar.gz 4254226 BLAKE2B 
ec20d567f83bd80c662fefd897c224712735b11df8716fbc039f2413a5cb14433fcf3a893003109065a186911af71cd837892d9c767e92447b3a73bc09afcbf2
 SHA512 
5fed27a7bea2632ffd6bd802880dcf2372da72f5b1b02221d25322f49c130a1191469495d023c0dd1e25d2326d24385b978c6e9e36e0326c47127001715234c9
-DIST Nuitka-1.6.5.tar.gz 4250050 BLAKE2B 
66586aa497da1174e0387a1050763760973a601d40cb5a36bdb030df60a2cde7908f30d173a871a136f9efe9798e3eb3ca03a945c2f1c7345c7ad87f3310f90f
 SHA512 
20469e2872ffd4379ea0ce704fb6282aef8d6c5f8459067e0612248dc21de93b3de1282aab3ad5a285b5a198a9771b0b55897576a2420450753eddb3db827feb
-DIST Nuitka-1.6.6.tar.gz 4250403 BLAKE2B 
027ccbaca57e5306ba150b5f9dbf31f2d8dc447a498369d70b824357ff9738375505f67c04b2317b09fefc568b0c4cebabfdffa219b64dfd734b435c31924c1a
 SHA512 
c9b50cc40571b7d9477d972eef82aa72079fc6ef68040d8ff6cea2c51628797b6467174627f2376f6f8c14deb45fc8fcec2f43cbf3ae999a78b06cc1c887e8db
-DIST Nuitka-1.7.1.tar.gz 4275626 BLAKE2B 
8cad1de66cfb540e0b536ca27278213a5192aecee56be34c52a9fca6cb493c8c1069823135d6d27dc8f0c1fe1d9d08faad3a9fafa6e4c01b0d04af5b818de495
 SHA512 
cf8a05e71d6fb62b2208b3b7e3c4e961cd46933e29e4c61b66fd1d39d6c6a10e37bff5a9d7822c9709623f4e1eb5303c58c33b34ad0ebe1b87615397f3e22b30
-DIST Nuitka-1.7.2.tar.gz 4275682 BLAKE2B 
10f10cdfe00f7655f335a565b1e63c3d0ab90843cb60abe78dcbc8e2f0258160405be011c55aeffb18800af9bc7e16498e8eb8c73031f97e2586788b8675cc53
 SHA512 
3c95c70b5a66f614d302bbae50e3fff960aecb65c97ce1d77ad39080a8d27ac8f1c51b90e74c63ecf16f621fc06280ae0610ebe8f9615dd25a80d3beb4d23fa7
-DIST Nuitka-1.7.3.tar.gz 4275701 BLAKE2B 
234b80253280b99b721c72338f95f2d51663680b974a29c4c66b63b5c67302ac02c2a465cff4be939a4a6c87b1c043bd6ba6e51d1aec1ac854886f0cc76820d3
 SHA512 
3e16e6a1ff51f87b420ff4430e6fb5a6b0d674414735965613651ce4f22c253b3d56aca0741fac8c9e66f22590bede09381c171dcee267acf05dcf0fc1024e81
 DIST Nuitka-1.7.4.tar.gz 4275740 BLAKE2B 
d77b84588df9b5e58d474ed20871e1d63b29287114d166138347c891d3b87e4dc086ce4fe0ded658c1a378746bd308af177f617383b7780a6a01a3ebd10f466a
 SHA512 
26f33fa83d19992d02da27bcacfdbc0494920ebf2e9212253a11856f62e88e74cce0aa2efefe18db7520107e2b9c8db67d56a508749527863fb85a5998caefac
-DIST Nuitka-1.7.tar.gz 4275155 BLAKE2B 
b293075412c8d858e157598d4fd5b6e776f09a62d2d03cf81c55fb5b22d336551d12173bc3cd3817849b6d83efff996d9d259dedaf5cc119eea2fc8e86916e22
 SHA512 
1b973550787c67ce507744f8e3df88cc91cdae61663aaa38c46acd6644ae1b3b425b1d88fe75867275845ea2022fc8ac3481685fe6056e5c932d407109b96084

diff --git a/dev-python/Nuitka/Nuitka-1.6.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.6.4.ebuild
deleted file mode 100644
index f1bec277226a..
--- a/dev-python/Nuitka/Nuitka-1.6.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-14 Thread Michał Górny
commit: beef512c169684974779e38ec656f834fe7bdb01
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 15 01:59:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 15 03:04:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beef512c

dev-python/Nuitka: Bump to 1.7.5

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.5.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index c5adcd72f9a2..8b6b0fd9a652 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.7.4.tar.gz 4275740 BLAKE2B 
d77b84588df9b5e58d474ed20871e1d63b29287114d166138347c891d3b87e4dc086ce4fe0ded658c1a378746bd308af177f617383b7780a6a01a3ebd10f466a
 SHA512 
26f33fa83d19992d02da27bcacfdbc0494920ebf2e9212253a11856f62e88e74cce0aa2efefe18db7520107e2b9c8db67d56a508749527863fb85a5998caefac
+DIST Nuitka-1.7.5.tar.gz 4275825 BLAKE2B 
88dafe918ea5f4905282c23562a0e67ede9ea3e57f90feeae4a55a2a42e10747496507e7efe1d751563c152b0d3a718fa3aeb8b7579eaf38485efd454a039486
 SHA512 
a6d37283a979a229349fe44adaf953c7c755f495a8cbafc8425f156012f7d1a86f6bca796332b8fab3134384d416c43db25e868c8cfcda1f17563cd464b06259

diff --git a/dev-python/Nuitka/Nuitka-1.7.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.5.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-11 Thread Michał Górny
commit: 033fc0363d9b4daa86c021649218ed7d3cd9ced3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 12 03:26:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 12 04:04:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033fc036

dev-python/Nuitka: Bump to 1.7.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.4.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index f7a7aec2dfda..3c95ce63b997 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -4,4 +4,5 @@ DIST Nuitka-1.6.6.tar.gz 4250403 BLAKE2B 
027ccbaca57e5306ba150b5f9dbf31f2d8dc447
 DIST Nuitka-1.7.1.tar.gz 4275626 BLAKE2B 
8cad1de66cfb540e0b536ca27278213a5192aecee56be34c52a9fca6cb493c8c1069823135d6d27dc8f0c1fe1d9d08faad3a9fafa6e4c01b0d04af5b818de495
 SHA512 
cf8a05e71d6fb62b2208b3b7e3c4e961cd46933e29e4c61b66fd1d39d6c6a10e37bff5a9d7822c9709623f4e1eb5303c58c33b34ad0ebe1b87615397f3e22b30
 DIST Nuitka-1.7.2.tar.gz 4275682 BLAKE2B 
10f10cdfe00f7655f335a565b1e63c3d0ab90843cb60abe78dcbc8e2f0258160405be011c55aeffb18800af9bc7e16498e8eb8c73031f97e2586788b8675cc53
 SHA512 
3c95c70b5a66f614d302bbae50e3fff960aecb65c97ce1d77ad39080a8d27ac8f1c51b90e74c63ecf16f621fc06280ae0610ebe8f9615dd25a80d3beb4d23fa7
 DIST Nuitka-1.7.3.tar.gz 4275701 BLAKE2B 
234b80253280b99b721c72338f95f2d51663680b974a29c4c66b63b5c67302ac02c2a465cff4be939a4a6c87b1c043bd6ba6e51d1aec1ac854886f0cc76820d3
 SHA512 
3e16e6a1ff51f87b420ff4430e6fb5a6b0d674414735965613651ce4f22c253b3d56aca0741fac8c9e66f22590bede09381c171dcee267acf05dcf0fc1024e81
+DIST Nuitka-1.7.4.tar.gz 4275740 BLAKE2B 
d77b84588df9b5e58d474ed20871e1d63b29287114d166138347c891d3b87e4dc086ce4fe0ded658c1a378746bd308af177f617383b7780a6a01a3ebd10f466a
 SHA512 
26f33fa83d19992d02da27bcacfdbc0494920ebf2e9212253a11856f62e88e74cce0aa2efefe18db7520107e2b9c8db67d56a508749527863fb85a5998caefac
 DIST Nuitka-1.7.tar.gz 4275155 BLAKE2B 
b293075412c8d858e157598d4fd5b6e776f09a62d2d03cf81c55fb5b22d336551d12173bc3cd3817849b6d83efff996d9d259dedaf5cc119eea2fc8e86916e22
 SHA512 
1b973550787c67ce507744f8e3df88cc91cdae61663aaa38c46acd6644ae1b3b425b1d88fe75867275845ea2022fc8ac3481685fe6056e5c932d407109b96084

diff --git a/dev-python/Nuitka/Nuitka-1.7.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.4.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-09 Thread Michał Górny
commit: fa87ac3ae3dffe1348b8a568eaa58ada4c3f5b62
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 10 02:17:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 10 02:36:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa87ac3a

dev-python/Nuitka: Bump to 1.7.3

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.3.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index d7406f22a09c..f7a7aec2dfda 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -3,4 +3,5 @@ DIST Nuitka-1.6.5.tar.gz 4250050 BLAKE2B 
66586aa497da1174e0387a1050763760973a601
 DIST Nuitka-1.6.6.tar.gz 4250403 BLAKE2B 
027ccbaca57e5306ba150b5f9dbf31f2d8dc447a498369d70b824357ff9738375505f67c04b2317b09fefc568b0c4cebabfdffa219b64dfd734b435c31924c1a
 SHA512 
c9b50cc40571b7d9477d972eef82aa72079fc6ef68040d8ff6cea2c51628797b6467174627f2376f6f8c14deb45fc8fcec2f43cbf3ae999a78b06cc1c887e8db
 DIST Nuitka-1.7.1.tar.gz 4275626 BLAKE2B 
8cad1de66cfb540e0b536ca27278213a5192aecee56be34c52a9fca6cb493c8c1069823135d6d27dc8f0c1fe1d9d08faad3a9fafa6e4c01b0d04af5b818de495
 SHA512 
cf8a05e71d6fb62b2208b3b7e3c4e961cd46933e29e4c61b66fd1d39d6c6a10e37bff5a9d7822c9709623f4e1eb5303c58c33b34ad0ebe1b87615397f3e22b30
 DIST Nuitka-1.7.2.tar.gz 4275682 BLAKE2B 
10f10cdfe00f7655f335a565b1e63c3d0ab90843cb60abe78dcbc8e2f0258160405be011c55aeffb18800af9bc7e16498e8eb8c73031f97e2586788b8675cc53
 SHA512 
3c95c70b5a66f614d302bbae50e3fff960aecb65c97ce1d77ad39080a8d27ac8f1c51b90e74c63ecf16f621fc06280ae0610ebe8f9615dd25a80d3beb4d23fa7
+DIST Nuitka-1.7.3.tar.gz 4275701 BLAKE2B 
234b80253280b99b721c72338f95f2d51663680b974a29c4c66b63b5c67302ac02c2a465cff4be939a4a6c87b1c043bd6ba6e51d1aec1ac854886f0cc76820d3
 SHA512 
3e16e6a1ff51f87b420ff4430e6fb5a6b0d674414735965613651ce4f22c253b3d56aca0741fac8c9e66f22590bede09381c171dcee267acf05dcf0fc1024e81
 DIST Nuitka-1.7.tar.gz 4275155 BLAKE2B 
b293075412c8d858e157598d4fd5b6e776f09a62d2d03cf81c55fb5b22d336551d12173bc3cd3817849b6d83efff996d9d259dedaf5cc119eea2fc8e86916e22
 SHA512 
1b973550787c67ce507744f8e3df88cc91cdae61663aaa38c46acd6644ae1b3b425b1d88fe75867275845ea2022fc8ac3481685fe6056e5c932d407109b96084

diff --git a/dev-python/Nuitka/Nuitka-1.7.3.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.3.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-08 Thread Michał Górny
commit: 66aee1a7a83fe96991da24ce2d88e9f4cdd7de89
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  9 03:10:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  9 03:26:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66aee1a7

dev-python/Nuitka: Bump to 1.7.2

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.2.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 005379a0acaa..d7406f22a09c 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -2,4 +2,5 @@ DIST Nuitka-1.6.4.tar.gz 4254226 BLAKE2B 
ec20d567f83bd80c662fefd897c224712735b11
 DIST Nuitka-1.6.5.tar.gz 4250050 BLAKE2B 
66586aa497da1174e0387a1050763760973a601d40cb5a36bdb030df60a2cde7908f30d173a871a136f9efe9798e3eb3ca03a945c2f1c7345c7ad87f3310f90f
 SHA512 
20469e2872ffd4379ea0ce704fb6282aef8d6c5f8459067e0612248dc21de93b3de1282aab3ad5a285b5a198a9771b0b55897576a2420450753eddb3db827feb
 DIST Nuitka-1.6.6.tar.gz 4250403 BLAKE2B 
027ccbaca57e5306ba150b5f9dbf31f2d8dc447a498369d70b824357ff9738375505f67c04b2317b09fefc568b0c4cebabfdffa219b64dfd734b435c31924c1a
 SHA512 
c9b50cc40571b7d9477d972eef82aa72079fc6ef68040d8ff6cea2c51628797b6467174627f2376f6f8c14deb45fc8fcec2f43cbf3ae999a78b06cc1c887e8db
 DIST Nuitka-1.7.1.tar.gz 4275626 BLAKE2B 
8cad1de66cfb540e0b536ca27278213a5192aecee56be34c52a9fca6cb493c8c1069823135d6d27dc8f0c1fe1d9d08faad3a9fafa6e4c01b0d04af5b818de495
 SHA512 
cf8a05e71d6fb62b2208b3b7e3c4e961cd46933e29e4c61b66fd1d39d6c6a10e37bff5a9d7822c9709623f4e1eb5303c58c33b34ad0ebe1b87615397f3e22b30
+DIST Nuitka-1.7.2.tar.gz 4275682 BLAKE2B 
10f10cdfe00f7655f335a565b1e63c3d0ab90843cb60abe78dcbc8e2f0258160405be011c55aeffb18800af9bc7e16498e8eb8c73031f97e2586788b8675cc53
 SHA512 
3c95c70b5a66f614d302bbae50e3fff960aecb65c97ce1d77ad39080a8d27ac8f1c51b90e74c63ecf16f621fc06280ae0610ebe8f9615dd25a80d3beb4d23fa7
 DIST Nuitka-1.7.tar.gz 4275155 BLAKE2B 
b293075412c8d858e157598d4fd5b6e776f09a62d2d03cf81c55fb5b22d336551d12173bc3cd3817849b6d83efff996d9d259dedaf5cc119eea2fc8e86916e22
 SHA512 
1b973550787c67ce507744f8e3df88cc91cdae61663aaa38c46acd6644ae1b3b425b1d88fe75867275845ea2022fc8ac3481685fe6056e5c932d407109b96084

diff --git a/dev-python/Nuitka/Nuitka-1.7.2.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.2.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-05 Thread Michał Górny
commit: a0128fe4ee4ec8ebd37ca0ad6350085b23fbd81c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  6 02:47:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  6 03:30:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0128fe4

dev-python/Nuitka: Bump to 1.7.1

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 19786acad6d3..005379a0acaa 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1,5 @@
 DIST Nuitka-1.6.4.tar.gz 4254226 BLAKE2B 
ec20d567f83bd80c662fefd897c224712735b11df8716fbc039f2413a5cb14433fcf3a893003109065a186911af71cd837892d9c767e92447b3a73bc09afcbf2
 SHA512 
5fed27a7bea2632ffd6bd802880dcf2372da72f5b1b02221d25322f49c130a1191469495d023c0dd1e25d2326d24385b978c6e9e36e0326c47127001715234c9
 DIST Nuitka-1.6.5.tar.gz 4250050 BLAKE2B 
66586aa497da1174e0387a1050763760973a601d40cb5a36bdb030df60a2cde7908f30d173a871a136f9efe9798e3eb3ca03a945c2f1c7345c7ad87f3310f90f
 SHA512 
20469e2872ffd4379ea0ce704fb6282aef8d6c5f8459067e0612248dc21de93b3de1282aab3ad5a285b5a198a9771b0b55897576a2420450753eddb3db827feb
 DIST Nuitka-1.6.6.tar.gz 4250403 BLAKE2B 
027ccbaca57e5306ba150b5f9dbf31f2d8dc447a498369d70b824357ff9738375505f67c04b2317b09fefc568b0c4cebabfdffa219b64dfd734b435c31924c1a
 SHA512 
c9b50cc40571b7d9477d972eef82aa72079fc6ef68040d8ff6cea2c51628797b6467174627f2376f6f8c14deb45fc8fcec2f43cbf3ae999a78b06cc1c887e8db
+DIST Nuitka-1.7.1.tar.gz 4275626 BLAKE2B 
8cad1de66cfb540e0b536ca27278213a5192aecee56be34c52a9fca6cb493c8c1069823135d6d27dc8f0c1fe1d9d08faad3a9fafa6e4c01b0d04af5b818de495
 SHA512 
cf8a05e71d6fb62b2208b3b7e3c4e961cd46933e29e4c61b66fd1d39d6c6a10e37bff5a9d7822c9709623f4e1eb5303c58c33b34ad0ebe1b87615397f3e22b30
 DIST Nuitka-1.7.tar.gz 4275155 BLAKE2B 
b293075412c8d858e157598d4fd5b6e776f09a62d2d03cf81c55fb5b22d336551d12173bc3cd3817849b6d83efff996d9d259dedaf5cc119eea2fc8e86916e22
 SHA512 
1b973550787c67ce507744f8e3df88cc91cdae61663aaa38c46acd6644ae1b3b425b1d88fe75867275845ea2022fc8ac3481685fe6056e5c932d407109b96084

diff --git a/dev-python/Nuitka/Nuitka-1.7.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.1.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-07-05 Thread Michał Górny
commit: c32594173b4b68eba63d95b0ab336319c56417e2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  5 06:47:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  5 07:57:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3259417

dev-python/Nuitka: Bump to 1.7

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-1.7.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 0ee0060c3e7a..19786acad6d3 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.6.4.tar.gz 4254226 BLAKE2B 
ec20d567f83bd80c662fefd897c224712735b11df8716fbc039f2413a5cb14433fcf3a893003109065a186911af71cd837892d9c767e92447b3a73bc09afcbf2
 SHA512 
5fed27a7bea2632ffd6bd802880dcf2372da72f5b1b02221d25322f49c130a1191469495d023c0dd1e25d2326d24385b978c6e9e36e0326c47127001715234c9
 DIST Nuitka-1.6.5.tar.gz 4250050 BLAKE2B 
66586aa497da1174e0387a1050763760973a601d40cb5a36bdb030df60a2cde7908f30d173a871a136f9efe9798e3eb3ca03a945c2f1c7345c7ad87f3310f90f
 SHA512 
20469e2872ffd4379ea0ce704fb6282aef8d6c5f8459067e0612248dc21de93b3de1282aab3ad5a285b5a198a9771b0b55897576a2420450753eddb3db827feb
 DIST Nuitka-1.6.6.tar.gz 4250403 BLAKE2B 
027ccbaca57e5306ba150b5f9dbf31f2d8dc447a498369d70b824357ff9738375505f67c04b2317b09fefc568b0c4cebabfdffa219b64dfd734b435c31924c1a
 SHA512 
c9b50cc40571b7d9477d972eef82aa72079fc6ef68040d8ff6cea2c51628797b6467174627f2376f6f8c14deb45fc8fcec2f43cbf3ae999a78b06cc1c887e8db
+DIST Nuitka-1.7.tar.gz 4275155 BLAKE2B 
b293075412c8d858e157598d4fd5b6e776f09a62d2d03cf81c55fb5b22d336551d12173bc3cd3817849b6d83efff996d9d259dedaf5cc119eea2fc8e86916e22
 SHA512 
1b973550787c67ce507744f8e3df88cc91cdae61663aaa38c46acd6644ae1b3b425b1d88fe75867275845ea2022fc8ac3481685fe6056e5c932d407109b96084

diff --git a/dev-python/Nuitka/Nuitka-1.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-06-28 Thread Michał Górny
commit: 699babef83ad706dd4ae4faf9f8cd16d4af91567
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 29 03:41:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 29 03:55:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699babef

dev-python/Nuitka: Bump to 1.6.6

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.6.6.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 2614cf29cadb..0ee0060c3e7a 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.6.4.tar.gz 4254226 BLAKE2B 
ec20d567f83bd80c662fefd897c224712735b11df8716fbc039f2413a5cb14433fcf3a893003109065a186911af71cd837892d9c767e92447b3a73bc09afcbf2
 SHA512 
5fed27a7bea2632ffd6bd802880dcf2372da72f5b1b02221d25322f49c130a1191469495d023c0dd1e25d2326d24385b978c6e9e36e0326c47127001715234c9
 DIST Nuitka-1.6.5.tar.gz 4250050 BLAKE2B 
66586aa497da1174e0387a1050763760973a601d40cb5a36bdb030df60a2cde7908f30d173a871a136f9efe9798e3eb3ca03a945c2f1c7345c7ad87f3310f90f
 SHA512 
20469e2872ffd4379ea0ce704fb6282aef8d6c5f8459067e0612248dc21de93b3de1282aab3ad5a285b5a198a9771b0b55897576a2420450753eddb3db827feb
+DIST Nuitka-1.6.6.tar.gz 4250403 BLAKE2B 
027ccbaca57e5306ba150b5f9dbf31f2d8dc447a498369d70b824357ff9738375505f67c04b2317b09fefc568b0c4cebabfdffa219b64dfd734b435c31924c1a
 SHA512 
c9b50cc40571b7d9477d972eef82aa72079fc6ef68040d8ff6cea2c51628797b6467174627f2376f6f8c14deb45fc8fcec2f43cbf3ae999a78b06cc1c887e8db

diff --git a/dev-python/Nuitka/Nuitka-1.6.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.6.6.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.6.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-06-25 Thread Michał Górny
commit: e5497107b4ad6ce25479d86bd59ceda06454060d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 25 12:35:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 25 15:36:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5497107

dev-python/Nuitka: Bump to 1.6.5

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.6.5.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 6282dea572bb..2614cf29cadb 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.6.4.tar.gz 4254226 BLAKE2B 
ec20d567f83bd80c662fefd897c224712735b11df8716fbc039f2413a5cb14433fcf3a893003109065a186911af71cd837892d9c767e92447b3a73bc09afcbf2
 SHA512 
5fed27a7bea2632ffd6bd802880dcf2372da72f5b1b02221d25322f49c130a1191469495d023c0dd1e25d2326d24385b978c6e9e36e0326c47127001715234c9
+DIST Nuitka-1.6.5.tar.gz 4250050 BLAKE2B 
66586aa497da1174e0387a1050763760973a601d40cb5a36bdb030df60a2cde7908f30d173a871a136f9efe9798e3eb3ca03a945c2f1c7345c7ad87f3310f90f
 SHA512 
20469e2872ffd4379ea0ce704fb6282aef8d6c5f8459067e0612248dc21de93b3de1282aab3ad5a285b5a198a9771b0b55897576a2420450753eddb3db827feb

diff --git a/dev-python/Nuitka/Nuitka-1.6.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.6.5.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.6.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-06-25 Thread Michał Górny
commit: 813c370cbbab19fcd653539ebccf73a583a9788d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 25 12:35:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 25 15:36:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813c370c

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  8 --
 dev-python/Nuitka/Nuitka-1.5.5.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.5.6.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.5.7.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.5.8.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.6.1.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.6.2.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.6.3.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.6.ebuild   | 54 ---
 9 files changed, 440 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 3f708e4e20c4..6282dea572bb 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,9 +1 @@
-DIST Nuitka-1.5.5.tar.gz 4172962 BLAKE2B 
403ea94d2e2311c036359e80a9923f80bdaec9100c6df94aa5843c5734f6a3e9d180fc8a5872831a190fe984d12e5ba7e29b181e2235db55eadf1c4dda93f188
 SHA512 
4ea3a33e65ea34d72c209fa8ff35befad050ad559cb42e7050a784c0e8894e8e2826397859e3cb151f5b2c7adc7f39c00dd0759dbc039597ddb0f300be36b1d6
-DIST Nuitka-1.5.6.tar.gz 4172386 BLAKE2B 
62909f36529ecb487c0f5010e19c1dd7b2033b6b7a00bed5ad5efe26b500eccf27f76f526caefdfd59bf2a796c82770310b0b5cc90a7d2d7b2aff24b285f2885
 SHA512 
dccf931acbdf18d905d3e9299dcbf47f50f8780e9beabc9d6266bc0b8ed174c8e5cb762257477742f3745284b84495ec6ea77f3e9f4e280113dade4ec8e11c6e
-DIST Nuitka-1.5.7.tar.gz 4179130 BLAKE2B 
1918f0263edf89884658f49d0241f9993c6da8e0965f1a599ffed66cb635cea2729329183b1227a0b0e81f6d4e78c5ef1c1ca92c5148b635864e4caa536d0ab6
 SHA512 
aee0ec2d0a80b78262f3e4c972d1b156d41bea5323d3a12ed5afa47b41d6e372eb773968135217588a70f6b9ead2d215651999eb0e2f02d82e5996f89a9ea5e6
-DIST Nuitka-1.5.8.tar.gz 4172897 BLAKE2B 
1b4a50c6aacb6c41b4e068bc369a1c43839c8bca15c2786f3a37e8a3c6f2250e31c66192fd8ec79eb154e18e2f574819d27bc8ff3d80a97a248401966084d827
 SHA512 
963daea25553dc945e3f15020c7fcdabe6847ffd45167c84d68905dfe00630c132994587d1c9fc2076f19f29a46feab6b35ff15b9734d717ce50646192fa3039
-DIST Nuitka-1.6.1.tar.gz 4251346 BLAKE2B 
e35fd67cf6d5e30ad2f9c9271fbb3309e5520af77dc6c62f407378e68785f2dcaae92d1723d797178a5171407daec3eda64c00d80845d83ea8e3f49bd14c31cf
 SHA512 
6f47cec56eefd14dd6902fbb59aebf5a46513b45cf774ddce9e5b71ce374befae17c4c86cccb92c70c8f18a2e8595e5e9a1e78fa7bb5a5008cd86289185f3f4f
-DIST Nuitka-1.6.2.tar.gz 4225206 BLAKE2B 
52422f996f8e00f77fa87b127076ba2379b4b9ab2063a296b0714a2353a044307fb22ccf2bfcf37f49bae6b029d145dfbcbbeca1a7b2cc2e92ad5ad657f6843d
 SHA512 
49ce4ddbce2019f4e0b0af041449c4f962f9919ede00f3fe200a2343e9a22b0b0070079d00bd4ff1d40436624ad1abd1c2a4b5e9da3ac3b3f46205a4ac2f5972
-DIST Nuitka-1.6.3.tar.gz 4225582 BLAKE2B 
55b8fe4cba1c83cf50bd9c13a441c39000b50dbf8282124dbb6e4536636a447817fdcbabba09f2fa9ffd5a03da28f37072f9dce0a5b22f7e87e6ffe881ac9298
 SHA512 
2337c01fde5211dcec5c11ad2f0dbce413033fe795a6e1e042fce00153043d443d5dbb3403aca235996d67f39303a1f7abe21e79c6c985c85fdd9b95a1c71ba7
 DIST Nuitka-1.6.4.tar.gz 4254226 BLAKE2B 
ec20d567f83bd80c662fefd897c224712735b11df8716fbc039f2413a5cb14433fcf3a893003109065a186911af71cd837892d9c767e92447b3a73bc09afcbf2
 SHA512 
5fed27a7bea2632ffd6bd802880dcf2372da72f5b1b02221d25322f49c130a1191469495d023c0dd1e25d2326d24385b978c6e9e36e0326c47127001715234c9
-DIST Nuitka-1.6.tar.gz 449 BLAKE2B 
c4451092bfeee7b632e5ebb7162ba46f9fad29d9837f4913948aafb84b4fc6e69845fe52886962c053b419ad3307e5929fa201a4aad5c7e80dd388e41f1504d6
 SHA512 
3951e354acc76b63c9d61267d4f14ee75d97bc3ec838326b33d59d2ad1809a7a33605e1a6544f6c5d23a57b97fe067b9ca154744ee90d5bc77c53b90b128ecbc

diff --git a/dev-python/Nuitka/Nuitka-1.5.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.5.ebuild
deleted file mode 100644
index f1bec277226a..
--- a/dev-python/Nuitka/Nuitka-1.5.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-06-20 Thread Michał Górny
commit: 0efc5722665f03154356205ecf4624fc34b64c49
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 21 03:39:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 21 04:14:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efc5722

dev-python/Nuitka: Bump to 1.6.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.6.4.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 45a6e146e554..3f708e4e20c4 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -5,4 +5,5 @@ DIST Nuitka-1.5.8.tar.gz 4172897 BLAKE2B 
1b4a50c6aacb6c41b4e068bc369a1c43839c8bc
 DIST Nuitka-1.6.1.tar.gz 4251346 BLAKE2B 
e35fd67cf6d5e30ad2f9c9271fbb3309e5520af77dc6c62f407378e68785f2dcaae92d1723d797178a5171407daec3eda64c00d80845d83ea8e3f49bd14c31cf
 SHA512 
6f47cec56eefd14dd6902fbb59aebf5a46513b45cf774ddce9e5b71ce374befae17c4c86cccb92c70c8f18a2e8595e5e9a1e78fa7bb5a5008cd86289185f3f4f
 DIST Nuitka-1.6.2.tar.gz 4225206 BLAKE2B 
52422f996f8e00f77fa87b127076ba2379b4b9ab2063a296b0714a2353a044307fb22ccf2bfcf37f49bae6b029d145dfbcbbeca1a7b2cc2e92ad5ad657f6843d
 SHA512 
49ce4ddbce2019f4e0b0af041449c4f962f9919ede00f3fe200a2343e9a22b0b0070079d00bd4ff1d40436624ad1abd1c2a4b5e9da3ac3b3f46205a4ac2f5972
 DIST Nuitka-1.6.3.tar.gz 4225582 BLAKE2B 
55b8fe4cba1c83cf50bd9c13a441c39000b50dbf8282124dbb6e4536636a447817fdcbabba09f2fa9ffd5a03da28f37072f9dce0a5b22f7e87e6ffe881ac9298
 SHA512 
2337c01fde5211dcec5c11ad2f0dbce413033fe795a6e1e042fce00153043d443d5dbb3403aca235996d67f39303a1f7abe21e79c6c985c85fdd9b95a1c71ba7
+DIST Nuitka-1.6.4.tar.gz 4254226 BLAKE2B 
ec20d567f83bd80c662fefd897c224712735b11df8716fbc039f2413a5cb14433fcf3a893003109065a186911af71cd837892d9c767e92447b3a73bc09afcbf2
 SHA512 
5fed27a7bea2632ffd6bd802880dcf2372da72f5b1b02221d25322f49c130a1191469495d023c0dd1e25d2326d24385b978c6e9e36e0326c47127001715234c9
 DIST Nuitka-1.6.tar.gz 449 BLAKE2B 
c4451092bfeee7b632e5ebb7162ba46f9fad29d9837f4913948aafb84b4fc6e69845fe52886962c053b419ad3307e5929fa201a4aad5c7e80dd388e41f1504d6
 SHA512 
3951e354acc76b63c9d61267d4f14ee75d97bc3ec838326b33d59d2ad1809a7a33605e1a6544f6c5d23a57b97fe067b9ca154744ee90d5bc77c53b90b128ecbc

diff --git a/dev-python/Nuitka/Nuitka-1.6.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.6.4.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.6.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-06-10 Thread Michał Górny
commit: 99ee93f7ca66316ea3e8b9b631604eaea6cd1442
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 10 14:25:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 10 14:44:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ee93f7

dev-python/Nuitka: Bump to 1.6.3

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.6.3.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 047c5eb76f1b..45a6e146e554 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -4,4 +4,5 @@ DIST Nuitka-1.5.7.tar.gz 4179130 BLAKE2B 
1918f0263edf89884658f49d0241f9993c6da8e
 DIST Nuitka-1.5.8.tar.gz 4172897 BLAKE2B 
1b4a50c6aacb6c41b4e068bc369a1c43839c8bca15c2786f3a37e8a3c6f2250e31c66192fd8ec79eb154e18e2f574819d27bc8ff3d80a97a248401966084d827
 SHA512 
963daea25553dc945e3f15020c7fcdabe6847ffd45167c84d68905dfe00630c132994587d1c9fc2076f19f29a46feab6b35ff15b9734d717ce50646192fa3039
 DIST Nuitka-1.6.1.tar.gz 4251346 BLAKE2B 
e35fd67cf6d5e30ad2f9c9271fbb3309e5520af77dc6c62f407378e68785f2dcaae92d1723d797178a5171407daec3eda64c00d80845d83ea8e3f49bd14c31cf
 SHA512 
6f47cec56eefd14dd6902fbb59aebf5a46513b45cf774ddce9e5b71ce374befae17c4c86cccb92c70c8f18a2e8595e5e9a1e78fa7bb5a5008cd86289185f3f4f
 DIST Nuitka-1.6.2.tar.gz 4225206 BLAKE2B 
52422f996f8e00f77fa87b127076ba2379b4b9ab2063a296b0714a2353a044307fb22ccf2bfcf37f49bae6b029d145dfbcbbeca1a7b2cc2e92ad5ad657f6843d
 SHA512 
49ce4ddbce2019f4e0b0af041449c4f962f9919ede00f3fe200a2343e9a22b0b0070079d00bd4ff1d40436624ad1abd1c2a4b5e9da3ac3b3f46205a4ac2f5972
+DIST Nuitka-1.6.3.tar.gz 4225582 BLAKE2B 
55b8fe4cba1c83cf50bd9c13a441c39000b50dbf8282124dbb6e4536636a447817fdcbabba09f2fa9ffd5a03da28f37072f9dce0a5b22f7e87e6ffe881ac9298
 SHA512 
2337c01fde5211dcec5c11ad2f0dbce413033fe795a6e1e042fce00153043d443d5dbb3403aca235996d67f39303a1f7abe21e79c6c985c85fdd9b95a1c71ba7
 DIST Nuitka-1.6.tar.gz 449 BLAKE2B 
c4451092bfeee7b632e5ebb7162ba46f9fad29d9837f4913948aafb84b4fc6e69845fe52886962c053b419ad3307e5929fa201a4aad5c7e80dd388e41f1504d6
 SHA512 
3951e354acc76b63c9d61267d4f14ee75d97bc3ec838326b33d59d2ad1809a7a33605e1a6544f6c5d23a57b97fe067b9ca154744ee90d5bc77c53b90b128ecbc

diff --git a/dev-python/Nuitka/Nuitka-1.6.3.ebuild 
b/dev-python/Nuitka/Nuitka-1.6.3.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.6.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-06-09 Thread Michał Górny
commit: 246210a57faaa7067f2a9a9dfd41a851fe5bb66d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 10 03:37:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 10 04:40:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246210a5

dev-python/Nuitka: Bump to 1.6.2

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.6.2.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index a7e9f702a214..047c5eb76f1b 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -3,4 +3,5 @@ DIST Nuitka-1.5.6.tar.gz 4172386 BLAKE2B 
62909f36529ecb487c0f5010e19c1dd7b2033b6
 DIST Nuitka-1.5.7.tar.gz 4179130 BLAKE2B 
1918f0263edf89884658f49d0241f9993c6da8e0965f1a599ffed66cb635cea2729329183b1227a0b0e81f6d4e78c5ef1c1ca92c5148b635864e4caa536d0ab6
 SHA512 
aee0ec2d0a80b78262f3e4c972d1b156d41bea5323d3a12ed5afa47b41d6e372eb773968135217588a70f6b9ead2d215651999eb0e2f02d82e5996f89a9ea5e6
 DIST Nuitka-1.5.8.tar.gz 4172897 BLAKE2B 
1b4a50c6aacb6c41b4e068bc369a1c43839c8bca15c2786f3a37e8a3c6f2250e31c66192fd8ec79eb154e18e2f574819d27bc8ff3d80a97a248401966084d827
 SHA512 
963daea25553dc945e3f15020c7fcdabe6847ffd45167c84d68905dfe00630c132994587d1c9fc2076f19f29a46feab6b35ff15b9734d717ce50646192fa3039
 DIST Nuitka-1.6.1.tar.gz 4251346 BLAKE2B 
e35fd67cf6d5e30ad2f9c9271fbb3309e5520af77dc6c62f407378e68785f2dcaae92d1723d797178a5171407daec3eda64c00d80845d83ea8e3f49bd14c31cf
 SHA512 
6f47cec56eefd14dd6902fbb59aebf5a46513b45cf774ddce9e5b71ce374befae17c4c86cccb92c70c8f18a2e8595e5e9a1e78fa7bb5a5008cd86289185f3f4f
+DIST Nuitka-1.6.2.tar.gz 4225206 BLAKE2B 
52422f996f8e00f77fa87b127076ba2379b4b9ab2063a296b0714a2353a044307fb22ccf2bfcf37f49bae6b029d145dfbcbbeca1a7b2cc2e92ad5ad657f6843d
 SHA512 
49ce4ddbce2019f4e0b0af041449c4f962f9919ede00f3fe200a2343e9a22b0b0070079d00bd4ff1d40436624ad1abd1c2a4b5e9da3ac3b3f46205a4ac2f5972
 DIST Nuitka-1.6.tar.gz 449 BLAKE2B 
c4451092bfeee7b632e5ebb7162ba46f9fad29d9837f4913948aafb84b4fc6e69845fe52886962c053b419ad3307e5929fa201a4aad5c7e80dd388e41f1504d6
 SHA512 
3951e354acc76b63c9d61267d4f14ee75d97bc3ec838326b33d59d2ad1809a7a33605e1a6544f6c5d23a57b97fe067b9ca154744ee90d5bc77c53b90b128ecbc

diff --git a/dev-python/Nuitka/Nuitka-1.6.2.ebuild 
b/dev-python/Nuitka/Nuitka-1.6.2.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.6.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-06-06 Thread Michał Górny
commit: b391eb3e1e5c2eeb65860dc33f0a494a6d488c04
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  7 04:47:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 05:09:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b391eb3e

dev-python/Nuitka: Bump to 1.6.1

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.6.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 1627093f0b16..a7e9f702a214 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -2,4 +2,5 @@ DIST Nuitka-1.5.5.tar.gz 4172962 BLAKE2B 
403ea94d2e2311c036359e80a9923f80bdaec91
 DIST Nuitka-1.5.6.tar.gz 4172386 BLAKE2B 
62909f36529ecb487c0f5010e19c1dd7b2033b6b7a00bed5ad5efe26b500eccf27f76f526caefdfd59bf2a796c82770310b0b5cc90a7d2d7b2aff24b285f2885
 SHA512 
dccf931acbdf18d905d3e9299dcbf47f50f8780e9beabc9d6266bc0b8ed174c8e5cb762257477742f3745284b84495ec6ea77f3e9f4e280113dade4ec8e11c6e
 DIST Nuitka-1.5.7.tar.gz 4179130 BLAKE2B 
1918f0263edf89884658f49d0241f9993c6da8e0965f1a599ffed66cb635cea2729329183b1227a0b0e81f6d4e78c5ef1c1ca92c5148b635864e4caa536d0ab6
 SHA512 
aee0ec2d0a80b78262f3e4c972d1b156d41bea5323d3a12ed5afa47b41d6e372eb773968135217588a70f6b9ead2d215651999eb0e2f02d82e5996f89a9ea5e6
 DIST Nuitka-1.5.8.tar.gz 4172897 BLAKE2B 
1b4a50c6aacb6c41b4e068bc369a1c43839c8bca15c2786f3a37e8a3c6f2250e31c66192fd8ec79eb154e18e2f574819d27bc8ff3d80a97a248401966084d827
 SHA512 
963daea25553dc945e3f15020c7fcdabe6847ffd45167c84d68905dfe00630c132994587d1c9fc2076f19f29a46feab6b35ff15b9734d717ce50646192fa3039
+DIST Nuitka-1.6.1.tar.gz 4251346 BLAKE2B 
e35fd67cf6d5e30ad2f9c9271fbb3309e5520af77dc6c62f407378e68785f2dcaae92d1723d797178a5171407daec3eda64c00d80845d83ea8e3f49bd14c31cf
 SHA512 
6f47cec56eefd14dd6902fbb59aebf5a46513b45cf774ddce9e5b71ce374befae17c4c86cccb92c70c8f18a2e8595e5e9a1e78fa7bb5a5008cd86289185f3f4f
 DIST Nuitka-1.6.tar.gz 449 BLAKE2B 
c4451092bfeee7b632e5ebb7162ba46f9fad29d9837f4913948aafb84b4fc6e69845fe52886962c053b419ad3307e5929fa201a4aad5c7e80dd388e41f1504d6
 SHA512 
3951e354acc76b63c9d61267d4f14ee75d97bc3ec838326b33d59d2ad1809a7a33605e1a6544f6c5d23a57b97fe067b9ca154744ee90d5bc77c53b90b128ecbc

diff --git a/dev-python/Nuitka/Nuitka-1.6.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.6.1.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.6.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-05-31 Thread Michał Górny
commit: 61f877b1bb7a4f9cb150500992cdbf2fa3961c1e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 05:43:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 06:33:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f877b1

dev-python/Nuitka: Bump to 1.6

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-1.6.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index a45a61e3e4c6..1627093f0b16 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -2,3 +2,4 @@ DIST Nuitka-1.5.5.tar.gz 4172962 BLAKE2B 
403ea94d2e2311c036359e80a9923f80bdaec91
 DIST Nuitka-1.5.6.tar.gz 4172386 BLAKE2B 
62909f36529ecb487c0f5010e19c1dd7b2033b6b7a00bed5ad5efe26b500eccf27f76f526caefdfd59bf2a796c82770310b0b5cc90a7d2d7b2aff24b285f2885
 SHA512 
dccf931acbdf18d905d3e9299dcbf47f50f8780e9beabc9d6266bc0b8ed174c8e5cb762257477742f3745284b84495ec6ea77f3e9f4e280113dade4ec8e11c6e
 DIST Nuitka-1.5.7.tar.gz 4179130 BLAKE2B 
1918f0263edf89884658f49d0241f9993c6da8e0965f1a599ffed66cb635cea2729329183b1227a0b0e81f6d4e78c5ef1c1ca92c5148b635864e4caa536d0ab6
 SHA512 
aee0ec2d0a80b78262f3e4c972d1b156d41bea5323d3a12ed5afa47b41d6e372eb773968135217588a70f6b9ead2d215651999eb0e2f02d82e5996f89a9ea5e6
 DIST Nuitka-1.5.8.tar.gz 4172897 BLAKE2B 
1b4a50c6aacb6c41b4e068bc369a1c43839c8bca15c2786f3a37e8a3c6f2250e31c66192fd8ec79eb154e18e2f574819d27bc8ff3d80a97a248401966084d827
 SHA512 
963daea25553dc945e3f15020c7fcdabe6847ffd45167c84d68905dfe00630c132994587d1c9fc2076f19f29a46feab6b35ff15b9734d717ce50646192fa3039
+DIST Nuitka-1.6.tar.gz 449 BLAKE2B 
c4451092bfeee7b632e5ebb7162ba46f9fad29d9837f4913948aafb84b4fc6e69845fe52886962c053b419ad3307e5929fa201a4aad5c7e80dd388e41f1504d6
 SHA512 
3951e354acc76b63c9d61267d4f14ee75d97bc3ec838326b33d59d2ad1809a7a33605e1a6544f6c5d23a57b97fe067b9ca154744ee90d5bc77c53b90b128ecbc

diff --git a/dev-python/Nuitka/Nuitka-1.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.6.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-05-18 Thread Michał Górny
commit: 651b65f9a66deb2e4c3f633b0450355acb720280
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 18 13:55:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 18 13:55:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651b65f9

dev-python/Nuitka: Bump to 1.5.8

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.5.8.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index bca7dec2deb1..a45a61e3e4c6 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.5.5.tar.gz 4172962 BLAKE2B 
403ea94d2e2311c036359e80a9923f80bdaec9100c6df94aa5843c5734f6a3e9d180fc8a5872831a190fe984d12e5ba7e29b181e2235db55eadf1c4dda93f188
 SHA512 
4ea3a33e65ea34d72c209fa8ff35befad050ad559cb42e7050a784c0e8894e8e2826397859e3cb151f5b2c7adc7f39c00dd0759dbc039597ddb0f300be36b1d6
 DIST Nuitka-1.5.6.tar.gz 4172386 BLAKE2B 
62909f36529ecb487c0f5010e19c1dd7b2033b6b7a00bed5ad5efe26b500eccf27f76f526caefdfd59bf2a796c82770310b0b5cc90a7d2d7b2aff24b285f2885
 SHA512 
dccf931acbdf18d905d3e9299dcbf47f50f8780e9beabc9d6266bc0b8ed174c8e5cb762257477742f3745284b84495ec6ea77f3e9f4e280113dade4ec8e11c6e
 DIST Nuitka-1.5.7.tar.gz 4179130 BLAKE2B 
1918f0263edf89884658f49d0241f9993c6da8e0965f1a599ffed66cb635cea2729329183b1227a0b0e81f6d4e78c5ef1c1ca92c5148b635864e4caa536d0ab6
 SHA512 
aee0ec2d0a80b78262f3e4c972d1b156d41bea5323d3a12ed5afa47b41d6e372eb773968135217588a70f6b9ead2d215651999eb0e2f02d82e5996f89a9ea5e6
+DIST Nuitka-1.5.8.tar.gz 4172897 BLAKE2B 
1b4a50c6aacb6c41b4e068bc369a1c43839c8bca15c2786f3a37e8a3c6f2250e31c66192fd8ec79eb154e18e2f574819d27bc8ff3d80a97a248401966084d827
 SHA512 
963daea25553dc945e3f15020c7fcdabe6847ffd45167c84d68905dfe00630c132994587d1c9fc2076f19f29a46feab6b35ff15b9734d717ce50646192fa3039

diff --git a/dev-python/Nuitka/Nuitka-1.5.8.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.8.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.5.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-04-25 Thread Michał Górny
commit: 216ce49a3bb11793a7c7b4fff2197b34d32cf30e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 26 04:48:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 26 05:36:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216ce49a

dev-python/Nuitka: Bump to 1.5.7

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.5.7.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index dd31858c2931..bca7dec2deb1 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.5.5.tar.gz 4172962 BLAKE2B 
403ea94d2e2311c036359e80a9923f80bdaec9100c6df94aa5843c5734f6a3e9d180fc8a5872831a190fe984d12e5ba7e29b181e2235db55eadf1c4dda93f188
 SHA512 
4ea3a33e65ea34d72c209fa8ff35befad050ad559cb42e7050a784c0e8894e8e2826397859e3cb151f5b2c7adc7f39c00dd0759dbc039597ddb0f300be36b1d6
 DIST Nuitka-1.5.6.tar.gz 4172386 BLAKE2B 
62909f36529ecb487c0f5010e19c1dd7b2033b6b7a00bed5ad5efe26b500eccf27f76f526caefdfd59bf2a796c82770310b0b5cc90a7d2d7b2aff24b285f2885
 SHA512 
dccf931acbdf18d905d3e9299dcbf47f50f8780e9beabc9d6266bc0b8ed174c8e5cb762257477742f3745284b84495ec6ea77f3e9f4e280113dade4ec8e11c6e
+DIST Nuitka-1.5.7.tar.gz 4179130 BLAKE2B 
1918f0263edf89884658f49d0241f9993c6da8e0965f1a599ffed66cb635cea2729329183b1227a0b0e81f6d4e78c5ef1c1ca92c5148b635864e4caa536d0ab6
 SHA512 
aee0ec2d0a80b78262f3e4c972d1b156d41bea5323d3a12ed5afa47b41d6e372eb773968135217588a70f6b9ead2d215651999eb0e2f02d82e5996f89a9ea5e6

diff --git a/dev-python/Nuitka/Nuitka-1.5.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.7.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.5.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-04-13 Thread Michał Górny
commit: 4612eac58281b942e51d3f3fc9ad2ab85e445bbc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 13 05:32:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 13 06:04:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4612eac5

dev-python/Nuitka: Bump to 1.5.6

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.5.6.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 81dd3f314362..dd31858c2931 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.5.5.tar.gz 4172962 BLAKE2B 
403ea94d2e2311c036359e80a9923f80bdaec9100c6df94aa5843c5734f6a3e9d180fc8a5872831a190fe984d12e5ba7e29b181e2235db55eadf1c4dda93f188
 SHA512 
4ea3a33e65ea34d72c209fa8ff35befad050ad559cb42e7050a784c0e8894e8e2826397859e3cb151f5b2c7adc7f39c00dd0759dbc039597ddb0f300be36b1d6
+DIST Nuitka-1.5.6.tar.gz 4172386 BLAKE2B 
62909f36529ecb487c0f5010e19c1dd7b2033b6b7a00bed5ad5efe26b500eccf27f76f526caefdfd59bf2a796c82770310b0b5cc90a7d2d7b2aff24b285f2885
 SHA512 
dccf931acbdf18d905d3e9299dcbf47f50f8780e9beabc9d6266bc0b8ed174c8e5cb762257477742f3745284b84495ec6ea77f3e9f4e280113dade4ec8e11c6e

diff --git a/dev-python/Nuitka/Nuitka-1.5.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.6.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.5.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-04-08 Thread Michał Górny
commit: 6bd661dd00cdde675b10decc048e4b4b83652b9b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 06:02:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 06:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd661dd

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  3 --
 dev-python/Nuitka/Nuitka-1.5.1.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.5.3.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.5.4.ebuild | 54 ---
 4 files changed, 165 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index d7edadc661dd..81dd3f314362 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1 @@
-DIST Nuitka-1.5.1.tar.gz 4167830 BLAKE2B 
751784fac712149ccd180d391333d8431c6492f58a33296fc5f41c00d4908d65760216afefb626ac00b30a29c93acb767abe83a907756cbaa807706c0d9d2ef7
 SHA512 
ff02439556c193b2e40c6a7edfc42c9178fed4f04c4f1fe01a223f8b2243bc5f66784af5666887c9f07aafcc9428ae785a7174c4c88c73d7b62e56cf2aafde5e
-DIST Nuitka-1.5.3.tar.gz 4168230 BLAKE2B 
668ba91a166504a6ed3b7b1b63cd836b7e344fc2fbcc35d4270bc797f18d5e391922a940326a24ae832b892914bf8d7b6c34a7b6f65a640600cb08a82ae40bcc
 SHA512 
b2c478a950846e1492af07c64de835ad2fc56dc6a69ddb95402afcace2634ec5986422bc6af92cac1d833df278286f0b58918227b076fc17c32fc5d342efd7a7
-DIST Nuitka-1.5.4.tar.gz 4169252 BLAKE2B 
dfa4580219543ced211125b8af59175444b5f6aa1d0054f7fb91e2bb126d9cc30fcb266ef476fa77c7756bde865a22d7a5621fe2f12015d152d0aa8ea7823bd8
 SHA512 
3c53efebdbc12514e91c5eec2b3de44232e8f152ebc41dfa6f25127e7e59a9e9ec09f212761cd42a7e97249b8cd2cd04dfdb83d3f8906e4ae7e3840f754292fa
 DIST Nuitka-1.5.5.tar.gz 4172962 BLAKE2B 
403ea94d2e2311c036359e80a9923f80bdaec9100c6df94aa5843c5734f6a3e9d180fc8a5872831a190fe984d12e5ba7e29b181e2235db55eadf1c4dda93f188
 SHA512 
4ea3a33e65ea34d72c209fa8ff35befad050ad559cb42e7050a784c0e8894e8e2826397859e3cb151f5b2c7adc7f39c00dd0759dbc039597ddb0f300be36b1d6

diff --git a/dev-python/Nuitka/Nuitka-1.5.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.1.ebuild
deleted file mode 100644
index f1bec277226a..
--- a/dev-python/Nuitka/Nuitka-1.5.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.5.3.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.3.ebuild
deleted file mode 100644
index f1bec277226a..
--- a/dev-python/Nuitka/Nuitka-1.5.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-04-05 Thread Michał Górny
commit: 2b394d7b8eff1b6360a1b1f4fc5bb5fcf476fb7b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  6 02:46:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  6 03:07:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b394d7b

dev-python/Nuitka: Bump to 1.5.5

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.5.5.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 94a701cc7137..d7edadc661dd 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.5.1.tar.gz 4167830 BLAKE2B 
751784fac712149ccd180d391333d8431c6492f58a33296fc5f41c00d4908d65760216afefb626ac00b30a29c93acb767abe83a907756cbaa807706c0d9d2ef7
 SHA512 
ff02439556c193b2e40c6a7edfc42c9178fed4f04c4f1fe01a223f8b2243bc5f66784af5666887c9f07aafcc9428ae785a7174c4c88c73d7b62e56cf2aafde5e
 DIST Nuitka-1.5.3.tar.gz 4168230 BLAKE2B 
668ba91a166504a6ed3b7b1b63cd836b7e344fc2fbcc35d4270bc797f18d5e391922a940326a24ae832b892914bf8d7b6c34a7b6f65a640600cb08a82ae40bcc
 SHA512 
b2c478a950846e1492af07c64de835ad2fc56dc6a69ddb95402afcace2634ec5986422bc6af92cac1d833df278286f0b58918227b076fc17c32fc5d342efd7a7
 DIST Nuitka-1.5.4.tar.gz 4169252 BLAKE2B 
dfa4580219543ced211125b8af59175444b5f6aa1d0054f7fb91e2bb126d9cc30fcb266ef476fa77c7756bde865a22d7a5621fe2f12015d152d0aa8ea7823bd8
 SHA512 
3c53efebdbc12514e91c5eec2b3de44232e8f152ebc41dfa6f25127e7e59a9e9ec09f212761cd42a7e97249b8cd2cd04dfdb83d3f8906e4ae7e3840f754292fa
+DIST Nuitka-1.5.5.tar.gz 4172962 BLAKE2B 
403ea94d2e2311c036359e80a9923f80bdaec9100c6df94aa5843c5734f6a3e9d180fc8a5872831a190fe984d12e5ba7e29b181e2235db55eadf1c4dda93f188
 SHA512 
4ea3a33e65ea34d72c209fa8ff35befad050ad559cb42e7050a784c0e8894e8e2826397859e3cb151f5b2c7adc7f39c00dd0759dbc039597ddb0f300be36b1d6

diff --git a/dev-python/Nuitka/Nuitka-1.5.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.5.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.5.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-03-26 Thread Michał Górny
commit: 618d1236152a101b385cefee30ceace179b7f5c6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 26 17:34:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 26 18:02:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618d1236

dev-python/Nuitka: Bump to 1.5.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.5.4.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 6c94dafd6915..94a701cc7137 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.5.1.tar.gz 4167830 BLAKE2B 
751784fac712149ccd180d391333d8431c6492f58a33296fc5f41c00d4908d65760216afefb626ac00b30a29c93acb767abe83a907756cbaa807706c0d9d2ef7
 SHA512 
ff02439556c193b2e40c6a7edfc42c9178fed4f04c4f1fe01a223f8b2243bc5f66784af5666887c9f07aafcc9428ae785a7174c4c88c73d7b62e56cf2aafde5e
 DIST Nuitka-1.5.3.tar.gz 4168230 BLAKE2B 
668ba91a166504a6ed3b7b1b63cd836b7e344fc2fbcc35d4270bc797f18d5e391922a940326a24ae832b892914bf8d7b6c34a7b6f65a640600cb08a82ae40bcc
 SHA512 
b2c478a950846e1492af07c64de835ad2fc56dc6a69ddb95402afcace2634ec5986422bc6af92cac1d833df278286f0b58918227b076fc17c32fc5d342efd7a7
+DIST Nuitka-1.5.4.tar.gz 4169252 BLAKE2B 
dfa4580219543ced211125b8af59175444b5f6aa1d0054f7fb91e2bb126d9cc30fcb266ef476fa77c7756bde865a22d7a5621fe2f12015d152d0aa8ea7823bd8
 SHA512 
3c53efebdbc12514e91c5eec2b3de44232e8f152ebc41dfa6f25127e7e59a9e9ec09f212761cd42a7e97249b8cd2cd04dfdb83d3f8906e4ae7e3840f754292fa

diff --git a/dev-python/Nuitka/Nuitka-1.5.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.4.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.5.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-03-17 Thread Michał Górny
commit: 231d32e22c0ba5185f3ac039ba0b04a8d6c3cbfb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 12:58:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 13:33:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231d32e2

dev-python/Nuitka: Bump to 1.5.3

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.5.3.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index ff5d25382be5..6c94dafd6915 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.5.1.tar.gz 4167830 BLAKE2B 
751784fac712149ccd180d391333d8431c6492f58a33296fc5f41c00d4908d65760216afefb626ac00b30a29c93acb767abe83a907756cbaa807706c0d9d2ef7
 SHA512 
ff02439556c193b2e40c6a7edfc42c9178fed4f04c4f1fe01a223f8b2243bc5f66784af5666887c9f07aafcc9428ae785a7174c4c88c73d7b62e56cf2aafde5e
+DIST Nuitka-1.5.3.tar.gz 4168230 BLAKE2B 
668ba91a166504a6ed3b7b1b63cd836b7e344fc2fbcc35d4270bc797f18d5e391922a940326a24ae832b892914bf8d7b6c34a7b6f65a640600cb08a82ae40bcc
 SHA512 
b2c478a950846e1492af07c64de835ad2fc56dc6a69ddb95402afcace2634ec5986422bc6af92cac1d833df278286f0b58918227b076fc17c32fc5d342efd7a7

diff --git a/dev-python/Nuitka/Nuitka-1.5.3.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.3.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.5.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-03-15 Thread Arthur Zamarin
commit: 0c74c8452d5a9782f334fdacf2a14fb522458ee9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 15 18:26:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 15 18:33:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c74c845

dev-python/Nuitka: drop 1.4.5, 1.4.6, 1.4.7

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Nuitka/Manifest|  3 --
 dev-python/Nuitka/Nuitka-1.4.5.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.4.6.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.4.7.ebuild | 54 ---
 4 files changed, 165 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index fc1e9247d5ad..3d66bceea0d8 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,6 +1,3 @@
-DIST Nuitka-1.4.5.tar.gz 4131887 BLAKE2B 
b4eaea811a98f1ea5618a477841e2fd2ef41eb4c78635576fadae8a645456f9d47741d1b8c0c102e2774e1802d210785f31a10889d87441693215d84d06cabdd
 SHA512 
fc628be6579f2b290d126fc9f16e16a2fcdd5457a28cb2caa1b2d4e23426933e502a3487485e54cf4e0f67d2d5bca97567d5502070e7ad46a03c513a1f6f9c9f
-DIST Nuitka-1.4.6.tar.gz 4131786 BLAKE2B 
a72d8b8925dfdd7ca6416912d725cd711c1f8cedabbdc4ea1764645d935529c2b1561c561c6fe8b8cd2babdadd0b6cd3c239ff7e844bd745cebc3b2d94cfbd63
 SHA512 
883806d787bd35c687bd0771a0f3182d1d157c4c0f403c5b60a03536631823fbdfbaf32c3c29f484aa7de3dacf01056183607109036f60c5602ab08072d8e40d
-DIST Nuitka-1.4.7.tar.gz 4132335 BLAKE2B 
5c9e653c8ffa7ad9e757a20d4008e4e2a3083cfefcbce826f0904c0281a9be95dbfb78ad1aab2dd0819b9bf3a800a3b35ee422e38672655fdd900162f9c0d090
 SHA512 
fb219f5a53bc173365d23f4eae0814fa051c1312bc732ac2b717924dd2336bf140af0237834062223294c840f63b6b4766422f8fd189151ab73877eeb9c39ee6
 DIST Nuitka-1.4.8.tar.gz 4132731 BLAKE2B 
8e02acdb96596d5e74c486ae069ad4dba2ddff5e5b530d28f67551914eee8dc559fbe25d51454a18977d6e2877cdf9d3626cb5aad8942d0eb17b3e804ca0da21
 SHA512 
0d5646bf4b7f1de6f3015a59186ef2ff775f45326be6a83ede665e9a10003ed5c481b68016e863f196e5ab5cb2866ad1c6dacbe77edbfdecabab045ae1480b14
 DIST Nuitka-1.5.1.tar.gz 4167830 BLAKE2B 
751784fac712149ccd180d391333d8431c6492f58a33296fc5f41c00d4908d65760216afefb626ac00b30a29c93acb767abe83a907756cbaa807706c0d9d2ef7
 SHA512 
ff02439556c193b2e40c6a7edfc42c9178fed4f04c4f1fe01a223f8b2243bc5f66784af5666887c9f07aafcc9428ae785a7174c4c88c73d7b62e56cf2aafde5e
 DIST Nuitka-1.5.tar.gz 4169208 BLAKE2B 
9a0fed364ba69c01df309a23e08258c8149be81dcdfc26cbe2e5a08081eb98d1a6e2ce393dd372f30ee9f886c2d3f4f181387ab788f6393dd88799ea5298a8f8
 SHA512 
33c9cad89c021e4472194b769c54e84b965eab5f0c8715482ef33e3c94916b770dee1a9f400e402395fdc854322fd486c385d6e4f99fb328ac245e230db104e0

diff --git a/dev-python/Nuitka/Nuitka-1.4.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.5.ebuild
deleted file mode 100644
index 6f373b0022b9..
--- a/dev-python/Nuitka/Nuitka-1.4.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.4.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.6.ebuild
deleted file mode 100644
index 6f373b0022b9..
--- a/dev-python/Nuitka/Nuitka-1.4.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1 flag-o-matic optfeature pypi
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-03-15 Thread Arthur Zamarin
commit: 60afb66b3af3e80d5f4aa7d903896f726f10bb73
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 15 18:26:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 15 18:33:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60afb66b

dev-python/Nuitka: add 1.5.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.5.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 095d3f5751a9..fc1e9247d5ad 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -2,4 +2,5 @@ DIST Nuitka-1.4.5.tar.gz 4131887 BLAKE2B 
b4eaea811a98f1ea5618a477841e2fd2ef41eb4
 DIST Nuitka-1.4.6.tar.gz 4131786 BLAKE2B 
a72d8b8925dfdd7ca6416912d725cd711c1f8cedabbdc4ea1764645d935529c2b1561c561c6fe8b8cd2babdadd0b6cd3c239ff7e844bd745cebc3b2d94cfbd63
 SHA512 
883806d787bd35c687bd0771a0f3182d1d157c4c0f403c5b60a03536631823fbdfbaf32c3c29f484aa7de3dacf01056183607109036f60c5602ab08072d8e40d
 DIST Nuitka-1.4.7.tar.gz 4132335 BLAKE2B 
5c9e653c8ffa7ad9e757a20d4008e4e2a3083cfefcbce826f0904c0281a9be95dbfb78ad1aab2dd0819b9bf3a800a3b35ee422e38672655fdd900162f9c0d090
 SHA512 
fb219f5a53bc173365d23f4eae0814fa051c1312bc732ac2b717924dd2336bf140af0237834062223294c840f63b6b4766422f8fd189151ab73877eeb9c39ee6
 DIST Nuitka-1.4.8.tar.gz 4132731 BLAKE2B 
8e02acdb96596d5e74c486ae069ad4dba2ddff5e5b530d28f67551914eee8dc559fbe25d51454a18977d6e2877cdf9d3626cb5aad8942d0eb17b3e804ca0da21
 SHA512 
0d5646bf4b7f1de6f3015a59186ef2ff775f45326be6a83ede665e9a10003ed5c481b68016e863f196e5ab5cb2866ad1c6dacbe77edbfdecabab045ae1480b14
+DIST Nuitka-1.5.1.tar.gz 4167830 BLAKE2B 
751784fac712149ccd180d391333d8431c6492f58a33296fc5f41c00d4908d65760216afefb626ac00b30a29c93acb767abe83a907756cbaa807706c0d9d2ef7
 SHA512 
ff02439556c193b2e40c6a7edfc42c9178fed4f04c4f1fe01a223f8b2243bc5f66784af5666887c9f07aafcc9428ae785a7174c4c88c73d7b62e56cf2aafde5e
 DIST Nuitka-1.5.tar.gz 4169208 BLAKE2B 
9a0fed364ba69c01df309a23e08258c8149be81dcdfc26cbe2e5a08081eb98d1a6e2ce393dd372f30ee9f886c2d3f4f181387ab788f6393dd88799ea5298a8f8
 SHA512 
33c9cad89c021e4472194b769c54e84b965eab5f0c8715482ef33e3c94916b770dee1a9f400e402395fdc854322fd486c385d6e4f99fb328ac245e230db104e0

diff --git a/dev-python/Nuitka/Nuitka-1.5.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.1.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.5.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-03-12 Thread Michał Górny
commit: 911e43791f752a89b930d36883cc63bb13670f9a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 12 13:35:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 12 14:04:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911e4379

dev-python/Nuitka: Bump to 1.5

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-1.5.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index a3ca63d203ae..095d3f5751a9 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -2,3 +2,4 @@ DIST Nuitka-1.4.5.tar.gz 4131887 BLAKE2B 
b4eaea811a98f1ea5618a477841e2fd2ef41eb4
 DIST Nuitka-1.4.6.tar.gz 4131786 BLAKE2B 
a72d8b8925dfdd7ca6416912d725cd711c1f8cedabbdc4ea1764645d935529c2b1561c561c6fe8b8cd2babdadd0b6cd3c239ff7e844bd745cebc3b2d94cfbd63
 SHA512 
883806d787bd35c687bd0771a0f3182d1d157c4c0f403c5b60a03536631823fbdfbaf32c3c29f484aa7de3dacf01056183607109036f60c5602ab08072d8e40d
 DIST Nuitka-1.4.7.tar.gz 4132335 BLAKE2B 
5c9e653c8ffa7ad9e757a20d4008e4e2a3083cfefcbce826f0904c0281a9be95dbfb78ad1aab2dd0819b9bf3a800a3b35ee422e38672655fdd900162f9c0d090
 SHA512 
fb219f5a53bc173365d23f4eae0814fa051c1312bc732ac2b717924dd2336bf140af0237834062223294c840f63b6b4766422f8fd189151ab73877eeb9c39ee6
 DIST Nuitka-1.4.8.tar.gz 4132731 BLAKE2B 
8e02acdb96596d5e74c486ae069ad4dba2ddff5e5b530d28f67551914eee8dc559fbe25d51454a18977d6e2877cdf9d3626cb5aad8942d0eb17b3e804ca0da21
 SHA512 
0d5646bf4b7f1de6f3015a59186ef2ff775f45326be6a83ede665e9a10003ed5c481b68016e863f196e5ab5cb2866ad1c6dacbe77edbfdecabab045ae1480b14
+DIST Nuitka-1.5.tar.gz 4169208 BLAKE2B 
9a0fed364ba69c01df309a23e08258c8149be81dcdfc26cbe2e5a08081eb98d1a6e2ce393dd372f30ee9f886c2d3f4f181387ab788f6393dd88799ea5298a8f8
 SHA512 
33c9cad89c021e4472194b769c54e84b965eab5f0c8715482ef33e3c94916b770dee1a9f400e402395fdc854322fd486c385d6e4f99fb328ac245e230db104e0

diff --git a/dev-python/Nuitka/Nuitka-1.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.5.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-02-21 Thread Michał Górny
commit: 9c358a58b544c612faed7a775b9b69f327eb8e52
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 19:02:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 19:02:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c358a58

dev-python/Nuitka: Bump to 1.4.8

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.4.8.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 6f777eb510f5..a3ca63d203ae 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.4.5.tar.gz 4131887 BLAKE2B 
b4eaea811a98f1ea5618a477841e2fd2ef41eb4c78635576fadae8a645456f9d47741d1b8c0c102e2774e1802d210785f31a10889d87441693215d84d06cabdd
 SHA512 
fc628be6579f2b290d126fc9f16e16a2fcdd5457a28cb2caa1b2d4e23426933e502a3487485e54cf4e0f67d2d5bca97567d5502070e7ad46a03c513a1f6f9c9f
 DIST Nuitka-1.4.6.tar.gz 4131786 BLAKE2B 
a72d8b8925dfdd7ca6416912d725cd711c1f8cedabbdc4ea1764645d935529c2b1561c561c6fe8b8cd2babdadd0b6cd3c239ff7e844bd745cebc3b2d94cfbd63
 SHA512 
883806d787bd35c687bd0771a0f3182d1d157c4c0f403c5b60a03536631823fbdfbaf32c3c29f484aa7de3dacf01056183607109036f60c5602ab08072d8e40d
 DIST Nuitka-1.4.7.tar.gz 4132335 BLAKE2B 
5c9e653c8ffa7ad9e757a20d4008e4e2a3083cfefcbce826f0904c0281a9be95dbfb78ad1aab2dd0819b9bf3a800a3b35ee422e38672655fdd900162f9c0d090
 SHA512 
fb219f5a53bc173365d23f4eae0814fa051c1312bc732ac2b717924dd2336bf140af0237834062223294c840f63b6b4766422f8fd189151ab73877eeb9c39ee6
+DIST Nuitka-1.4.8.tar.gz 4132731 BLAKE2B 
8e02acdb96596d5e74c486ae069ad4dba2ddff5e5b530d28f67551914eee8dc559fbe25d51454a18977d6e2877cdf9d3626cb5aad8942d0eb17b3e804ca0da21
 SHA512 
0d5646bf4b7f1de6f3015a59186ef2ff775f45326be6a83ede665e9a10003ed5c481b68016e863f196e5ab5cb2866ad1c6dacbe77edbfdecabab045ae1480b14

diff --git a/dev-python/Nuitka/Nuitka-1.4.8.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.8.ebuild
new file mode 100644
index ..6f373b0022b9
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.4.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-02-13 Thread Michał Górny
commit: e0908d6f9b233b841e85b651fde4010f53256ca0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 14 04:46:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 14 04:57:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0908d6f

dev-python/Nuitka: Bump to 1.4.7

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.4.7.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 6285ff1e7932..6f777eb510f5 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.4.5.tar.gz 4131887 BLAKE2B 
b4eaea811a98f1ea5618a477841e2fd2ef41eb4c78635576fadae8a645456f9d47741d1b8c0c102e2774e1802d210785f31a10889d87441693215d84d06cabdd
 SHA512 
fc628be6579f2b290d126fc9f16e16a2fcdd5457a28cb2caa1b2d4e23426933e502a3487485e54cf4e0f67d2d5bca97567d5502070e7ad46a03c513a1f6f9c9f
 DIST Nuitka-1.4.6.tar.gz 4131786 BLAKE2B 
a72d8b8925dfdd7ca6416912d725cd711c1f8cedabbdc4ea1764645d935529c2b1561c561c6fe8b8cd2babdadd0b6cd3c239ff7e844bd745cebc3b2d94cfbd63
 SHA512 
883806d787bd35c687bd0771a0f3182d1d157c4c0f403c5b60a03536631823fbdfbaf32c3c29f484aa7de3dacf01056183607109036f60c5602ab08072d8e40d
+DIST Nuitka-1.4.7.tar.gz 4132335 BLAKE2B 
5c9e653c8ffa7ad9e757a20d4008e4e2a3083cfefcbce826f0904c0281a9be95dbfb78ad1aab2dd0819b9bf3a800a3b35ee422e38672655fdd900162f9c0d090
 SHA512 
fb219f5a53bc173365d23f4eae0814fa051c1312bc732ac2b717924dd2336bf140af0237834062223294c840f63b6b4766422f8fd189151ab73877eeb9c39ee6

diff --git a/dev-python/Nuitka/Nuitka-1.4.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.7.ebuild
new file mode 100644
index ..6f373b0022b9
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.4.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-02-12 Thread Michał Górny
commit: 9f1882fb0ae0955483cab3b8adf0aa3add1c8d04
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 13 05:53:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 13 06:05:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1882fb

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  5 
 dev-python/Nuitka/Nuitka-1.4.1.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.4.2.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.4.3.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.4.4.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.4.ebuild   | 54 ---
 6 files changed, 275 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index f7724cbba58a..512739e36ae5 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,6 +1 @@
-DIST Nuitka-1.4.1.tar.gz 4122973 BLAKE2B 
edd3722a3e9d534c1802a4be6d1b3d21ce5a926803e4342620a87597d8ad5e03b0e84c83a17a95a36c3716a25197e7a32704d29813a2bccfed490ae0e019d5ce
 SHA512 
99bd491519e4e3e754e5678d293a39ed36438e19aa026263c2b3fde5cc82ffc886b35629146ed11fa93860598901e91644c6e93456d1e76ba97a21d304165e67
-DIST Nuitka-1.4.2.tar.gz 4122580 BLAKE2B 
c99f96c32325f6bbf9678b879263f4dd166ecaa9fa3a2e0d0af4366638b752142eda981b596ef6d7744ab87d77390b831b7cb30e10eb365559b6d6772445266c
 SHA512 
b6c852142d5f94183917d9605b51e0770b9ffb64a0f4273409448a443eb61003d58d96a42454d4d8eb25bacae562c19d1be2158a3e84465471e91a1bb909b9dc
-DIST Nuitka-1.4.3.tar.gz 4122806 BLAKE2B 
e7f616d7223bc9d72dbd93c673c407dc000971051f21c5570d91cdffa03449f32680e69fdb4a279ec1074919336c63563b294901f2038307a10ccc10d2b27142
 SHA512 
b2f023ca3c3be13d3207bb483bb779d6fea471a7020fe6f12c1db1cdf7131f73fb5f3563a67bd548515535dc2a22aff48f99c8affe5d9eb807cd96159559e7c7
-DIST Nuitka-1.4.4.tar.gz 4130596 BLAKE2B 
352d0a5256cd61f58df8b4db6d610af7606d9682f2954a6549dc84a03b2c733ac1ad00447c10eea40746ff4c4d7b897cd67507ba5231b0bd9b74f7df5e02c9bc
 SHA512 
74fb5644760d464bbfd52519394d12346f54fef4cc8212e1c85df109a3ed74e926a7c573508d7c51a55c5fb801c1322a90184b6b31779e3fe3691144bda2d11c
 DIST Nuitka-1.4.5.tar.gz 4131887 BLAKE2B 
b4eaea811a98f1ea5618a477841e2fd2ef41eb4c78635576fadae8a645456f9d47741d1b8c0c102e2774e1802d210785f31a10889d87441693215d84d06cabdd
 SHA512 
fc628be6579f2b290d126fc9f16e16a2fcdd5457a28cb2caa1b2d4e23426933e502a3487485e54cf4e0f67d2d5bca97567d5502070e7ad46a03c513a1f6f9c9f
-DIST Nuitka-1.4.tar.gz 4121399 BLAKE2B 
6f431ce01e5efc18cb71fffa8d4db1479adaab48f91c5943fe97d9252dd80ec6a875e0fbc480b13b38167534254a9fb589664d7d95b7e679b22e3c4ef27f5a5a
 SHA512 
cc07b8c35e75c3d34566d335e27789900095c35bf411e284c262f7a85f54ee9922b8f2aa0a75e72e2b77559f594183ea84aeba5691e600181fc706680bb55136

diff --git a/dev-python/Nuitka/Nuitka-1.4.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.1.ebuild
deleted file mode 100644
index 3ad289dde538..
--- a/dev-python/Nuitka/Nuitka-1.4.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.4.2.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.2.ebuild
deleted file mode 100644
index 3ad289dde538..
--- a/dev-python/Nuitka/Nuitka-1.4.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-02-12 Thread Michał Górny
commit: c4f2e2ef6e18ed19144ee969e83f1a42a7c7901d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 13 05:54:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 13 06:05:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f2e2ef

dev-python/Nuitka: Bump to 1.4.6

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.4.6.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 512739e36ae5..6285ff1e7932 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.4.5.tar.gz 4131887 BLAKE2B 
b4eaea811a98f1ea5618a477841e2fd2ef41eb4c78635576fadae8a645456f9d47741d1b8c0c102e2774e1802d210785f31a10889d87441693215d84d06cabdd
 SHA512 
fc628be6579f2b290d126fc9f16e16a2fcdd5457a28cb2caa1b2d4e23426933e502a3487485e54cf4e0f67d2d5bca97567d5502070e7ad46a03c513a1f6f9c9f
+DIST Nuitka-1.4.6.tar.gz 4131786 BLAKE2B 
a72d8b8925dfdd7ca6416912d725cd711c1f8cedabbdc4ea1764645d935529c2b1561c561c6fe8b8cd2babdadd0b6cd3c239ff7e844bd745cebc3b2d94cfbd63
 SHA512 
883806d787bd35c687bd0771a0f3182d1d157c4c0f403c5b60a03536631823fbdfbaf32c3c29f484aa7de3dacf01056183607109036f60c5602ab08072d8e40d

diff --git a/dev-python/Nuitka/Nuitka-1.4.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.6.ebuild
new file mode 100644
index ..6f373b0022b9
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.4.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-02-12 Thread Michał Górny
commit: 447f68122cd8c4edf794c6c1e7b60723de3844e2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 11 11:00:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 12 19:04:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447f6812

dev-python/Nuitka: Disable PyPI name normalization

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

 dev-python/Nuitka/Nuitka-1.4.4.ebuild | 1 +
 dev-python/Nuitka/Nuitka-1.4.5.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/Nuitka/Nuitka-1.4.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.4.ebuild
index 28f74ef7bf5d..6f373b0022b9 100644
--- a/dev-python/Nuitka/Nuitka-1.4.4.ebuild
+++ b/dev-python/Nuitka/Nuitka-1.4.4.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_10 )
 
 inherit distutils-r1 flag-o-matic optfeature pypi

diff --git a/dev-python/Nuitka/Nuitka-1.4.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.5.ebuild
index 28f74ef7bf5d..6f373b0022b9 100644
--- a/dev-python/Nuitka/Nuitka-1.4.5.ebuild
+++ b/dev-python/Nuitka/Nuitka-1.4.5.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_10 )
 
 inherit distutils-r1 flag-o-matic optfeature pypi



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-02-10 Thread Michał Górny
commit: 35f132c4cce897bb569842a5fafb0829fbb43cac
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 11 06:27:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 11 06:27:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f132c4

dev-python/Nuitka: Bump to 1.4.5

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.4.5.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 8f8aa4669442..f7724cbba58a 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -2,4 +2,5 @@ DIST Nuitka-1.4.1.tar.gz 4122973 BLAKE2B 
edd3722a3e9d534c1802a4be6d1b3d21ce5a926
 DIST Nuitka-1.4.2.tar.gz 4122580 BLAKE2B 
c99f96c32325f6bbf9678b879263f4dd166ecaa9fa3a2e0d0af4366638b752142eda981b596ef6d7744ab87d77390b831b7cb30e10eb365559b6d6772445266c
 SHA512 
b6c852142d5f94183917d9605b51e0770b9ffb64a0f4273409448a443eb61003d58d96a42454d4d8eb25bacae562c19d1be2158a3e84465471e91a1bb909b9dc
 DIST Nuitka-1.4.3.tar.gz 4122806 BLAKE2B 
e7f616d7223bc9d72dbd93c673c407dc000971051f21c5570d91cdffa03449f32680e69fdb4a279ec1074919336c63563b294901f2038307a10ccc10d2b27142
 SHA512 
b2f023ca3c3be13d3207bb483bb779d6fea471a7020fe6f12c1db1cdf7131f73fb5f3563a67bd548515535dc2a22aff48f99c8affe5d9eb807cd96159559e7c7
 DIST Nuitka-1.4.4.tar.gz 4130596 BLAKE2B 
352d0a5256cd61f58df8b4db6d610af7606d9682f2954a6549dc84a03b2c733ac1ad00447c10eea40746ff4c4d7b897cd67507ba5231b0bd9b74f7df5e02c9bc
 SHA512 
74fb5644760d464bbfd52519394d12346f54fef4cc8212e1c85df109a3ed74e926a7c573508d7c51a55c5fb801c1322a90184b6b31779e3fe3691144bda2d11c
+DIST Nuitka-1.4.5.tar.gz 4131887 BLAKE2B 
b4eaea811a98f1ea5618a477841e2fd2ef41eb4c78635576fadae8a645456f9d47741d1b8c0c102e2774e1802d210785f31a10889d87441693215d84d06cabdd
 SHA512 
fc628be6579f2b290d126fc9f16e16a2fcdd5457a28cb2caa1b2d4e23426933e502a3487485e54cf4e0f67d2d5bca97567d5502070e7ad46a03c513a1f6f9c9f
 DIST Nuitka-1.4.tar.gz 4121399 BLAKE2B 
6f431ce01e5efc18cb71fffa8d4db1479adaab48f91c5943fe97d9252dd80ec6a875e0fbc480b13b38167534254a9fb589664d7d95b7e679b22e3c4ef27f5a5a
 SHA512 
cc07b8c35e75c3d34566d335e27789900095c35bf411e284c262f7a85f54ee9922b8f2aa0a75e72e2b77559f594183ea84aeba5691e600181fc706680bb55136

diff --git a/dev-python/Nuitka/Nuitka-1.4.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.5.ebuild
new file mode 100644
index ..28f74ef7bf5d
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.4.5.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-02-08 Thread Michał Górny
commit: 36aade7db5b63c024301a9ac14141b417fa74510
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  8 16:14:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  8 17:36:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36aade7d

dev-python/Nuitka: Bump to 1.4.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.4.4.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 15f4bc852b20..8f8aa4669442 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1,5 @@
 DIST Nuitka-1.4.1.tar.gz 4122973 BLAKE2B 
edd3722a3e9d534c1802a4be6d1b3d21ce5a926803e4342620a87597d8ad5e03b0e84c83a17a95a36c3716a25197e7a32704d29813a2bccfed490ae0e019d5ce
 SHA512 
99bd491519e4e3e754e5678d293a39ed36438e19aa026263c2b3fde5cc82ffc886b35629146ed11fa93860598901e91644c6e93456d1e76ba97a21d304165e67
 DIST Nuitka-1.4.2.tar.gz 4122580 BLAKE2B 
c99f96c32325f6bbf9678b879263f4dd166ecaa9fa3a2e0d0af4366638b752142eda981b596ef6d7744ab87d77390b831b7cb30e10eb365559b6d6772445266c
 SHA512 
b6c852142d5f94183917d9605b51e0770b9ffb64a0f4273409448a443eb61003d58d96a42454d4d8eb25bacae562c19d1be2158a3e84465471e91a1bb909b9dc
 DIST Nuitka-1.4.3.tar.gz 4122806 BLAKE2B 
e7f616d7223bc9d72dbd93c673c407dc000971051f21c5570d91cdffa03449f32680e69fdb4a279ec1074919336c63563b294901f2038307a10ccc10d2b27142
 SHA512 
b2f023ca3c3be13d3207bb483bb779d6fea471a7020fe6f12c1db1cdf7131f73fb5f3563a67bd548515535dc2a22aff48f99c8affe5d9eb807cd96159559e7c7
+DIST Nuitka-1.4.4.tar.gz 4130596 BLAKE2B 
352d0a5256cd61f58df8b4db6d610af7606d9682f2954a6549dc84a03b2c733ac1ad00447c10eea40746ff4c4d7b897cd67507ba5231b0bd9b74f7df5e02c9bc
 SHA512 
74fb5644760d464bbfd52519394d12346f54fef4cc8212e1c85df109a3ed74e926a7c573508d7c51a55c5fb801c1322a90184b6b31779e3fe3691144bda2d11c
 DIST Nuitka-1.4.tar.gz 4121399 BLAKE2B 
6f431ce01e5efc18cb71fffa8d4db1479adaab48f91c5943fe97d9252dd80ec6a875e0fbc480b13b38167534254a9fb589664d7d95b7e679b22e3c4ef27f5a5a
 SHA512 
cc07b8c35e75c3d34566d335e27789900095c35bf411e284c262f7a85f54ee9922b8f2aa0a75e72e2b77559f594183ea84aeba5691e600181fc706680bb55136

diff --git a/dev-python/Nuitka/Nuitka-1.4.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.4.ebuild
new file mode 100644
index ..28f74ef7bf5d
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.4.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-02-05 Thread Michał Górny
commit: 604baf6b63ac6a842597082fd8862bf192a12a4d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  5 16:48:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  5 17:07:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604baf6b

dev-python/Nuitka: Bump to 1.4.3

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.4.3.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 0a4decc16bd1..15f4bc852b20 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.4.1.tar.gz 4122973 BLAKE2B 
edd3722a3e9d534c1802a4be6d1b3d21ce5a926803e4342620a87597d8ad5e03b0e84c83a17a95a36c3716a25197e7a32704d29813a2bccfed490ae0e019d5ce
 SHA512 
99bd491519e4e3e754e5678d293a39ed36438e19aa026263c2b3fde5cc82ffc886b35629146ed11fa93860598901e91644c6e93456d1e76ba97a21d304165e67
 DIST Nuitka-1.4.2.tar.gz 4122580 BLAKE2B 
c99f96c32325f6bbf9678b879263f4dd166ecaa9fa3a2e0d0af4366638b752142eda981b596ef6d7744ab87d77390b831b7cb30e10eb365559b6d6772445266c
 SHA512 
b6c852142d5f94183917d9605b51e0770b9ffb64a0f4273409448a443eb61003d58d96a42454d4d8eb25bacae562c19d1be2158a3e84465471e91a1bb909b9dc
+DIST Nuitka-1.4.3.tar.gz 4122806 BLAKE2B 
e7f616d7223bc9d72dbd93c673c407dc000971051f21c5570d91cdffa03449f32680e69fdb4a279ec1074919336c63563b294901f2038307a10ccc10d2b27142
 SHA512 
b2f023ca3c3be13d3207bb483bb779d6fea471a7020fe6f12c1db1cdf7131f73fb5f3563a67bd548515535dc2a22aff48f99c8affe5d9eb807cd96159559e7c7
 DIST Nuitka-1.4.tar.gz 4121399 BLAKE2B 
6f431ce01e5efc18cb71fffa8d4db1479adaab48f91c5943fe97d9252dd80ec6a875e0fbc480b13b38167534254a9fb589664d7d95b7e679b22e3c4ef27f5a5a
 SHA512 
cc07b8c35e75c3d34566d335e27789900095c35bf411e284c262f7a85f54ee9922b8f2aa0a75e72e2b77559f594183ea84aeba5691e600181fc706680bb55136

diff --git a/dev-python/Nuitka/Nuitka-1.4.3.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.3.ebuild
new file mode 100644
index ..3ad289dde538
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.4.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-01-31 Thread Arthur Zamarin
commit: 8dc5a4bd46e723f3d1de79b157dda457adb97842
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 31 18:47:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 31 19:09:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc5a4bd

dev-python/Nuitka: add 1.4.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.4.2.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 5cd9d6e2475c..0a4decc16bd1 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.4.1.tar.gz 4122973 BLAKE2B 
edd3722a3e9d534c1802a4be6d1b3d21ce5a926803e4342620a87597d8ad5e03b0e84c83a17a95a36c3716a25197e7a32704d29813a2bccfed490ae0e019d5ce
 SHA512 
99bd491519e4e3e754e5678d293a39ed36438e19aa026263c2b3fde5cc82ffc886b35629146ed11fa93860598901e91644c6e93456d1e76ba97a21d304165e67
+DIST Nuitka-1.4.2.tar.gz 4122580 BLAKE2B 
c99f96c32325f6bbf9678b879263f4dd166ecaa9fa3a2e0d0af4366638b752142eda981b596ef6d7744ab87d77390b831b7cb30e10eb365559b6d6772445266c
 SHA512 
b6c852142d5f94183917d9605b51e0770b9ffb64a0f4273409448a443eb61003d58d96a42454d4d8eb25bacae562c19d1be2158a3e84465471e91a1bb909b9dc
 DIST Nuitka-1.4.tar.gz 4121399 BLAKE2B 
6f431ce01e5efc18cb71fffa8d4db1479adaab48f91c5943fe97d9252dd80ec6a875e0fbc480b13b38167534254a9fb589664d7d95b7e679b22e3c4ef27f5a5a
 SHA512 
cc07b8c35e75c3d34566d335e27789900095c35bf411e284c262f7a85f54ee9922b8f2aa0a75e72e2b77559f594183ea84aeba5691e600181fc706680bb55136

diff --git a/dev-python/Nuitka/Nuitka-1.4.2.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.2.ebuild
new file mode 100644
index ..3ad289dde538
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.4.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-01-29 Thread Michał Górny
commit: 13902d3d88ce915a8d4601d14a19d3758852023b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 30 06:59:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 30 06:59:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13902d3d

dev-python/Nuitka: Bump to 1.4.1

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.4.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 38fbbffdac37..5cd9d6e2475c 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
+DIST Nuitka-1.4.1.tar.gz 4122973 BLAKE2B 
edd3722a3e9d534c1802a4be6d1b3d21ce5a926803e4342620a87597d8ad5e03b0e84c83a17a95a36c3716a25197e7a32704d29813a2bccfed490ae0e019d5ce
 SHA512 
99bd491519e4e3e754e5678d293a39ed36438e19aa026263c2b3fde5cc82ffc886b35629146ed11fa93860598901e91644c6e93456d1e76ba97a21d304165e67
 DIST Nuitka-1.4.tar.gz 4121399 BLAKE2B 
6f431ce01e5efc18cb71fffa8d4db1479adaab48f91c5943fe97d9252dd80ec6a875e0fbc480b13b38167534254a9fb589664d7d95b7e679b22e3c4ef27f5a5a
 SHA512 
cc07b8c35e75c3d34566d335e27789900095c35bf411e284c262f7a85f54ee9922b8f2aa0a75e72e2b77559f594183ea84aeba5691e600181fc706680bb55136

diff --git a/dev-python/Nuitka/Nuitka-1.4.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.1.ebuild
new file mode 100644
index ..3ad289dde538
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.4.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-01-27 Thread Michał Górny
commit: b26f6bf044e8b90e4f6db94b944423d03b81902c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 27 09:04:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 27 10:51:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26f6bf0

dev-python/Nuitka: Bump to 1.4

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

 dev-python/Nuitka/Manifest  |  1 +
 dev-python/Nuitka/Nuitka-1.4.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 042360365712..dae6ce57206a 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.3.7.tar.gz 4029412 BLAKE2B 
daa123ff224d442bc5afe251cf2658945a8cf7ca2c173307da81a72cf915c7110958bb7650b9bc2d3ff98f6867530554125b37d3f1e30d5bd784f648e8da785d
 SHA512 
afff1e77bdce22ce41ca0d9824392f2319ab7b9754d26a00f6001bab09402d8f8665a921077d4e08958e4508fb922c833e4c16d25a04da6925a84a96cee0a87c
 DIST Nuitka-1.3.8.tar.gz 4030106 BLAKE2B 
5e762b2dde0d86f8dd78bee101ee3492468a628468c485d06759c2c1e6829f647e42917425806c7063c5071968a73ce24865e957db67465726d42796070c
 SHA512 
34f5b6e9f859ed194b5928bad3b6042fdccd9d798dfc0cbed9bcbb623a093ee700adbfd2887c1322703d69494a4ffae556c7cadb4b4b0178990867f3693bdd35
+DIST Nuitka-1.4.tar.gz 4121399 BLAKE2B 
6f431ce01e5efc18cb71fffa8d4db1479adaab48f91c5943fe97d9252dd80ec6a875e0fbc480b13b38167534254a9fb589664d7d95b7e679b22e3c4ef27f5a5a
 SHA512 
cc07b8c35e75c3d34566d335e27789900095c35bf411e284c262f7a85f54ee9922b8f2aa0a75e72e2b77559f594183ea84aeba5691e600181fc706680bb55136

diff --git a/dev-python/Nuitka/Nuitka-1.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.4.ebuild
new file mode 100644
index ..3ad289dde538
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-01-16 Thread Michał Górny
commit: 59488044e32738a0fb69e40a3e894a1d6e0fcd95
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 17 04:20:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 17 05:07:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59488044

dev-python/Nuitka: Bump to 1.3.8

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.3.8.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 3b4138a682b9..042360365712 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.3.7.tar.gz 4029412 BLAKE2B 
daa123ff224d442bc5afe251cf2658945a8cf7ca2c173307da81a72cf915c7110958bb7650b9bc2d3ff98f6867530554125b37d3f1e30d5bd784f648e8da785d
 SHA512 
afff1e77bdce22ce41ca0d9824392f2319ab7b9754d26a00f6001bab09402d8f8665a921077d4e08958e4508fb922c833e4c16d25a04da6925a84a96cee0a87c
+DIST Nuitka-1.3.8.tar.gz 4030106 BLAKE2B 
5e762b2dde0d86f8dd78bee101ee3492468a628468c485d06759c2c1e6829f647e42917425806c7063c5071968a73ce24865e957db67465726d42796070c
 SHA512 
34f5b6e9f859ed194b5928bad3b6042fdccd9d798dfc0cbed9bcbb623a093ee700adbfd2887c1322703d69494a4ffae556c7cadb4b4b0178990867f3693bdd35

diff --git a/dev-python/Nuitka/Nuitka-1.3.8.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.8.ebuild
new file mode 100644
index ..3ad289dde538
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.3.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-01-16 Thread Michał Górny
commit: 8580784a75a858bb46307de6d516e166564b82ff
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 17 04:19:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 17 05:07:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8580784a

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  3 --
 dev-python/Nuitka/Nuitka-1.3.4.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.3.5.ebuild | 54 ---
 dev-python/Nuitka/Nuitka-1.3.6.ebuild | 54 ---
 4 files changed, 165 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 98b798700bfb..3b4138a682b9 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,4 +1 @@
-DIST Nuitka-1.3.4.tar.gz 4028710 BLAKE2B 
5cf02644524f612cd4403147323ce0e4d121efd91d8a9da3f55e81117e088337ce9d56f801691b52236bb17bb7ffc3987e98c8d23bad1c84b4bae61fae41b5cd
 SHA512 
7c3562a264833ba2b5ed09a43d91113f59ece8a088480ac03517fe66b380d354faf465845fb7218d34f328114d8bdee92d4374651182f85f50593ce9294e8796
-DIST Nuitka-1.3.5.tar.gz 4019765 BLAKE2B 
dc169a318400e23021a2712f41c49e8d045352c2b6ab946a289d479ee3aeb887456cb0218e762ea091885ce4204d1c3d59e6d228a58b596a70387400e5f31c35
 SHA512 
edc603b3b38e68473d3002641e61d969cd1fe9626aaa45023c017b2c2ed288d61ee5e537e9b96ca53efc5e052e689df37849bb0b1da65d0b31d38152645ced25
-DIST Nuitka-1.3.6.tar.gz 4029420 BLAKE2B 
2c4f9daeb8532287e0e1ff65bcb6da77a048ea4638b74c4f7fe86bcc2d2a2746357af264bf0659ce3a582f270dda049d750050482eb65c4582387ffcd788a9f5
 SHA512 
c8ec015b9cdf2a49b5cc31103ff14d47654c7df3f003fc045a6b41df11b48597975427cc38c5f03b7b2e9f57e7838ccbc2def168943069be4bafe28a2e1c921e
 DIST Nuitka-1.3.7.tar.gz 4029412 BLAKE2B 
daa123ff224d442bc5afe251cf2658945a8cf7ca2c173307da81a72cf915c7110958bb7650b9bc2d3ff98f6867530554125b37d3f1e30d5bd784f648e8da785d
 SHA512 
afff1e77bdce22ce41ca0d9824392f2319ab7b9754d26a00f6001bab09402d8f8665a921077d4e08958e4508fb922c833e4c16d25a04da6925a84a96cee0a87c

diff --git a/dev-python/Nuitka/Nuitka-1.3.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.4.ebuild
deleted file mode 100644
index 6ba48aa72091..
--- a/dev-python/Nuitka/Nuitka-1.3.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.3.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.5.ebuild
deleted file mode 100644
index 3ad289dde538..
--- a/dev-python/Nuitka/Nuitka-1.3.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-01-11 Thread Michał Górny
commit: 39bfa17ba58f343e69d8545c912739e064237e24
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 11 20:10:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 11 20:20:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bfa17b

dev-python/Nuitka: Bump to 1.3.7

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.3.7.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 040634807a17..98b798700bfb 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.3.4.tar.gz 4028710 BLAKE2B 
5cf02644524f612cd4403147323ce0e4d121efd91d8a9da3f55e81117e088337ce9d56f801691b52236bb17bb7ffc3987e98c8d23bad1c84b4bae61fae41b5cd
 SHA512 
7c3562a264833ba2b5ed09a43d91113f59ece8a088480ac03517fe66b380d354faf465845fb7218d34f328114d8bdee92d4374651182f85f50593ce9294e8796
 DIST Nuitka-1.3.5.tar.gz 4019765 BLAKE2B 
dc169a318400e23021a2712f41c49e8d045352c2b6ab946a289d479ee3aeb887456cb0218e762ea091885ce4204d1c3d59e6d228a58b596a70387400e5f31c35
 SHA512 
edc603b3b38e68473d3002641e61d969cd1fe9626aaa45023c017b2c2ed288d61ee5e537e9b96ca53efc5e052e689df37849bb0b1da65d0b31d38152645ced25
 DIST Nuitka-1.3.6.tar.gz 4029420 BLAKE2B 
2c4f9daeb8532287e0e1ff65bcb6da77a048ea4638b74c4f7fe86bcc2d2a2746357af264bf0659ce3a582f270dda049d750050482eb65c4582387ffcd788a9f5
 SHA512 
c8ec015b9cdf2a49b5cc31103ff14d47654c7df3f003fc045a6b41df11b48597975427cc38c5f03b7b2e9f57e7838ccbc2def168943069be4bafe28a2e1c921e
+DIST Nuitka-1.3.7.tar.gz 4029412 BLAKE2B 
daa123ff224d442bc5afe251cf2658945a8cf7ca2c173307da81a72cf915c7110958bb7650b9bc2d3ff98f6867530554125b37d3f1e30d5bd784f648e8da785d
 SHA512 
afff1e77bdce22ce41ca0d9824392f2319ab7b9754d26a00f6001bab09402d8f8665a921077d4e08958e4508fb922c833e4c16d25a04da6925a84a96cee0a87c

diff --git a/dev-python/Nuitka/Nuitka-1.3.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.7.ebuild
new file mode 100644
index ..3ad289dde538
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.3.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-01-06 Thread Michał Górny
commit: 9ab0e66297f5ca859d704c6ae56c411dde288718
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  7 04:17:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  7 04:17:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab0e662

dev-python/Nuitka: Bump to 1.3.6

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.3.6.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 048ae79cf736..040634807a17 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.3.4.tar.gz 4028710 BLAKE2B 
5cf02644524f612cd4403147323ce0e4d121efd91d8a9da3f55e81117e088337ce9d56f801691b52236bb17bb7ffc3987e98c8d23bad1c84b4bae61fae41b5cd
 SHA512 
7c3562a264833ba2b5ed09a43d91113f59ece8a088480ac03517fe66b380d354faf465845fb7218d34f328114d8bdee92d4374651182f85f50593ce9294e8796
 DIST Nuitka-1.3.5.tar.gz 4019765 BLAKE2B 
dc169a318400e23021a2712f41c49e8d045352c2b6ab946a289d479ee3aeb887456cb0218e762ea091885ce4204d1c3d59e6d228a58b596a70387400e5f31c35
 SHA512 
edc603b3b38e68473d3002641e61d969cd1fe9626aaa45023c017b2c2ed288d61ee5e537e9b96ca53efc5e052e689df37849bb0b1da65d0b31d38152645ced25
+DIST Nuitka-1.3.6.tar.gz 4029420 BLAKE2B 
2c4f9daeb8532287e0e1ff65bcb6da77a048ea4638b74c4f7fe86bcc2d2a2746357af264bf0659ce3a582f270dda049d750050482eb65c4582387ffcd788a9f5
 SHA512 
c8ec015b9cdf2a49b5cc31103ff14d47654c7df3f003fc045a6b41df11b48597975427cc38c5f03b7b2e9f57e7838ccbc2def168943069be4bafe28a2e1c921e

diff --git a/dev-python/Nuitka/Nuitka-1.3.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.6.ebuild
new file mode 100644
index ..3ad289dde538
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.3.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-01-02 Thread Michał Górny
commit: 35660c91ad1f87cf3dcf1146d279f267fd4b2de5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  2 14:33:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  2 14:54:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35660c91

dev-python/Nuitka: Remove old

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

 dev-python/Nuitka/Manifest|  5 
 dev-python/Nuitka/Nuitka-1.2.6.ebuild | 55 ---
 dev-python/Nuitka/Nuitka-1.2.7.ebuild | 54 --
 dev-python/Nuitka/Nuitka-1.3.1.ebuild | 54 --
 dev-python/Nuitka/Nuitka-1.3.2.ebuild | 54 --
 dev-python/Nuitka/Nuitka-1.3.3.ebuild | 54 --
 6 files changed, 276 deletions(-)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 04498c8c4155..18e0bb2fddf9 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,6 +1 @@
-DIST Nuitka-1.2.6.tar.gz 3959091 BLAKE2B 
b326409f49d722bcac7df3e2c5caae7fb9ccf2b2991d2cf003a4db7bd268af95b7423da3b69b93b45c2aa1e3461faac90872b01f2d2277c5e9f7c71bedb0df56
 SHA512 
b12f694f8ac26213fd1242c66c2a37be1940bafef8a4949f0e401f056a1f72a010d1df237a828317ed0c88530206c31e617f03e4bccf6c934b967f8ddaef330f
-DIST Nuitka-1.2.7.tar.gz 3960368 BLAKE2B 
582ad7f7a96577fd87a4f9fe083d90f532f2ddd7824b4105d258551b559d9390fba428b80223c6ca4d00eda451cc21a63449c7370a3e43d4b7f9a28fc6bba4c9
 SHA512 
37a3c29614102dc80f916ac483a6e87322b7a3b9cf25355bdf2f29d84e33300640607fcb7fdc6a338431bc890b4337512c43368e47a2d69c7254b7b7794bb35b
-DIST Nuitka-1.3.1.tar.gz 4028497 BLAKE2B 
877413970a1e169abe8b9770d927d2e9a33bcd775466adc7287fdcc8f69d412fae249ea96a16aca4166d655f1a016852e06018f55c0b62afe4b53c5b1c540870
 SHA512 
09f8ff13f14af20ee2fa8b80714ff52a3bc2a36658113e122ba383f34e9ca8c27af42b14cb06477e3a2ed2e5dfa60e10295c4f96a209db699719c456518c464d
-DIST Nuitka-1.3.2.tar.gz 4019850 BLAKE2B 
fce2015b1af9e0b93b777982c772aaa903145bc55a5effb68ba581a31f63e34280aace47df8292d2125725dee02c55c1d54580a08d2d8d3a775459edb9807837
 SHA512 
5a1713757a6b1347320accc717a01b2abfb3b815683880845fb35ec92e7c94bd7e011a83bd16ed1ba28d14f4128945bdd89d39b89fe8dc7a59c69e9f127bc4b6
-DIST Nuitka-1.3.3.tar.gz 4028744 BLAKE2B 
864f69dd62e12ef29cc9418ff2bfd646b07ac298458fb97efa4177d1e974dc8bff435637eb61dde6e6f67e38aa22dad3b7d024b4b880379928012a143956f181
 SHA512 
3c59456e4da524a0a9f66d0c3f8ed0221264ca342ba9a9a8d07a4975f3ba14e875e762fe16ff5960dbe4b2c77391636d98e245be9c00e260f2bcd1d177edab67
 DIST Nuitka-1.3.4.tar.gz 4028710 BLAKE2B 
5cf02644524f612cd4403147323ce0e4d121efd91d8a9da3f55e81117e088337ce9d56f801691b52236bb17bb7ffc3987e98c8d23bad1c84b4bae61fae41b5cd
 SHA512 
7c3562a264833ba2b5ed09a43d91113f59ece8a088480ac03517fe66b380d354faf465845fb7218d34f328114d8bdee92d4374651182f85f50593ce9294e8796

diff --git a/dev-python/Nuitka/Nuitka-1.2.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.2.6.ebuild
deleted file mode 100644
index 5072e727e4eb..
--- a/dev-python/Nuitka/Nuitka-1.2.6.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-   https://www.nuitka.net/
-   https://github.com/Nuitka/Nuitka/
-   https://pypi.org/project/Nuitka/
-"
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
-S=${WORKDIR}/${P^}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~loong ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/scons[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( dev-util/ccache )
-"
-
-DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
-
-distutils-r1_src_prepare() {
-   # remove vendored version of SCons that is Python2 only
-   # this should be removed when upstream removes support for Python2
-   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
-   eapply_user
-}
-
-python_install() {
-   distutils-r1_python_install
-   doman doc/nuitka3.1 doc/nuitka3-run.1
-}
-
-python_test() {
-   append-ldflags -Wl,--no-warn-search-mismatch
-   ./tests/basics/run_all.py search || die
-}
-
-pkg_postinst() {
-   optfeature "support for stand-alone executables" app-admin/chrpath
-}

diff --git a/dev-python/Nuitka/Nuitka-1.2.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.2.7.ebuild
deleted file mode 100644
index c815260c5eb9..
--- a/dev-python/Nuitka/Nuitka-1.2.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 flag-o-matic optfeature
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="
-  

[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2023-01-02 Thread Michał Górny
commit: 25085f9ab7330acdb4130d0b80dce046ea3b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  2 14:33:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  2 14:54:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25085f9a

dev-python/Nuitka: Bump to 1.3.5

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.3.5.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 18e0bb2fddf9..048ae79cf736 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1 +1,2 @@
 DIST Nuitka-1.3.4.tar.gz 4028710 BLAKE2B 
5cf02644524f612cd4403147323ce0e4d121efd91d8a9da3f55e81117e088337ce9d56f801691b52236bb17bb7ffc3987e98c8d23bad1c84b4bae61fae41b5cd
 SHA512 
7c3562a264833ba2b5ed09a43d91113f59ece8a088480ac03517fe66b380d354faf465845fb7218d34f328114d8bdee92d4374651182f85f50593ce9294e8796
+DIST Nuitka-1.3.5.tar.gz 4019765 BLAKE2B 
dc169a318400e23021a2712f41c49e8d045352c2b6ab946a289d479ee3aeb887456cb0218e762ea091885ce4204d1c3d59e6d228a58b596a70387400e5f31c35
 SHA512 
edc603b3b38e68473d3002641e61d969cd1fe9626aaa45023c017b2c2ed288d61ee5e537e9b96ca53efc5e052e689df37849bb0b1da65d0b31d38152645ced25

diff --git a/dev-python/Nuitka/Nuitka-1.3.5.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.5.ebuild
new file mode 100644
index ..3ad289dde538
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.3.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2022-12-28 Thread Michał Górny
commit: 55b73777f85aaa4804bd0eb888cd61f630133954
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 29 05:00:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 29 05:00:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b73777

dev-python/Nuitka: Bump to 1.3.4

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.3.4.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index 8eec4dab1d2f..04498c8c4155 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -3,3 +3,4 @@ DIST Nuitka-1.2.7.tar.gz 3960368 BLAKE2B 
582ad7f7a96577fd87a4f9fe083d90f532f2ddd
 DIST Nuitka-1.3.1.tar.gz 4028497 BLAKE2B 
877413970a1e169abe8b9770d927d2e9a33bcd775466adc7287fdcc8f69d412fae249ea96a16aca4166d655f1a016852e06018f55c0b62afe4b53c5b1c540870
 SHA512 
09f8ff13f14af20ee2fa8b80714ff52a3bc2a36658113e122ba383f34e9ca8c27af42b14cb06477e3a2ed2e5dfa60e10295c4f96a209db699719c456518c464d
 DIST Nuitka-1.3.2.tar.gz 4019850 BLAKE2B 
fce2015b1af9e0b93b777982c772aaa903145bc55a5effb68ba581a31f63e34280aace47df8292d2125725dee02c55c1d54580a08d2d8d3a775459edb9807837
 SHA512 
5a1713757a6b1347320accc717a01b2abfb3b815683880845fb35ec92e7c94bd7e011a83bd16ed1ba28d14f4128945bdd89d39b89fe8dc7a59c69e9f127bc4b6
 DIST Nuitka-1.3.3.tar.gz 4028744 BLAKE2B 
864f69dd62e12ef29cc9418ff2bfd646b07ac298458fb97efa4177d1e974dc8bff435637eb61dde6e6f67e38aa22dad3b7d024b4b880379928012a143956f181
 SHA512 
3c59456e4da524a0a9f66d0c3f8ed0221264ca342ba9a9a8d07a4975f3ba14e875e762fe16ff5960dbe4b2c77391636d98e245be9c00e260f2bcd1d177edab67
+DIST Nuitka-1.3.4.tar.gz 4028710 BLAKE2B 
5cf02644524f612cd4403147323ce0e4d121efd91d8a9da3f55e81117e088337ce9d56f801691b52236bb17bb7ffc3987e98c8d23bad1c84b4bae61fae41b5cd
 SHA512 
7c3562a264833ba2b5ed09a43d91113f59ece8a088480ac03517fe66b380d354faf465845fb7218d34f328114d8bdee92d4374651182f85f50593ce9294e8796

diff --git a/dev-python/Nuitka/Nuitka-1.3.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.4.ebuild
new file mode 100644
index ..6ba48aa72091
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.3.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2022-12-27 Thread Michał Górny
commit: 030a0dfc7d440b224eca52f479e90c1ef933c558
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 27 07:57:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 27 08:36:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030a0dfc

dev-python/Nuitka: Bump to 1.3.3

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.3.3.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index f19b7dedec97..8eec4dab1d2f 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -2,3 +2,4 @@ DIST Nuitka-1.2.6.tar.gz 3959091 BLAKE2B 
b326409f49d722bcac7df3e2c5caae7fb9ccf2b
 DIST Nuitka-1.2.7.tar.gz 3960368 BLAKE2B 
582ad7f7a96577fd87a4f9fe083d90f532f2ddd7824b4105d258551b559d9390fba428b80223c6ca4d00eda451cc21a63449c7370a3e43d4b7f9a28fc6bba4c9
 SHA512 
37a3c29614102dc80f916ac483a6e87322b7a3b9cf25355bdf2f29d84e33300640607fcb7fdc6a338431bc890b4337512c43368e47a2d69c7254b7b7794bb35b
 DIST Nuitka-1.3.1.tar.gz 4028497 BLAKE2B 
877413970a1e169abe8b9770d927d2e9a33bcd775466adc7287fdcc8f69d412fae249ea96a16aca4166d655f1a016852e06018f55c0b62afe4b53c5b1c540870
 SHA512 
09f8ff13f14af20ee2fa8b80714ff52a3bc2a36658113e122ba383f34e9ca8c27af42b14cb06477e3a2ed2e5dfa60e10295c4f96a209db699719c456518c464d
 DIST Nuitka-1.3.2.tar.gz 4019850 BLAKE2B 
fce2015b1af9e0b93b777982c772aaa903145bc55a5effb68ba581a31f63e34280aace47df8292d2125725dee02c55c1d54580a08d2d8d3a775459edb9807837
 SHA512 
5a1713757a6b1347320accc717a01b2abfb3b815683880845fb35ec92e7c94bd7e011a83bd16ed1ba28d14f4128945bdd89d39b89fe8dc7a59c69e9f127bc4b6
+DIST Nuitka-1.3.3.tar.gz 4028744 BLAKE2B 
864f69dd62e12ef29cc9418ff2bfd646b07ac298458fb97efa4177d1e974dc8bff435637eb61dde6e6f67e38aa22dad3b7d024b4b880379928012a143956f181
 SHA512 
3c59456e4da524a0a9f66d0c3f8ed0221264ca342ba9a9a8d07a4975f3ba14e875e762fe16ff5960dbe4b2c77391636d98e245be9c00e260f2bcd1d177edab67

diff --git a/dev-python/Nuitka/Nuitka-1.3.3.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.3.ebuild
new file mode 100644
index ..6ba48aa72091
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.3.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2022-12-23 Thread Michał Górny
commit: 6b9ad4857869dc478ae4ec4a39b406fcd2aa81a2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 24 07:30:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 24 07:41:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9ad485

dev-python/Nuitka: Bump to 1.3.2

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.3.2.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index f048be1aea42..f19b7dedec97 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-1.2.6.tar.gz 3959091 BLAKE2B 
b326409f49d722bcac7df3e2c5caae7fb9ccf2b2991d2cf003a4db7bd268af95b7423da3b69b93b45c2aa1e3461faac90872b01f2d2277c5e9f7c71bedb0df56
 SHA512 
b12f694f8ac26213fd1242c66c2a37be1940bafef8a4949f0e401f056a1f72a010d1df237a828317ed0c88530206c31e617f03e4bccf6c934b967f8ddaef330f
 DIST Nuitka-1.2.7.tar.gz 3960368 BLAKE2B 
582ad7f7a96577fd87a4f9fe083d90f532f2ddd7824b4105d258551b559d9390fba428b80223c6ca4d00eda451cc21a63449c7370a3e43d4b7f9a28fc6bba4c9
 SHA512 
37a3c29614102dc80f916ac483a6e87322b7a3b9cf25355bdf2f29d84e33300640607fcb7fdc6a338431bc890b4337512c43368e47a2d69c7254b7b7794bb35b
 DIST Nuitka-1.3.1.tar.gz 4028497 BLAKE2B 
877413970a1e169abe8b9770d927d2e9a33bcd775466adc7287fdcc8f69d412fae249ea96a16aca4166d655f1a016852e06018f55c0b62afe4b53c5b1c540870
 SHA512 
09f8ff13f14af20ee2fa8b80714ff52a3bc2a36658113e122ba383f34e9ca8c27af42b14cb06477e3a2ed2e5dfa60e10295c4f96a209db699719c456518c464d
+DIST Nuitka-1.3.2.tar.gz 4019850 BLAKE2B 
fce2015b1af9e0b93b777982c772aaa903145bc55a5effb68ba581a31f63e34280aace47df8292d2125725dee02c55c1d54580a08d2d8d3a775459edb9807837
 SHA512 
5a1713757a6b1347320accc717a01b2abfb3b815683880845fb35ec92e7c94bd7e011a83bd16ed1ba28d14f4128945bdd89d39b89fe8dc7a59c69e9f127bc4b6

diff --git a/dev-python/Nuitka/Nuitka-1.3.2.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.2.ebuild
new file mode 100644
index ..6ba48aa72091
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.3.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/, profiles/updates/, dev-python/Nuitka/

2022-12-23 Thread Michał Górny
commit: 30dc46084bf28603c089ca676d42819e8c96def3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 23 10:35:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 23 11:24:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30dc4608

Move dev-python/{nuitka → Nuitka}

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

 dev-python/{nuitka => Nuitka}/Manifest| 0
 dev-python/{nuitka/nuitka-1.2.6.ebuild => Nuitka/Nuitka-1.2.6.ebuild} | 0
 dev-python/{nuitka/nuitka-1.2.7.ebuild => Nuitka/Nuitka-1.2.7.ebuild} | 0
 dev-python/{nuitka => Nuitka}/metadata.xml| 0
 profiles/updates/4Q-2022  | 1 +
 5 files changed, 1 insertion(+)

diff --git a/dev-python/nuitka/Manifest b/dev-python/Nuitka/Manifest
similarity index 100%
rename from dev-python/nuitka/Manifest
rename to dev-python/Nuitka/Manifest

diff --git a/dev-python/nuitka/nuitka-1.2.6.ebuild 
b/dev-python/Nuitka/Nuitka-1.2.6.ebuild
similarity index 100%
rename from dev-python/nuitka/nuitka-1.2.6.ebuild
rename to dev-python/Nuitka/Nuitka-1.2.6.ebuild

diff --git a/dev-python/nuitka/nuitka-1.2.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.2.7.ebuild
similarity index 100%
rename from dev-python/nuitka/nuitka-1.2.7.ebuild
rename to dev-python/Nuitka/Nuitka-1.2.7.ebuild

diff --git a/dev-python/nuitka/metadata.xml b/dev-python/Nuitka/metadata.xml
similarity index 100%
rename from dev-python/nuitka/metadata.xml
rename to dev-python/Nuitka/metadata.xml

diff --git a/profiles/updates/4Q-2022 b/profiles/updates/4Q-2022
index 712b6372169c..174fcfb44c9c 100644
--- a/profiles/updates/4Q-2022
+++ b/profiles/updates/4Q-2022
@@ -13,3 +13,4 @@ move dev-python/miniupnpc dev-python/python-miniupnpc
 move virtual/awk app-alternatives/awk
 move virtual/yacc app-alternatives/yacc
 slotmove sys-devel/autoconf-dickey 2.52_p20210509 2.52
+move dev-python/nuitka dev-python/Nuitka



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2022-12-23 Thread Michał Górny
commit: 2e8b331856151c296fca675a2f5b32cfc26309e8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 23 10:40:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 23 11:24:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8b3318

dev-python/Nuitka: Remove redundant ${P} transformation

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

 dev-python/Nuitka/Nuitka-1.2.7.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/Nuitka/Nuitka-1.2.7.ebuild 
b/dev-python/Nuitka/Nuitka-1.2.7.ebuild
index 5072e727e4eb..c815260c5eb9 100644
--- a/dev-python/Nuitka/Nuitka-1.2.7.ebuild
+++ b/dev-python/Nuitka/Nuitka-1.2.7.ebuild
@@ -14,8 +14,7 @@ HOMEPAGE="
https://github.com/Nuitka/Nuitka/
https://pypi.org/project/Nuitka/
 "
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
-S=${WORKDIR}/${P^}
+SRC_URI="https://nuitka.net/releases/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/

2022-12-23 Thread Michał Górny
commit: cddc777ab09a570523ab5433429f875787f1e3e4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 23 10:46:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 23 11:24:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddc777a

dev-python/Nuitka: Bump to 1.3.1

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

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.3.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index e7f1b2b16b27..f048be1aea42 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -1,2 +1,3 @@
 DIST Nuitka-1.2.6.tar.gz 3959091 BLAKE2B 
b326409f49d722bcac7df3e2c5caae7fb9ccf2b2991d2cf003a4db7bd268af95b7423da3b69b93b45c2aa1e3461faac90872b01f2d2277c5e9f7c71bedb0df56
 SHA512 
b12f694f8ac26213fd1242c66c2a37be1940bafef8a4949f0e401f056a1f72a010d1df237a828317ed0c88530206c31e617f03e4bccf6c934b967f8ddaef330f
 DIST Nuitka-1.2.7.tar.gz 3960368 BLAKE2B 
582ad7f7a96577fd87a4f9fe083d90f532f2ddd7824b4105d258551b559d9390fba428b80223c6ca4d00eda451cc21a63449c7370a3e43d4b7f9a28fc6bba4c9
 SHA512 
37a3c29614102dc80f916ac483a6e87322b7a3b9cf25355bdf2f29d84e33300640607fcb7fdc6a338431bc890b4337512c43368e47a2d69c7254b7b7794bb35b
+DIST Nuitka-1.3.1.tar.gz 4028497 BLAKE2B 
877413970a1e169abe8b9770d927d2e9a33bcd775466adc7287fdcc8f69d412fae249ea96a16aca4166d655f1a016852e06018f55c0b62afe4b53c5b1c540870
 SHA512 
09f8ff13f14af20ee2fa8b80714ff52a3bc2a36658113e122ba383f34e9ca8c27af42b14cb06477e3a2ed2e5dfa60e10295c4f96a209db699719c456518c464d

diff --git a/dev-python/Nuitka/Nuitka-1.3.1.ebuild 
b/dev-python/Nuitka/Nuitka-1.3.1.ebuild
new file mode 100644
index ..6ba48aa72091
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.3.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
+
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/

2022-12-23 Thread Michał Górny
commit: cab433d27bd647775d6bb508bcc1a08641731d26
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 23 10:35:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 23 11:24:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab433d2

dev-python/nuitka: Stop abusing ${PN}

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

 dev-python/nuitka/nuitka-1.2.6.ebuild | 2 +-
 dev-python/nuitka/nuitka-1.2.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nuitka/nuitka-1.2.6.ebuild 
b/dev-python/nuitka/nuitka-1.2.6.ebuild
index b55f0385d58a..5072e727e4eb 100644
--- a/dev-python/nuitka/nuitka-1.2.6.ebuild
+++ b/dev-python/nuitka/nuitka-1.2.6.ebuild
@@ -36,7 +36,7 @@ DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
 distutils-r1_src_prepare() {
# remove vendored version of SCons that is Python2 only
# this should be removed when upstream removes support for Python2
-   rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
eapply_user
 }
 

diff --git a/dev-python/nuitka/nuitka-1.2.7.ebuild 
b/dev-python/nuitka/nuitka-1.2.7.ebuild
index b55f0385d58a..5072e727e4eb 100644
--- a/dev-python/nuitka/nuitka-1.2.7.ebuild
+++ b/dev-python/nuitka/nuitka-1.2.7.ebuild
@@ -36,7 +36,7 @@ DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
 distutils-r1_src_prepare() {
# remove vendored version of SCons that is Python2 only
# this should be removed when upstream removes support for Python2
-   rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
eapply_user
 }
 



  1   2   3   >