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: Sun,  4 Dec 2022 07:45:01 +0000 (UTC)	[thread overview]
Message-ID: <1670139896.0ee69105410c4b83e1fb104c34d60d344bc62ff6.mgorny@gentoo> (raw)

commit:     0ee69105410c4b83e1fb104c34d60d344bc62ff6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 07:20:07 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 07:44:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee69105

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.2.1.ebuild | 55 -----------------------------------
 dev-python/nuitka/nuitka-1.2.2.ebuild | 55 -----------------------------------
 dev-python/nuitka/nuitka-1.2.ebuild   | 55 -----------------------------------
 4 files changed, 168 deletions(-)

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index 3d46fd9727dc..b0e8dad049be 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1,4 +1 @@
-DIST Nuitka-1.2.1.tar.gz 3958041 BLAKE2B 461fd91fc2948aa131a5295f3e2f8c99d8de26b32d0dd3008ee130bdc8b722a469e458a717b5cbdbf45cd3720dfff828c3eade1d57c7f0ee391cd062105b4ad1 SHA512 98a95342a78c935ebea88446ee875122baeb66290148cf8c454c8287ecc40b092015d710a1a25b35c3b6869138800d2c654b09a3424512536f06d27860bfa2bb
-DIST Nuitka-1.2.2.tar.gz 3958127 BLAKE2B fb4fbbf3537d78b5375ef9e26c65bae5a09db2b8839308b8b1ab847c9e820586e84742fd89aa91f8c0bfb366309cc4106ed2195566762103a54951026f81c3b8 SHA512 4b11e15fbb81d3bbf9c687a05ecd71cec7b4f145ad7f1af5a98eb77ff6e4d93bac5e3af8474b9ba0a7bffb5b191f46960e317b53d315455a1ca2ea0660859357
 DIST Nuitka-1.2.3.tar.gz 3958335 BLAKE2B c2d47e7ff355492fb72f224be92445849c3fce13768ba7957cf4bbbbc9cd4e0ec7c3904e5465ad543e16d1419a01b42cd4399b816e1ff56e2c8ea5c57fddbc04 SHA512 1c842c21764bd0dc9bf68bb26506959b35e54d03c1d6d6b9c179289ec073ed07b75d6709a3c73ac3e14bb988a7b2f5a88f7dfcce55a25eab1c5e4b294b15d4f4
-DIST Nuitka-1.2.tar.gz 3957227 BLAKE2B e82c8e30ef326254db255785efd2bab1450c2c496bbef1aae35e6f6c42fee09f2454bdff366ecfcf704aa42bbe9cd62ff5a65f26065b85e95083cb0134829dbc SHA512 65c262109f2341aab607601299ec70c88df46218ecc2bb7a7d39ff66b8d4ec43e44a5d30ac936d6572fb141ca6b19e3c0e0c01975dea82d46a2ec190ed13c21b

diff --git a/dev-python/nuitka/nuitka-1.2.1.ebuild b/dev-python/nuitka/nuitka-1.2.1.ebuild
deleted file mode 100644
index b55f0385d58a..000000000000
--- a/dev-python/nuitka/nuitka-1.2.1.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.2.2.ebuild b/dev-python/nuitka/nuitka-1.2.2.ebuild
deleted file mode 100644
index b55f0385d58a..000000000000
--- a/dev-python/nuitka/nuitka-1.2.2.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.2.ebuild b/dev-python/nuitka/nuitka-1.2.ebuild
deleted file mode 100644
index b55f0385d58a..000000000000
--- a/dev-python/nuitka/nuitka-1.2.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	other threads:[~2022-12-04  7:45 UTC|newest]

Thread overview: 235+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-04  7:45 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-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 [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-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-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=1670139896.0ee69105410c4b83e1fb104c34d60d344bc62ff6.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