Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/
Date: Fri, 30 Sep 2022 08:22:58
Message-Id: 1664526167.35dc5b9ae89e041778b3950a3590f34770ba47dd.arthurzam@gentoo
1 commit: 35dc5b9ae89e041778b3950a3590f34770ba47dd
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 07:56:34 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 08:22:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35dc5b9a
7
8 dev-python/nuitka: drop 1.0.6, 1.0.7
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/nuitka/Manifest | 2 --
13 dev-python/nuitka/nuitka-1.0.6.ebuild | 49 -----------------------------------
14 dev-python/nuitka/nuitka-1.0.7.ebuild | 49 -----------------------------------
15 3 files changed, 100 deletions(-)
16
17 diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
18 index adca8d49d531..633d938e5bcb 100644
19 --- a/dev-python/nuitka/Manifest
20 +++ b/dev-python/nuitka/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST Nuitka-1.0.6.tar.gz 3890331 BLAKE2B 4a8240123b61ff7c8ec274e6c318ade2b5057f56b0b766f1a555451f501a194c137696bd51dff23bdd125e1ffa3679f790e3ad50b9c15e85ba5358f56d47b34f SHA512 f431c976b28b80ad10cdbc27c8f0d3321aadace08a104d18089c38d00b80ee96fd3aa051dd50eb668ed57f6aca25e4f918f07d065df00627c139bc34afdcb52c
23 -DIST Nuitka-1.0.7.tar.gz 3891250 BLAKE2B 6f401de98bae91688d0ceab210d178fdb8d2cb32beeb7dd6925eee7985d0e344e41edcaddbdff8313402625d40dc7236433f52ca71f1100a1168775b9bc3da8b SHA512 29cb7377c976f59d8ea49aedd74798ee11b38b98b597611bd41bd5bef5c2473cd76bb260f764afd277edc4b5bfb8359b995a532ba4814f1d2310fa9c90d1467d
24 DIST Nuitka-1.0.8.tar.gz 3890590 BLAKE2B 04257834d79f0988800a06d9b4725e9fa694bf7f9aafebbfb9ddbb09a2a5f666c02f13bf8ee56fd3360216faa31cd7b14a30d9a2daf23eef719ed568bfd3501c SHA512 824830121ca87b33aebcee074e0af52e456942190168186248a9ed62937bb044c6741ff721bd4bcd7d657cae96d573c1a6b9cb1fde6374073c12c1e1f6a6df26
25 DIST Nuitka-1.1.tar.gz 3920532 BLAKE2B 0d6ff01815bbc9216b5e5157bcb849b5182d025fe16523efde2bd812ca90d0b8008ba0d55e20e40b41c81250c2a1d309f99adff6498a3466f4d546ce8a7dfbca SHA512 abf9a2f07751f963bb727bc6c1affca0be3f02e6d1ead0206979b00589de0571a8e8e4e6af08bbc8fa285b1e2cbc5971bb88b417aca73c8069da200f7cd04fe5
26
27 diff --git a/dev-python/nuitka/nuitka-1.0.6.ebuild b/dev-python/nuitka/nuitka-1.0.6.ebuild
28 deleted file mode 100644
29 index 5b987e13729d..000000000000
30 --- a/dev-python/nuitka/nuitka-1.0.6.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -
41 -inherit distutils-r1 flag-o-matic optfeature
42 -
43 -DESCRIPTION="Python to native compiler"
44 -HOMEPAGE="https://www.nuitka.net"
45 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
46 -S="${WORKDIR}/${P^}"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~loong ~x86"
51 -IUSE="test"
52 -RESTRICT="!test? ( test )"
53 -
54 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
55 -BDEPEND="
56 - ${RDEPEND}
57 - test? ( dev-util/ccache )
58 -"
59 -
60 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
61 -
62 -distutils-r1_src_prepare() {
63 - # remove vendored version of SCons that is Python2 only
64 - # this should be removed when upstream removes support for Python2
65 - rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
66 - eapply_user
67 -}
68 -
69 -python_install() {
70 - distutils-r1_python_install
71 - doman doc/nuitka3.1 doc/nuitka3-run.1
72 -}
73 -
74 -python_test() {
75 - append-ldflags -Wl,--no-warn-search-mismatch
76 - ./tests/basics/run_all.py search || die
77 -}
78 -
79 -pkg_postinst() {
80 - optfeature "support for stand-alone executables" app-admin/chrpath
81 -}
82
83 diff --git a/dev-python/nuitka/nuitka-1.0.7.ebuild b/dev-python/nuitka/nuitka-1.0.7.ebuild
84 deleted file mode 100644
85 index 5b987e13729d..000000000000
86 --- a/dev-python/nuitka/nuitka-1.0.7.ebuild
87 +++ /dev/null
88 @@ -1,49 +0,0 @@
89 -# Copyright 1999-2022 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=8
93 -
94 -DISTUTILS_USE_PEP517=setuptools
95 -PYTHON_COMPAT=( python3_{8..10} )
96 -
97 -inherit distutils-r1 flag-o-matic optfeature
98 -
99 -DESCRIPTION="Python to native compiler"
100 -HOMEPAGE="https://www.nuitka.net"
101 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
102 -S="${WORKDIR}/${P^}"
103 -
104 -LICENSE="Apache-2.0"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~loong ~x86"
107 -IUSE="test"
108 -RESTRICT="!test? ( test )"
109 -
110 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
111 -BDEPEND="
112 - ${RDEPEND}
113 - test? ( dev-util/ccache )
114 -"
115 -
116 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
117 -
118 -distutils-r1_src_prepare() {
119 - # remove vendored version of SCons that is Python2 only
120 - # this should be removed when upstream removes support for Python2
121 - rm -vR "${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
122 - eapply_user
123 -}
124 -
125 -python_install() {
126 - distutils-r1_python_install
127 - doman doc/nuitka3.1 doc/nuitka3-run.1
128 -}
129 -
130 -python_test() {
131 - append-ldflags -Wl,--no-warn-search-mismatch
132 - ./tests/basics/run_all.py search || die
133 -}
134 -
135 -pkg_postinst() {
136 - optfeature "support for stand-alone executables" app-admin/chrpath
137 -}