diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-02-15 03:30:45 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-02-15 03:30:45 +0100 |
| commit | ed1f22d36b7e4c0097c17f5cb5adbc84e7add6f5 (patch) | |
| tree | 4276a3af6fc9f2f1cc231b1450f4e348399a7c61 /dev-python | |
| parent | ec68b6d06ea698e7a74c53412981ca9a2e3c21cd (diff) | |
| download | gentoo-ed1f22d36b7e4c0097c17f5cb5adbc84e7add6f5.tar.gz gentoo-ed1f22d36b7e4c0097c17f5cb5adbc84e7add6f5.tar.bz2 gentoo-ed1f22d36b7e4c0097c17f5cb5adbc84e7add6f5.zip | |
dev-python/nuitka: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/nuitka/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/nuitka/nuitka-2.8.10.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest index 1df94267a527..a979e7975724 100644 --- a/dev-python/nuitka/Manifest +++ b/dev-python/nuitka/Manifest @@ -1,2 +1 @@ -DIST nuitka-2.8.10.tar.gz 4331977 BLAKE2B 87ebbcd2e183e84c535f051d5de886108861312db08619c243d10dc6f9dcd88f9f7d7909a8710d13f8855a824a1650c31c9ddf9386371f918d1051e4a4f9c216 SHA512 f3616336b0c293f6279eec81323aacc54fc1ae0bc6fffefaa3e732f580de34bfa6079fcdea039cdc9aa23afea9a3e10773ad6fe3820923674aa062ef11343cba DIST nuitka-4.0.tar.gz 4410008 BLAKE2B 2359e1c48a83b3f0461dc4da1abe34a861fcee1c5a2987a2d32a72bb19b3c8868bfb79f7cf69f0aef351e061af80dd0874f338aa601a751b243f998115272f2c SHA512 ed9e25fa3d81ebe8f0fec104154b8d59853ad898c94b4e49056fda111ccf9bb1c701fa13e9757ac7dc26858d16637ba3ac12065322cddc9f0f3506b25d120f5c diff --git a/dev-python/nuitka/nuitka-2.8.10.ebuild b/dev-python/nuitka/nuitka-2.8.10.ebuild deleted file mode 100644 index 395b0323c88f..000000000000 --- a/dev-python/nuitka/nuitka-2.8.10.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=${PN^} -PYTHON_COMPAT=( python3_{11..13} ) - -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}] - >=dev-python/ordered-set-4.1.0[${PYTHON_USEDEP}] - >=dev-python/zstandard-0.15[${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 -} |
