public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/
Date: Tue, 17 Jan 2023 05:08:06 +0000 (UTC)	[thread overview]
Message-ID: <1673932063.8580784a75a858bb46307de6d516e166564b82ff.mgorny@gentoo> (raw)

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

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.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..000000000000
--- 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..000000000000
--- 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 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.6.ebuild b/dev-python/Nuitka/Nuitka-1.3.6.ebuild
deleted file mode 100644
index 3ad289dde538..000000000000
--- a/dev-python/Nuitka/Nuitka-1.3.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
-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
-}


             reply	other threads:[~2023-01-17  5:08 UTC|newest]

Thread overview: 235+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-17  5:08 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 12:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/ Michał Górny
2024-09-17 12:13 Michał Górny
2024-08-27  7:39 Michał Górny
2024-08-27  7:39 Michał Górny
2024-08-16 19:19 Michał Górny
2024-08-01  1:24 Michał Górny
2024-08-01  1:24 Michał Górny
2024-07-30  2:24 Michał Górny
2024-07-24 12:46 Michał Górny
2024-07-22  1:20 Michał Górny
2024-07-22  1:20 Michał Górny
2024-07-21  2:31 Michał Górny
2024-07-03  3:44 Michał Górny
2024-06-27  2:53 Michał Górny
2024-06-27  2:53 Michał Górny
2024-06-21  1:46 Michał Górny
2024-06-19 13:14 Michał Górny
2024-06-16  5:07 Michał Górny
2024-06-16  5:07 Michał Górny
2024-06-12 17:24 Michał Górny
2024-06-12  4:57 Michał Górny
2024-06-10  1:31 Michał Górny
2024-06-09  2:57 Michał Górny
2024-05-31 15:21 Michał Górny
2024-05-17  6:25 Michał Górny
2024-05-17  6:25 Michał Górny
2024-05-15  1:40 Michał Górny
2024-05-06  3:57 Michał Górny
2024-05-06  3:57 Michał Górny
2024-05-01  4:06 Michał Górny
2024-05-01  4:06 Michał Górny
2024-04-20  4:29 Michał Górny
2024-04-06 15:01 Michał Górny
2024-04-06 15:01 Michał Górny
2024-03-29  4:59 Michał Górny
2024-03-22 14:05 Michał Górny
2024-03-22 14:05 Michał Górny
2024-03-14 11:44 Michał Górny
2024-03-12  5:13 Michał Górny
2024-03-04 16:26 Michał Górny
2024-03-04 16:26 Michał Górny
2024-03-02 19:47 Michał Górny
2024-02-27  6:18 Michał Górny
2024-02-26  4:16 Michał Górny
2024-02-19  3:58 Michał Górny
2024-02-14 20:34 Michał Górny
2024-02-09 18:45 Arthur Zamarin
2024-02-03  7:22 Michał Górny
2024-02-03  7:22 Michał Górny
2024-01-26 16:27 Michał Górny
2024-01-08  3:47 Michał Górny
2023-12-31 17:21 Michał Górny
2023-12-30 18:30 Michał Górny
2023-12-15  8:59 Michał Górny
2023-12-11  4:14 Michał Górny
2023-12-02  7:09 Michał Górny
2023-11-28  5:26 Michał Górny
2023-11-28  5:26 Michał Górny
2023-11-24 13:42 Michał Górny
2023-11-23  4:19 Michał Górny
2023-11-11 20:23 Michał Górny
2023-10-30 18:09 Michał Górny
2023-10-30 18:09 Michał Górny
2023-10-09 13:59 Michał Górny
2023-09-29 19:13 Arthur Zamarin
2023-09-19 12:42 Michał Górny
2023-09-12  5:07 Michał Górny
2023-09-02  2:58 Michał Górny
2023-08-14 14:55 Michał Górny
2023-08-14 14:55 Michał Górny
2023-08-05  5:10 Michał Górny
2023-08-03  6:09 Michał Górny
2023-07-27 15:57 Michał Górny
2023-07-24 10:49 Michał Górny
2023-07-24  3:33 Michał Górny
2023-07-15  3:04 Michał Górny
2023-07-15  3:04 Michał Górny
2023-07-12  4:04 Michał Górny
2023-07-10  2:36 Michał Górny
2023-07-09  3:26 Michał Górny
2023-07-06  3:31 Michał Górny
2023-07-05  7:58 Michał Górny
2023-06-29  5:12 Michał Górny
2023-06-25 15:36 Michał Górny
2023-06-25 15:36 Michał Górny
2023-06-21  4:14 Michał Górny
2023-06-10 14:44 Michał Górny
2023-06-10  4:40 Michał Górny
2023-06-07  5:09 Michał Górny
2023-05-31  6:33 Michał Górny
2023-05-18 14:11 Michał Górny
2023-04-26  5:36 Michał Górny
2023-04-13  6:04 Michał Górny
2023-04-08  6:08 Michał Górny
2023-04-06  3:07 Michał Górny
2023-03-26 18:02 Michał Górny
2023-03-17 13:33 Michał Górny
2023-03-15 18:34 Arthur Zamarin
2023-03-15 18:34 Arthur Zamarin
2023-03-12 14:04 Michał Górny
2023-02-21 19:15 Michał Górny
2023-02-14  4:57 Michał Górny
2023-02-13  6:05 Michał Górny
2023-02-13  6:05 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-11  7:27 Michał Górny
2023-02-08 17:36 Michał Górny
2023-02-05 17:07 Michał Górny
2023-01-31 19:09 Arthur Zamarin
2023-01-30  7:15 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-17  5:08 Michał Górny
2023-01-11 20:34 Michał Górny
2023-01-07  4:54 Michał Górny
2023-01-02 14:54 Michał Górny
2023-01-02 14:54 Michał Górny
2022-12-29  5:22 Michał Górny
2022-12-27  8:36 Michał Górny
2022-12-24  7:41 Michał Górny
2022-12-23 11:25 Michał Górny
2022-12-23 11:25 Michał Górny
2022-12-23 11:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/ Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-08 16:57 Michał Górny
2022-12-04  7:45 Michał Górny
2022-12-04  7:45 Michał Górny
2022-11-26 18:59 Arthur Zamarin
2022-11-26 18:59 Arthur Zamarin
2022-11-21 13:24 Michał Górny
2022-11-17  6:15 Michał Górny
2022-11-15  7:27 Michał Górny
2022-11-09  8:38 Michał Górny
2022-11-04 18:06 Arthur Zamarin
2022-10-28  7:09 Michał Górny
2022-10-21  7:48 Michał Górny
2022-10-21  7:48 Michał Górny
2022-10-14 16:22 Arthur Zamarin
2022-10-13 18:15 Michał Górny
2022-10-13 18:15 Michał Górny
2022-10-10  7:43 Arthur Zamarin
2022-10-05  5:20 Arthur Zamarin
2022-10-02 18:54 Arthur Zamarin
2022-09-30  8:22 Arthur Zamarin
2022-09-26 11:21 Michał Górny
2022-09-25 11:03 Michał Górny
2022-09-23 20:06 Arthur Zamarin
2022-09-23 20:06 Arthur Zamarin
2022-08-27 18:28 Arthur Zamarin
2022-08-21 17:41 Arthur Zamarin
2022-08-11  9:59 Michał Górny
2022-08-08 19:18 Arthur Zamarin
2022-08-08 19:18 Arthur Zamarin
2022-08-04 18:11 Arthur Zamarin
2022-07-30 19:19 Arthur Zamarin
2022-07-18  7:54 Michał Górny
2022-07-18  7:54 Michał Górny
2022-07-17  7:22 Michał Górny
2022-07-08  8:09 Arthur Zamarin
2022-07-03 19:14 Arthur Zamarin
2022-06-30 17:09 Arthur Zamarin
2022-06-29 17:08 Arthur Zamarin
2022-06-23 19:28 Arthur Zamarin
2022-06-16  8:06 Michał Górny
2022-06-08  5:35 Michał Górny
2022-05-30  7:22 Michał Górny
2022-05-27  6:10 Michał Górny
2022-05-24  6:16 Michał Górny
2022-05-21  6:47 Michał Górny
2022-05-16 13:24 Michał Górny
2022-04-03 21:54 Michał Górny
2022-03-20  9:26 Michał Górny
2022-03-14 21:00 Arthur Zamarin
2022-03-14 17:04 Michał Górny
2022-03-09 20:06 Arthur Zamarin
2022-03-09 20:06 Arthur Zamarin
2022-02-28  8:28 Michał Górny
2022-02-25 23:41 Michał Górny
2022-02-20 14:03 Michał Górny
2022-02-13 23:13 Michał Górny
2022-02-03 20:39 Arthur Zamarin
2022-02-02 23:21 Michał Górny
2022-02-02 23:21 Michał Górny
2022-01-20 14:29 Arthur Zamarin
2022-01-16 18:53 Arthur Zamarin
2022-01-16  9:37 Michał Górny
2022-01-16  9:37 Michał Górny
2022-01-12  8:36 Michał Górny
2022-01-10  5:10 Michał Górny
2021-12-30 22:07 Michał Górny
2021-12-21 20:35 Michał Górny
2021-12-16 21:05 Michał Górny
2021-12-16  8:46 Michał Górny
2021-12-09 20:43 Arthur Zamarin
2021-12-06 23:07 Michał Górny
2021-12-02 23:13 Michał Górny
2021-11-15 22:36 Michał Górny
2021-11-14  8:52 Michał Górny
2021-11-10  7:32 Michał Górny
2021-10-29 19:37 Michał Górny
2021-10-25  5:58 Michał Górny
2021-10-17  9:07 Michał Górny
2021-10-14 21:13 Michał Górny
2021-10-06  7:46 Michał Górny
2021-09-29 21:59 Michał Górny
2021-09-27 22:16 Michał Górny
2021-08-26  7:58 Michał Górny
2021-08-26  7:58 Michał Górny
2021-08-10  5:57 Michał Górny
2021-07-02 22:26 Michał Górny
2021-06-24 21:17 Michał Górny
2021-06-07 12:20 Michał Górny
2021-06-02 23:14 Michał Górny
2021-05-25  5:13 Michał Górny
2021-05-25  5:13 Michał Górny
2021-05-23 11:36 Michał Górny
2021-01-24 13:30 Sam James
2021-01-24 13:30 Sam James
2021-01-24 13:30 Sam James
2020-11-09 20:30 Patrice Clement
2020-10-10  7:22 Joonas Niilola
2020-06-24 14:29 Joonas Niilola
2020-06-24 14:29 Joonas Niilola
2020-06-24 14:29 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-04-21 12:45 Joonas Niilola
2020-03-28 11:21 Michał Górny
2020-01-28 15:03 Joonas Niilola
2020-01-28 15:03 Joonas Niilola
2019-08-04 12:06 Joonas Niilola
2019-07-05 15:00 Michał Górny
2019-03-10 22:38 Patrice Clement
2019-01-21 22:51 Patrice Clement
2018-10-22 20:03 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1673932063.8580784a75a858bb46307de6d516e166564b82ff.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox