Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nuitka/
Date: Sun, 17 Oct 2021 09:07:26
Message-Id: 1634461546.c70a7f681f88c5e40f18839b63f5d622b614fe81.mgorny@gentoo
1 commit: c70a7f681f88c5e40f18839b63f5d622b614fe81
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:05:46 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:05:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70a7f68
7
8 dev-python/nuitka: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nuitka/Manifest | 5 ----
13 dev-python/nuitka/nuitka-0.6.16.3.ebuild | 48 --------------------------------
14 dev-python/nuitka/nuitka-0.6.16.4.ebuild | 48 --------------------------------
15 dev-python/nuitka/nuitka-0.6.17.1.ebuild | 48 --------------------------------
16 dev-python/nuitka/nuitka-0.6.17.2.ebuild | 48 --------------------------------
17 dev-python/nuitka/nuitka-0.6.17.ebuild | 48 --------------------------------
18 6 files changed, 245 deletions(-)
19
20 diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
21 index 22089633306..f55669117cf 100644
22 --- a/dev-python/nuitka/Manifest
23 +++ b/dev-python/nuitka/Manifest
24 @@ -1,6 +1 @@
25 -DIST Nuitka-0.6.16.3.tar.gz 2965278 BLAKE2B fc015f78912688e3d3b0833e7c126833352aeda7ac2599685a007445c43a7099407c4797eba47d5254fb5befde9482c210b920f4c7e38a2d82dbb5331125abee SHA512 a46af040774fd3523b64c1a113f6d0251c8d45108686017dae07429107f5057025bbcfefc7ed2b86da32c69516285d3af55fe234d25d6949562a96b0eb3f5293
26 -DIST Nuitka-0.6.16.4.tar.gz 2963879 BLAKE2B a6a0029f06aac5ea8fb0fec81ac5b1c5b7bb0ed85bdd0f0308ac74140792360684f42cf79f7ff7e604de3729584b335671ff57f0805aac2154ef1ea88bbbf245 SHA512 e2c73b19e459c31b85adf79270e258ca3c431364ec90b51682a7a324aebfeab1ab7703421e8646e18e0bef62f5f5636bbbda74d0ec0e4666e1571d71d41971b2
27 -DIST Nuitka-0.6.17.1.tar.gz 3144303 BLAKE2B 999a391830459fbfd20c52b3d640070bf4b69000ffcaaf0e86d1a0ccbd4602ce7cfb3a47658a5a94a8935f0dba4658f2616a2d7c4c176d5553ad3a488cd7645c SHA512 7d121a03539357f480ffd940699bd5df5ebb038f6914820b3185e0bcf8955ab005e2eacd49c837b94a2f5396a751264cf950764482a523e90a32d321e89ea2d2
28 -DIST Nuitka-0.6.17.2.tar.gz 3144669 BLAKE2B 0b098c9cad1cea08241026f8bf43242fb8a1f1790edafd9b54fb3a49a00590465222898a5edbb403b0d82f30bb6a9baa8a8b5292ed4b40e77cd7de236b44c200 SHA512 99b60bf447bff7203c6f18bc7f98ceab102f74562494244e9e514b076a6f1bf37357b478bc07dd6d800be7903801e6e499d17312bbb47a961924a0b1526ec33d
29 DIST Nuitka-0.6.17.3.tar.gz 3147197 BLAKE2B fa72985494a362e430dd5eda0b14b5ff0620eb2d5a607cbae58802b92d9cf73d810864f00c366508dd89d8e7989bfbbdbd07b4309839ec36df224d45fa264a4c SHA512 dcda36320e1c9de269f0407869b15f47b960fada87fd6fb60b2e96cdd637f6a773042f0ca30e3d25c8e111a5fe86e69242424e982651af732ca840afd010a909
30 -DIST Nuitka-0.6.17.tar.gz 3144123 BLAKE2B 07d95a987eb6c772cd58f8bd0bb7aca638c475e4e90b6a58af890e63b5d3bec9125efa54ba54925311a38cc06b3c8e60a86ce18be7f189da111798fe77da3bd5 SHA512 8678cb9cbc30d9a9a139f98ae94d7f881295bbfb5f450faafb335cce7243979ad3dbf81946024a67edea177f2baae9d694d9e93abc5389f34dddd06595158eff
31
32 diff --git a/dev-python/nuitka/nuitka-0.6.16.3.ebuild b/dev-python/nuitka/nuitka-0.6.16.3.ebuild
33 deleted file mode 100644
34 index 8810e82b4d1..00000000000
35 --- a/dev-python/nuitka/nuitka-0.6.16.3.ebuild
36 +++ /dev/null
37 @@ -1,48 +0,0 @@
38 -# Copyright 1999-2021 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=7
42 -
43 -PYTHON_COMPAT=( python3_{8..9} )
44 -inherit distutils-r1 flag-o-matic optfeature
45 -
46 -DESCRIPTION="Python to native compiler"
47 -HOMEPAGE="https://www.nuitka.net"
48 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
49 -S="${WORKDIR}/${P^}"
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE="test"
55 -RESTRICT="!test? ( test )"
56 -
57 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
58 -BDEPEND="
59 - ${RDEPEND}
60 - test? ( dev-util/ccache )
61 -"
62 -
63 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
64 -
65 -distutils-r1_src_prepare() {
66 - # remove vendored version of SCons that is Python2 only
67 - # this should be removed when upstream removes support for Python2
68 - rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
69 - eapply_user
70 -}
71 -
72 -python_install() {
73 - distutils-r1_python_install
74 - python_optimize
75 - doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
76 -}
77 -
78 -python_test() {
79 - append-ldflags -Wl,--no-warn-search-mismatch
80 - ./tests/basics/run_all.py search || die
81 -}
82 -
83 -pkg_postinst() {
84 - optfeature "support for stand-alone executables" app-admin/chrpath
85 -}
86
87 diff --git a/dev-python/nuitka/nuitka-0.6.16.4.ebuild b/dev-python/nuitka/nuitka-0.6.16.4.ebuild
88 deleted file mode 100644
89 index 758649696b8..00000000000
90 --- a/dev-python/nuitka/nuitka-0.6.16.4.ebuild
91 +++ /dev/null
92 @@ -1,48 +0,0 @@
93 -# Copyright 1999-2021 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=8
97 -
98 -PYTHON_COMPAT=( python3_{8..9} )
99 -inherit distutils-r1 flag-o-matic optfeature
100 -
101 -DESCRIPTION="Python to native compiler"
102 -HOMEPAGE="https://www.nuitka.net"
103 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
104 -S="${WORKDIR}/${P^}"
105 -
106 -LICENSE="Apache-2.0"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~x86"
109 -IUSE="test"
110 -RESTRICT="!test? ( test )"
111 -
112 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
113 -BDEPEND="
114 - ${RDEPEND}
115 - test? ( dev-util/ccache )
116 -"
117 -
118 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
119 -
120 -distutils-r1_src_prepare() {
121 - # remove vendored version of SCons that is Python2 only
122 - # this should be removed when upstream removes support for Python2
123 - rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
124 - eapply_user
125 -}
126 -
127 -python_install() {
128 - distutils-r1_python_install
129 - python_optimize
130 - doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
131 -}
132 -
133 -python_test() {
134 - append-ldflags -Wl,--no-warn-search-mismatch
135 - ./tests/basics/run_all.py search || die
136 -}
137 -
138 -pkg_postinst() {
139 - optfeature "support for stand-alone executables" app-admin/chrpath
140 -}
141
142 diff --git a/dev-python/nuitka/nuitka-0.6.17.1.ebuild b/dev-python/nuitka/nuitka-0.6.17.1.ebuild
143 deleted file mode 100644
144 index 758649696b8..00000000000
145 --- a/dev-python/nuitka/nuitka-0.6.17.1.ebuild
146 +++ /dev/null
147 @@ -1,48 +0,0 @@
148 -# Copyright 1999-2021 Gentoo Authors
149 -# Distributed under the terms of the GNU General Public License v2
150 -
151 -EAPI=8
152 -
153 -PYTHON_COMPAT=( python3_{8..9} )
154 -inherit distutils-r1 flag-o-matic optfeature
155 -
156 -DESCRIPTION="Python to native compiler"
157 -HOMEPAGE="https://www.nuitka.net"
158 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
159 -S="${WORKDIR}/${P^}"
160 -
161 -LICENSE="Apache-2.0"
162 -SLOT="0"
163 -KEYWORDS="~amd64 ~x86"
164 -IUSE="test"
165 -RESTRICT="!test? ( test )"
166 -
167 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
168 -BDEPEND="
169 - ${RDEPEND}
170 - test? ( dev-util/ccache )
171 -"
172 -
173 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
174 -
175 -distutils-r1_src_prepare() {
176 - # remove vendored version of SCons that is Python2 only
177 - # this should be removed when upstream removes support for Python2
178 - rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
179 - eapply_user
180 -}
181 -
182 -python_install() {
183 - distutils-r1_python_install
184 - python_optimize
185 - doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
186 -}
187 -
188 -python_test() {
189 - append-ldflags -Wl,--no-warn-search-mismatch
190 - ./tests/basics/run_all.py search || die
191 -}
192 -
193 -pkg_postinst() {
194 - optfeature "support for stand-alone executables" app-admin/chrpath
195 -}
196
197 diff --git a/dev-python/nuitka/nuitka-0.6.17.2.ebuild b/dev-python/nuitka/nuitka-0.6.17.2.ebuild
198 deleted file mode 100644
199 index 758649696b8..00000000000
200 --- a/dev-python/nuitka/nuitka-0.6.17.2.ebuild
201 +++ /dev/null
202 @@ -1,48 +0,0 @@
203 -# Copyright 1999-2021 Gentoo Authors
204 -# Distributed under the terms of the GNU General Public License v2
205 -
206 -EAPI=8
207 -
208 -PYTHON_COMPAT=( python3_{8..9} )
209 -inherit distutils-r1 flag-o-matic optfeature
210 -
211 -DESCRIPTION="Python to native compiler"
212 -HOMEPAGE="https://www.nuitka.net"
213 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
214 -S="${WORKDIR}/${P^}"
215 -
216 -LICENSE="Apache-2.0"
217 -SLOT="0"
218 -KEYWORDS="~amd64 ~x86"
219 -IUSE="test"
220 -RESTRICT="!test? ( test )"
221 -
222 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
223 -BDEPEND="
224 - ${RDEPEND}
225 - test? ( dev-util/ccache )
226 -"
227 -
228 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
229 -
230 -distutils-r1_src_prepare() {
231 - # remove vendored version of SCons that is Python2 only
232 - # this should be removed when upstream removes support for Python2
233 - rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
234 - eapply_user
235 -}
236 -
237 -python_install() {
238 - distutils-r1_python_install
239 - python_optimize
240 - doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
241 -}
242 -
243 -python_test() {
244 - append-ldflags -Wl,--no-warn-search-mismatch
245 - ./tests/basics/run_all.py search || die
246 -}
247 -
248 -pkg_postinst() {
249 - optfeature "support for stand-alone executables" app-admin/chrpath
250 -}
251
252 diff --git a/dev-python/nuitka/nuitka-0.6.17.ebuild b/dev-python/nuitka/nuitka-0.6.17.ebuild
253 deleted file mode 100644
254 index 758649696b8..00000000000
255 --- a/dev-python/nuitka/nuitka-0.6.17.ebuild
256 +++ /dev/null
257 @@ -1,48 +0,0 @@
258 -# Copyright 1999-2021 Gentoo Authors
259 -# Distributed under the terms of the GNU General Public License v2
260 -
261 -EAPI=8
262 -
263 -PYTHON_COMPAT=( python3_{8..9} )
264 -inherit distutils-r1 flag-o-matic optfeature
265 -
266 -DESCRIPTION="Python to native compiler"
267 -HOMEPAGE="https://www.nuitka.net"
268 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
269 -S="${WORKDIR}/${P^}"
270 -
271 -LICENSE="Apache-2.0"
272 -SLOT="0"
273 -KEYWORDS="~amd64 ~x86"
274 -IUSE="test"
275 -RESTRICT="!test? ( test )"
276 -
277 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
278 -BDEPEND="
279 - ${RDEPEND}
280 - test? ( dev-util/ccache )
281 -"
282 -
283 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
284 -
285 -distutils-r1_src_prepare() {
286 - # remove vendored version of SCons that is Python2 only
287 - # this should be removed when upstream removes support for Python2
288 - rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
289 - eapply_user
290 -}
291 -
292 -python_install() {
293 - distutils-r1_python_install
294 - python_optimize
295 - doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
296 -}
297 -
298 -python_test() {
299 - append-ldflags -Wl,--no-warn-search-mismatch
300 - ./tests/basics/run_all.py search || die
301 -}
302 -
303 -pkg_postinst() {
304 - optfeature "support for stand-alone executables" app-admin/chrpath
305 -}