commit:     f9e26fafc29e4b26c857aa20155feacf82480757
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 07:39:11 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 08:38:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e26faf

dev-python/nuitka: Remove old

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

 dev-python/nuitka/Manifest            |  3 --
 dev-python/nuitka/nuitka-1.1.5.ebuild | 55 -----------------------------------
 dev-python/nuitka/nuitka-1.1.6.ebuild | 55 -----------------------------------
 dev-python/nuitka/nuitka-1.1.7.ebuild | 55 -----------------------------------
 4 files changed, 168 deletions(-)

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index 737ef33e22b5..810641455669 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1,4 +1 @@
-DIST Nuitka-1.1.5.tar.gz 3920916 BLAKE2B 
7352009df91e39c63073e8230065af990c86d07cf51752ceaf234e4e8b5814d085ee7423440dc5bb8ca63341f7e1eccdbd41631711ebcfac481bcb3645c011f2
 SHA512 
ef88b98341cb930529d6e31bb487cf3bb8c217dd9b8a8b50c8e5b147f0b4879a17f2d6c7621a056ad3f1ffd15ac88781445bc0dc8dc164a38aea83b43a6bf3c7
-DIST Nuitka-1.1.6.tar.gz 3923364 BLAKE2B 
680496486121ff17bb8bded93ea3be79c65cc7d1eb8352a29699e3f0c9f6cec75c83f1018b58f837dc181668cb3d5f7574f8c6ded80d9727c396d5caad2896a2
 SHA512 
8bdf4ed2bf15ff0d5ab88f3df151c219822a718d7c5244075ffef1822467861030875fa508eb861825fab030232f041f0baf7e719eba0f82ae1d9ace224eb749
-DIST Nuitka-1.1.7.tar.gz 3929202 BLAKE2B 
06576f89b1abb0f062b621c5889cb78f6e0b18c9a8c9ca436ddba33c42d61ca8c1c0bed8f439f3d03e69da24b49c4175c97248ef5563d770a7fb3d4cd7592995
 SHA512 
6bf3d285e041a5aadd31057b35ecb3b4b9046390a86755b10e97fae7b6aa147c4271c4f1c6cbf98e3d48f37fac98e19c94a053b0d31fa17a4f34d80a1b844c36
 DIST Nuitka-1.1.8.tar.gz 3931273 BLAKE2B 
19425e5394f02f4e5dab612e17f80de27569a0d364aaf8597c7bf63f0aa271c3f8cfa987c12b1ae09c5449775b6e4e61aa4d733d0ed81231c4df6ef955dc030e
 SHA512 
f1e594499cd9fcd03873646c41b66a4d89980f408412dcd58db45b3c48238503d03ef25a1b230cfa99960df69f2564b74b02c446e0431dd72634ce277347a551

diff --git a/dev-python/nuitka/nuitka-1.1.5.ebuild 
b/dev-python/nuitka/nuitka-1.1.5.ebuild
deleted file mode 100644
index b55f0385d58a..000000000000
--- a/dev-python/nuitka/nuitka-1.1.5.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 "${PN}/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.1.6.ebuild 
b/dev-python/nuitka/nuitka-1.1.6.ebuild
deleted file mode 100644
index b55f0385d58a..000000000000
--- a/dev-python/nuitka/nuitka-1.1.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 "${PN}/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.1.7.ebuild 
b/dev-python/nuitka/nuitka-1.1.7.ebuild
deleted file mode 100644
index b55f0385d58a..000000000000
--- a/dev-python/nuitka/nuitka-1.1.7.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 "${PN}/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
-}

Reply via email to