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: Mon, 02 Jan 2023 14:54:34
Message-Id: 1672671259.35660c91ad1f87cf3dcf1146d279f267fd4b2de5.mgorny@gentoo
1 commit: 35660c91ad1f87cf3dcf1146d279f267fd4b2de5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 14:33:30 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 14:54:19 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35660c91
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-1.2.6.ebuild | 55 -----------------------------------
14 dev-python/Nuitka/Nuitka-1.2.7.ebuild | 54 ----------------------------------
15 dev-python/Nuitka/Nuitka-1.3.1.ebuild | 54 ----------------------------------
16 dev-python/Nuitka/Nuitka-1.3.2.ebuild | 54 ----------------------------------
17 dev-python/Nuitka/Nuitka-1.3.3.ebuild | 54 ----------------------------------
18 6 files changed, 276 deletions(-)
19
20 diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
21 index 04498c8c4155..18e0bb2fddf9 100644
22 --- a/dev-python/Nuitka/Manifest
23 +++ b/dev-python/Nuitka/Manifest
24 @@ -1,6 +1 @@
25 -DIST Nuitka-1.2.6.tar.gz 3959091 BLAKE2B b326409f49d722bcac7df3e2c5caae7fb9ccf2b2991d2cf003a4db7bd268af95b7423da3b69b93b45c2aa1e3461faac90872b01f2d2277c5e9f7c71bedb0df56 SHA512 b12f694f8ac26213fd1242c66c2a37be1940bafef8a4949f0e401f056a1f72a010d1df237a828317ed0c88530206c31e617f03e4bccf6c934b967f8ddaef330f
26 -DIST Nuitka-1.2.7.tar.gz 3960368 BLAKE2B 582ad7f7a96577fd87a4f9fe083d90f532f2ddd7824b4105d258551b559d9390fba428b80223c6ca4d00eda451cc21a63449c7370a3e43d4b7f9a28fc6bba4c9 SHA512 37a3c29614102dc80f916ac483a6e87322b7a3b9cf25355bdf2f29d84e33300640607fcb7fdc6a338431bc890b4337512c43368e47a2d69c7254b7b7794bb35b
27 -DIST Nuitka-1.3.1.tar.gz 4028497 BLAKE2B 877413970a1e169abe8b9770d927d2e9a33bcd775466adc7287fdcc8f69d412fae249ea96a16aca4166d655f1a016852e06018f55c0b62afe4b53c5b1c540870 SHA512 09f8ff13f14af20ee2fa8b80714ff52a3bc2a36658113e122ba383f34e9ca8c27af42b14cb06477e3a2ed2e5dfa60e10295c4f96a209db699719c456518c464d
28 -DIST Nuitka-1.3.2.tar.gz 4019850 BLAKE2B fce2015b1af9e0b93b777982c772aaa903145bc55a5effb68ba581a31f63e34280aace47df8292d2125725dee02c55c1d54580a08d2d8d3a775459edb9807837 SHA512 5a1713757a6b1347320accc717a01b2abfb3b815683880845fb35ec92e7c94bd7e011a83bd16ed1ba28d14f4128945bdd89d39b89fe8dc7a59c69e9f127bc4b6
29 -DIST Nuitka-1.3.3.tar.gz 4028744 BLAKE2B 864f69dd62e12ef29cc9418ff2bfd646b07ac298458fb97efa4177d1e974dc8bff435637eb61dde6e6f67e38aa22dad3b7d024b4b880379928012a143956f181 SHA512 3c59456e4da524a0a9f66d0c3f8ed0221264ca342ba9a9a8d07a4975f3ba14e875e762fe16ff5960dbe4b2c77391636d98e245be9c00e260f2bcd1d177edab67
30 DIST Nuitka-1.3.4.tar.gz 4028710 BLAKE2B 5cf02644524f612cd4403147323ce0e4d121efd91d8a9da3f55e81117e088337ce9d56f801691b52236bb17bb7ffc3987e98c8d23bad1c84b4bae61fae41b5cd SHA512 7c3562a264833ba2b5ed09a43d91113f59ece8a088480ac03517fe66b380d354faf465845fb7218d34f328114d8bdee92d4374651182f85f50593ce9294e8796
31
32 diff --git a/dev-python/Nuitka/Nuitka-1.2.6.ebuild b/dev-python/Nuitka/Nuitka-1.2.6.ebuild
33 deleted file mode 100644
34 index 5072e727e4eb..000000000000
35 --- a/dev-python/Nuitka/Nuitka-1.2.6.ebuild
36 +++ /dev/null
37 @@ -1,55 +0,0 @@
38 -# Copyright 1999-2022 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=8
42 -
43 -DISTUTILS_USE_PEP517=setuptools
44 -PYTHON_COMPAT=( python3_{8..10} )
45 -
46 -inherit distutils-r1 flag-o-matic optfeature
47 -
48 -DESCRIPTION="Python to native compiler"
49 -HOMEPAGE="
50 - https://www.nuitka.net/
51 - https://github.com/Nuitka/Nuitka/
52 - https://pypi.org/project/Nuitka/
53 -"
54 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
55 -S=${WORKDIR}/${P^}
56 -
57 -LICENSE="Apache-2.0"
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~loong ~x86"
60 -IUSE="test"
61 -RESTRICT="!test? ( test )"
62 -
63 -RDEPEND="
64 - dev-util/scons[${PYTHON_USEDEP}]
65 -"
66 -BDEPEND="
67 - ${RDEPEND}
68 - test? ( dev-util/ccache )
69 -"
70 -
71 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
72 -
73 -distutils-r1_src_prepare() {
74 - # remove vendored version of SCons that is Python2 only
75 - # this should be removed when upstream removes support for Python2
76 - rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
77 - eapply_user
78 -}
79 -
80 -python_install() {
81 - distutils-r1_python_install
82 - doman doc/nuitka3.1 doc/nuitka3-run.1
83 -}
84 -
85 -python_test() {
86 - append-ldflags -Wl,--no-warn-search-mismatch
87 - ./tests/basics/run_all.py search || die
88 -}
89 -
90 -pkg_postinst() {
91 - optfeature "support for stand-alone executables" app-admin/chrpath
92 -}
93
94 diff --git a/dev-python/Nuitka/Nuitka-1.2.7.ebuild b/dev-python/Nuitka/Nuitka-1.2.7.ebuild
95 deleted file mode 100644
96 index c815260c5eb9..000000000000
97 --- a/dev-python/Nuitka/Nuitka-1.2.7.ebuild
98 +++ /dev/null
99 @@ -1,54 +0,0 @@
100 -# Copyright 1999-2022 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=8
104 -
105 -DISTUTILS_USE_PEP517=setuptools
106 -PYTHON_COMPAT=( python3_{8..10} )
107 -
108 -inherit distutils-r1 flag-o-matic optfeature
109 -
110 -DESCRIPTION="Python to native compiler"
111 -HOMEPAGE="
112 - https://www.nuitka.net/
113 - https://github.com/Nuitka/Nuitka/
114 - https://pypi.org/project/Nuitka/
115 -"
116 -SRC_URI="https://nuitka.net/releases/${P}.tar.gz"
117 -
118 -LICENSE="Apache-2.0"
119 -SLOT="0"
120 -KEYWORDS="~amd64 ~loong ~x86"
121 -IUSE="test"
122 -RESTRICT="!test? ( test )"
123 -
124 -RDEPEND="
125 - dev-util/scons[${PYTHON_USEDEP}]
126 -"
127 -BDEPEND="
128 - ${RDEPEND}
129 - test? ( dev-util/ccache )
130 -"
131 -
132 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
133 -
134 -distutils-r1_src_prepare() {
135 - # remove vendored version of SCons that is Python2 only
136 - # this should be removed when upstream removes support for Python2
137 - rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
138 - eapply_user
139 -}
140 -
141 -python_install() {
142 - distutils-r1_python_install
143 - doman doc/nuitka3.1 doc/nuitka3-run.1
144 -}
145 -
146 -python_test() {
147 - append-ldflags -Wl,--no-warn-search-mismatch
148 - ./tests/basics/run_all.py search || die
149 -}
150 -
151 -pkg_postinst() {
152 - optfeature "support for stand-alone executables" app-admin/chrpath
153 -}
154
155 diff --git a/dev-python/Nuitka/Nuitka-1.3.1.ebuild b/dev-python/Nuitka/Nuitka-1.3.1.ebuild
156 deleted file mode 100644
157 index 6ba48aa72091..000000000000
158 --- a/dev-python/Nuitka/Nuitka-1.3.1.ebuild
159 +++ /dev/null
160 @@ -1,54 +0,0 @@
161 -# Copyright 1999-2022 Gentoo Authors
162 -# Distributed under the terms of the GNU General Public License v2
163 -
164 -EAPI=8
165 -
166 -DISTUTILS_USE_PEP517=setuptools
167 -PYTHON_COMPAT=( python3_10 )
168 -
169 -inherit distutils-r1 flag-o-matic optfeature
170 -
171 -DESCRIPTION="Python to native compiler"
172 -HOMEPAGE="
173 - https://www.nuitka.net/
174 - https://github.com/Nuitka/Nuitka/
175 - https://pypi.org/project/Nuitka/
176 -"
177 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
178 -
179 -LICENSE="Apache-2.0"
180 -SLOT="0"
181 -KEYWORDS="~amd64 ~loong ~x86"
182 -IUSE="test"
183 -RESTRICT="!test? ( test )"
184 -
185 -RDEPEND="
186 - dev-util/scons[${PYTHON_USEDEP}]
187 -"
188 -BDEPEND="
189 - ${RDEPEND}
190 - test? ( dev-util/ccache )
191 -"
192 -
193 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
194 -
195 -distutils-r1_src_prepare() {
196 - # remove vendored version of SCons that is Python2 only
197 - # this should be removed when upstream removes support for Python2
198 - rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
199 - eapply_user
200 -}
201 -
202 -python_install() {
203 - distutils-r1_python_install
204 - doman doc/nuitka3.1 doc/nuitka3-run.1
205 -}
206 -
207 -python_test() {
208 - append-ldflags -Wl,--no-warn-search-mismatch
209 - ./tests/basics/run_all.py search || die
210 -}
211 -
212 -pkg_postinst() {
213 - optfeature "support for stand-alone executables" app-admin/chrpath
214 -}
215
216 diff --git a/dev-python/Nuitka/Nuitka-1.3.2.ebuild b/dev-python/Nuitka/Nuitka-1.3.2.ebuild
217 deleted file mode 100644
218 index 6ba48aa72091..000000000000
219 --- a/dev-python/Nuitka/Nuitka-1.3.2.ebuild
220 +++ /dev/null
221 @@ -1,54 +0,0 @@
222 -# Copyright 1999-2022 Gentoo Authors
223 -# Distributed under the terms of the GNU General Public License v2
224 -
225 -EAPI=8
226 -
227 -DISTUTILS_USE_PEP517=setuptools
228 -PYTHON_COMPAT=( python3_10 )
229 -
230 -inherit distutils-r1 flag-o-matic optfeature
231 -
232 -DESCRIPTION="Python to native compiler"
233 -HOMEPAGE="
234 - https://www.nuitka.net/
235 - https://github.com/Nuitka/Nuitka/
236 - https://pypi.org/project/Nuitka/
237 -"
238 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
239 -
240 -LICENSE="Apache-2.0"
241 -SLOT="0"
242 -KEYWORDS="~amd64 ~loong ~x86"
243 -IUSE="test"
244 -RESTRICT="!test? ( test )"
245 -
246 -RDEPEND="
247 - dev-util/scons[${PYTHON_USEDEP}]
248 -"
249 -BDEPEND="
250 - ${RDEPEND}
251 - test? ( dev-util/ccache )
252 -"
253 -
254 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
255 -
256 -distutils-r1_src_prepare() {
257 - # remove vendored version of SCons that is Python2 only
258 - # this should be removed when upstream removes support for Python2
259 - rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
260 - eapply_user
261 -}
262 -
263 -python_install() {
264 - distutils-r1_python_install
265 - doman doc/nuitka3.1 doc/nuitka3-run.1
266 -}
267 -
268 -python_test() {
269 - append-ldflags -Wl,--no-warn-search-mismatch
270 - ./tests/basics/run_all.py search || die
271 -}
272 -
273 -pkg_postinst() {
274 - optfeature "support for stand-alone executables" app-admin/chrpath
275 -}
276
277 diff --git a/dev-python/Nuitka/Nuitka-1.3.3.ebuild b/dev-python/Nuitka/Nuitka-1.3.3.ebuild
278 deleted file mode 100644
279 index 6ba48aa72091..000000000000
280 --- a/dev-python/Nuitka/Nuitka-1.3.3.ebuild
281 +++ /dev/null
282 @@ -1,54 +0,0 @@
283 -# Copyright 1999-2022 Gentoo Authors
284 -# Distributed under the terms of the GNU General Public License v2
285 -
286 -EAPI=8
287 -
288 -DISTUTILS_USE_PEP517=setuptools
289 -PYTHON_COMPAT=( python3_10 )
290 -
291 -inherit distutils-r1 flag-o-matic optfeature
292 -
293 -DESCRIPTION="Python to native compiler"
294 -HOMEPAGE="
295 - https://www.nuitka.net/
296 - https://github.com/Nuitka/Nuitka/
297 - https://pypi.org/project/Nuitka/
298 -"
299 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
300 -
301 -LICENSE="Apache-2.0"
302 -SLOT="0"
303 -KEYWORDS="~amd64 ~loong ~x86"
304 -IUSE="test"
305 -RESTRICT="!test? ( test )"
306 -
307 -RDEPEND="
308 - dev-util/scons[${PYTHON_USEDEP}]
309 -"
310 -BDEPEND="
311 - ${RDEPEND}
312 - test? ( dev-util/ccache )
313 -"
314 -
315 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
316 -
317 -distutils-r1_src_prepare() {
318 - # remove vendored version of SCons that is Python2 only
319 - # this should be removed when upstream removes support for Python2
320 - rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
321 - eapply_user
322 -}
323 -
324 -python_install() {
325 - distutils-r1_python_install
326 - doman doc/nuitka3.1 doc/nuitka3-run.1
327 -}
328 -
329 -python_test() {
330 - append-ldflags -Wl,--no-warn-search-mismatch
331 - ./tests/basics/run_all.py search || die
332 -}
333 -
334 -pkg_postinst() {
335 - optfeature "support for stand-alone executables" app-admin/chrpath
336 -}