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: Sat, 8 Apr 2023 06:08:05 +0000 (UTC) [thread overview]
Message-ID: <1680934069.6bd661dd00cdde675b10decc048e4b4b83652b9b.mgorny@gentoo> (raw)
commit: 6bd661dd00cdde675b10decc048e4b4b83652b9b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 06:02:05 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 06:07:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd661dd
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.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..000000000000
--- 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..000000000000
--- 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() {
- 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.4.ebuild b/dev-python/Nuitka/Nuitka-1.5.4.ebuild
deleted file mode 100644
index f1bec277226a..000000000000
--- a/dev-python/Nuitka/Nuitka-1.5.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
-}
next reply other threads:[~2023-04-08 6:08 UTC|newest]
Thread overview: 266+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-08 6:08 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-11 8:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/ Michał Górny
2025-03-11 8:47 Michał Górny
2025-02-24 3:37 Michał Górny
2025-02-16 3:15 Michał Górny
2025-02-16 3:15 Michał Górny
2025-02-14 5:19 Michał Górny
2025-02-05 8:06 Michał Górny
2025-02-05 8:06 Michał Górny
2025-02-04 4:28 Michał Górny
2025-01-31 5:40 Michał Górny
2025-01-28 5:31 Michał Górny
2025-01-28 5:31 Michał Górny
2025-01-21 4:34 Michał Górny
2025-01-21 4:34 Michał Górny
2024-12-29 3:21 Michał Górny
2024-12-29 3:21 Michał Górny
2024-12-22 17:04 Michał Górny
2024-12-18 8:07 Michał Górny
2024-12-18 8:07 Michał Górny
2024-12-06 4:01 Michał Górny
2024-12-06 4:01 Michał Górny
2024-11-26 7:01 Michał Górny
2024-11-25 4:02 Michał Górny
2024-11-24 16:57 Michał Górny
2024-11-22 19:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/ Michał Górny
2024-11-22 19:30 Michał Górny
2024-11-19 4:42 Michał Górny
2024-11-17 3:08 Michał Górny
2024-11-17 3:08 Michał Górny
2024-10-25 4:04 Michał Górny
2024-10-16 4:54 Michał Górny
2024-09-17 12:13 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-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-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 [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/ Michał Górny
2022-12-23 11:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/ Michał Górny
2022-12-23 11:25 Michał Górny
2022-12-16 11:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/ 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=1680934069.6bd661dd00cdde675b10decc048e4b4b83652b9b.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