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: Wed, 02 Feb 2022 23:21:16
Message-Id: 1643844062.6d157d3cf6da1d643623e048f2e5764be401e4d7.mgorny@gentoo
1 commit: 6d157d3cf6da1d643623e048f2e5764be401e4d7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 22:53:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 23:21:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d157d3c
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 | 4 ---
13 dev-python/nuitka/nuitka-0.6.19.1.ebuild | 48 --------------------------------
14 dev-python/nuitka/nuitka-0.6.19.2.ebuild | 48 --------------------------------
15 dev-python/nuitka/nuitka-0.6.19.3.ebuild | 48 --------------------------------
16 dev-python/nuitka/nuitka-0.6.19.ebuild | 48 --------------------------------
17 5 files changed, 196 deletions(-)
18
19 diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
20 index f813f3e57563..ac9fceb7a292 100644
21 --- a/dev-python/nuitka/Manifest
22 +++ b/dev-python/nuitka/Manifest
23 @@ -1,5 +1 @@
24 -DIST Nuitka-0.6.19.1.tar.gz 3727050 BLAKE2B 70cde9f6c7254cc229dc534736c1445f9fc813a1463705e0116021107c6b6909c9ac1e35bf7b0b452cd6b6d23b2c4e4103e8427c44d6d3c3273f7f70ad5daeee SHA512 83c5a6c2c547f139cd947c804f646b37f0fbaaa44a53b1cc42366170f91de138d63b5eeb2fa2e37ba9a24cb34c1faeb8e86c09cb08e829aa6d3607931c2eebbf
25 -DIST Nuitka-0.6.19.2.tar.gz 3727729 BLAKE2B f74512ab2b57ab66b62e7a67fed8366971fe23103297ab5361685b19408445dac7335e3086f0ce236c7346bcf4d8dfcf828040412e4868e82f06c03e6ea52fd0 SHA512 a92b24168e16054399692d0984dd417b181d2bb920825eabaa64798933b481e188827b5bbae040d329e67b09002b21ce471ce1352b12ac46ab2b8fec97523aa5
26 -DIST Nuitka-0.6.19.3.tar.gz 3727905 BLAKE2B 7c49bf77100ef28a306bf746b4ba13db07da403ba428b3e770ca3a2efbe384db1f5b66b8858640e2b4cdc5a8034be3f55a57fdc2e175d47bdd24638c379e7afe SHA512 0e9b4805ad2b27338ec03fd121d2787add54795f777b184379eb722e5bff3ce64a64c4802464cb3c11a4be579b03ff89b32995646954a389f1a75fef0069ae12
27 DIST Nuitka-0.6.19.4.tar.gz 3728051 BLAKE2B 561dd0657b0f5f7c10da18d4b78be09337c998951542c767e2888648a76e1332d71b83952cff3aa6fb64ceb5c6f1103f26fa9d9b0661c7b8cdf76c20d75cf51f SHA512 3b7a5a5d5191b93ee96e9cb98822a26462c6a4c5fdbc7abaf9553238653e2debc986a1b307c62ffcaccc8618adadb5c794d436f75c957c733d8471612820c7be
28 -DIST Nuitka-0.6.19.tar.gz 3739123 BLAKE2B c2e9a6417ff65927c3246849d614fdebb8bcf323b6496dae81f7cef3ab86a22ad21d3fe3eb19c74ea7f228310e3b1b985cea56201efe71c1b0d8ff64998973c0 SHA512 2d8f8c0d95f6d85c7969879ddbe2375ae190bfc1466a21c442e9e109ed7759ecf0bdcc2f29ec8fed5462df52e1b1e69a0e10574d8e7f52b1dfef7f7ae9626c75
29
30 diff --git a/dev-python/nuitka/nuitka-0.6.19.1.ebuild b/dev-python/nuitka/nuitka-0.6.19.1.ebuild
31 deleted file mode 100644
32 index f2d40b4c0565..000000000000
33 --- a/dev-python/nuitka/nuitka-0.6.19.1.ebuild
34 +++ /dev/null
35 @@ -1,48 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -PYTHON_COMPAT=( python3_{8..9} )
42 -inherit distutils-r1 flag-o-matic optfeature
43 -
44 -DESCRIPTION="Python to native compiler"
45 -HOMEPAGE="https://www.nuitka.net"
46 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
47 -S="${WORKDIR}/${P^}"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="test"
53 -RESTRICT="!test? ( test )"
54 -
55 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
56 -BDEPEND="
57 - ${RDEPEND}
58 - test? ( dev-util/ccache )
59 -"
60 -
61 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
62 -
63 -distutils-r1_src_prepare() {
64 - # remove vendored version of SCons that is Python2 only
65 - # this should be removed when upstream removes support for Python2
66 - rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
67 - eapply_user
68 -}
69 -
70 -python_install() {
71 - distutils-r1_python_install
72 - python_optimize
73 - doman doc/nuitka3.1 doc/nuitka3-run.1
74 -}
75 -
76 -python_test() {
77 - append-ldflags -Wl,--no-warn-search-mismatch
78 - ./tests/basics/run_all.py search || die
79 -}
80 -
81 -pkg_postinst() {
82 - optfeature "support for stand-alone executables" app-admin/chrpath
83 -}
84
85 diff --git a/dev-python/nuitka/nuitka-0.6.19.2.ebuild b/dev-python/nuitka/nuitka-0.6.19.2.ebuild
86 deleted file mode 100644
87 index f2d40b4c0565..000000000000
88 --- a/dev-python/nuitka/nuitka-0.6.19.2.ebuild
89 +++ /dev/null
90 @@ -1,48 +0,0 @@
91 -# Copyright 1999-2022 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -PYTHON_COMPAT=( python3_{8..9} )
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 ~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 "${S}/${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 - python_optimize
128 - doman doc/nuitka3.1 doc/nuitka3-run.1
129 -}
130 -
131 -python_test() {
132 - append-ldflags -Wl,--no-warn-search-mismatch
133 - ./tests/basics/run_all.py search || die
134 -}
135 -
136 -pkg_postinst() {
137 - optfeature "support for stand-alone executables" app-admin/chrpath
138 -}
139
140 diff --git a/dev-python/nuitka/nuitka-0.6.19.3.ebuild b/dev-python/nuitka/nuitka-0.6.19.3.ebuild
141 deleted file mode 100644
142 index f2d40b4c0565..000000000000
143 --- a/dev-python/nuitka/nuitka-0.6.19.3.ebuild
144 +++ /dev/null
145 @@ -1,48 +0,0 @@
146 -# Copyright 1999-2022 Gentoo Authors
147 -# Distributed under the terms of the GNU General Public License v2
148 -
149 -EAPI=8
150 -
151 -PYTHON_COMPAT=( python3_{8..9} )
152 -inherit distutils-r1 flag-o-matic optfeature
153 -
154 -DESCRIPTION="Python to native compiler"
155 -HOMEPAGE="https://www.nuitka.net"
156 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
157 -S="${WORKDIR}/${P^}"
158 -
159 -LICENSE="Apache-2.0"
160 -SLOT="0"
161 -KEYWORDS="~amd64 ~x86"
162 -IUSE="test"
163 -RESTRICT="!test? ( test )"
164 -
165 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
166 -BDEPEND="
167 - ${RDEPEND}
168 - test? ( dev-util/ccache )
169 -"
170 -
171 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
172 -
173 -distutils-r1_src_prepare() {
174 - # remove vendored version of SCons that is Python2 only
175 - # this should be removed when upstream removes support for Python2
176 - rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
177 - eapply_user
178 -}
179 -
180 -python_install() {
181 - distutils-r1_python_install
182 - python_optimize
183 - doman doc/nuitka3.1 doc/nuitka3-run.1
184 -}
185 -
186 -python_test() {
187 - append-ldflags -Wl,--no-warn-search-mismatch
188 - ./tests/basics/run_all.py search || die
189 -}
190 -
191 -pkg_postinst() {
192 - optfeature "support for stand-alone executables" app-admin/chrpath
193 -}
194
195 diff --git a/dev-python/nuitka/nuitka-0.6.19.ebuild b/dev-python/nuitka/nuitka-0.6.19.ebuild
196 deleted file mode 100644
197 index f2d40b4c0565..000000000000
198 --- a/dev-python/nuitka/nuitka-0.6.19.ebuild
199 +++ /dev/null
200 @@ -1,48 +0,0 @@
201 -# Copyright 1999-2022 Gentoo Authors
202 -# Distributed under the terms of the GNU General Public License v2
203 -
204 -EAPI=8
205 -
206 -PYTHON_COMPAT=( python3_{8..9} )
207 -inherit distutils-r1 flag-o-matic optfeature
208 -
209 -DESCRIPTION="Python to native compiler"
210 -HOMEPAGE="https://www.nuitka.net"
211 -SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
212 -S="${WORKDIR}/${P^}"
213 -
214 -LICENSE="Apache-2.0"
215 -SLOT="0"
216 -KEYWORDS="~amd64 ~x86"
217 -IUSE="test"
218 -RESTRICT="!test? ( test )"
219 -
220 -RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
221 -BDEPEND="
222 - ${RDEPEND}
223 - test? ( dev-util/ccache )
224 -"
225 -
226 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
227 -
228 -distutils-r1_src_prepare() {
229 - # remove vendored version of SCons that is Python2 only
230 - # this should be removed when upstream removes support for Python2
231 - rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons" || die
232 - eapply_user
233 -}
234 -
235 -python_install() {
236 - distutils-r1_python_install
237 - python_optimize
238 - doman doc/nuitka3.1 doc/nuitka3-run.1
239 -}
240 -
241 -python_test() {
242 - append-ldflags -Wl,--no-warn-search-mismatch
243 - ./tests/basics/run_all.py search || die
244 -}
245 -
246 -pkg_postinst() {
247 - optfeature "support for stand-alone executables" app-admin/chrpath
248 -}