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: Wed, 15 Mar 2023 18:34:06
Message-Id: 1678905233.0c74c8452d5a9782f334fdacf2a14fb522458ee9.arthurzam@gentoo
1 commit: 0c74c8452d5a9782f334fdacf2a14fb522458ee9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 18:26:36 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 15 18:33:53 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c74c845
7
8 dev-python/Nuitka: drop 1.4.5, 1.4.6, 1.4.7
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/Nuitka/Manifest | 3 --
13 dev-python/Nuitka/Nuitka-1.4.5.ebuild | 54 -----------------------------------
14 dev-python/Nuitka/Nuitka-1.4.6.ebuild | 54 -----------------------------------
15 dev-python/Nuitka/Nuitka-1.4.7.ebuild | 54 -----------------------------------
16 4 files changed, 165 deletions(-)
17
18 diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
19 index fc1e9247d5ad..3d66bceea0d8 100644
20 --- a/dev-python/Nuitka/Manifest
21 +++ b/dev-python/Nuitka/Manifest
22 @@ -1,6 +1,3 @@
23 -DIST Nuitka-1.4.5.tar.gz 4131887 BLAKE2B b4eaea811a98f1ea5618a477841e2fd2ef41eb4c78635576fadae8a645456f9d47741d1b8c0c102e2774e1802d210785f31a10889d87441693215d84d06cabdd SHA512 fc628be6579f2b290d126fc9f16e16a2fcdd5457a28cb2caa1b2d4e23426933e502a3487485e54cf4e0f67d2d5bca97567d5502070e7ad46a03c513a1f6f9c9f
24 -DIST Nuitka-1.4.6.tar.gz 4131786 BLAKE2B a72d8b8925dfdd7ca6416912d725cd711c1f8cedabbdc4ea1764645d935529c2b1561c561c6fe8b8cd2babdadd0b6cd3c239ff7e844bd745cebc3b2d94cfbd63 SHA512 883806d787bd35c687bd0771a0f3182d1d157c4c0f403c5b60a03536631823fbdfbaf32c3c29f484aa7de3dacf01056183607109036f60c5602ab08072d8e40d
25 -DIST Nuitka-1.4.7.tar.gz 4132335 BLAKE2B 5c9e653c8ffa7ad9e757a20d4008e4e2a3083cfefcbce826f0904c0281a9be95dbfb78ad1aab2dd0819b9bf3a800a3b35ee422e38672655fdd900162f9c0d090 SHA512 fb219f5a53bc173365d23f4eae0814fa051c1312bc732ac2b717924dd2336bf140af0237834062223294c840f63b6b4766422f8fd189151ab73877eeb9c39ee6
26 DIST Nuitka-1.4.8.tar.gz 4132731 BLAKE2B 8e02acdb96596d5e74c486ae069ad4dba2ddff5e5b530d28f67551914eee8dc559fbe25d51454a18977d6e2877cdf9d3626cb5aad8942d0eb17b3e804ca0da21 SHA512 0d5646bf4b7f1de6f3015a59186ef2ff775f45326be6a83ede665e9a10003ed5c481b68016e863f196e5ab5cb2866ad1c6dacbe77edbfdecabab045ae1480b14
27 DIST Nuitka-1.5.1.tar.gz 4167830 BLAKE2B 751784fac712149ccd180d391333d8431c6492f58a33296fc5f41c00d4908d65760216afefb626ac00b30a29c93acb767abe83a907756cbaa807706c0d9d2ef7 SHA512 ff02439556c193b2e40c6a7edfc42c9178fed4f04c4f1fe01a223f8b2243bc5f66784af5666887c9f07aafcc9428ae785a7174c4c88c73d7b62e56cf2aafde5e
28 DIST Nuitka-1.5.tar.gz 4169208 BLAKE2B 9a0fed364ba69c01df309a23e08258c8149be81dcdfc26cbe2e5a08081eb98d1a6e2ce393dd372f30ee9f886c2d3f4f181387ab788f6393dd88799ea5298a8f8 SHA512 33c9cad89c021e4472194b769c54e84b965eab5f0c8715482ef33e3c94916b770dee1a9f400e402395fdc854322fd486c385d6e4f99fb328ac245e230db104e0
29
30 diff --git a/dev-python/Nuitka/Nuitka-1.4.5.ebuild b/dev-python/Nuitka/Nuitka-1.4.5.ebuild
31 deleted file mode 100644
32 index 6f373b0022b9..000000000000
33 --- a/dev-python/Nuitka/Nuitka-1.4.5.ebuild
34 +++ /dev/null
35 @@ -1,54 +0,0 @@
36 -# Copyright 1999-2023 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -DISTUTILS_USE_PEP517=setuptools
42 -PYPI_NO_NORMALIZE=1
43 -PYTHON_COMPAT=( python3_10 )
44 -
45 -inherit distutils-r1 flag-o-matic optfeature pypi
46 -
47 -DESCRIPTION="Python to native compiler"
48 -HOMEPAGE="
49 - https://www.nuitka.net/
50 - https://github.com/Nuitka/Nuitka/
51 - https://pypi.org/project/Nuitka/
52 -"
53 -
54 -LICENSE="Apache-2.0"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~loong ~x86"
57 -IUSE="test"
58 -RESTRICT="!test? ( test )"
59 -
60 -RDEPEND="
61 - dev-util/scons[${PYTHON_USEDEP}]
62 -"
63 -BDEPEND="
64 - ${RDEPEND}
65 - test? ( dev-util/ccache )
66 -"
67 -
68 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
69 -
70 -distutils-r1_src_prepare() {
71 - # remove vendored version of SCons that is Python2 only
72 - # this should be removed when upstream removes support for Python2
73 - rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
74 - eapply_user
75 -}
76 -
77 -python_install() {
78 - distutils-r1_python_install
79 - doman doc/nuitka3.1 doc/nuitka3-run.1
80 -}
81 -
82 -python_test() {
83 - append-ldflags -Wl,--no-warn-search-mismatch
84 - ./tests/basics/run_all.py search || die
85 -}
86 -
87 -pkg_postinst() {
88 - optfeature "support for stand-alone executables" app-admin/chrpath
89 -}
90
91 diff --git a/dev-python/Nuitka/Nuitka-1.4.6.ebuild b/dev-python/Nuitka/Nuitka-1.4.6.ebuild
92 deleted file mode 100644
93 index 6f373b0022b9..000000000000
94 --- a/dev-python/Nuitka/Nuitka-1.4.6.ebuild
95 +++ /dev/null
96 @@ -1,54 +0,0 @@
97 -# Copyright 1999-2023 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=8
101 -
102 -DISTUTILS_USE_PEP517=setuptools
103 -PYPI_NO_NORMALIZE=1
104 -PYTHON_COMPAT=( python3_10 )
105 -
106 -inherit distutils-r1 flag-o-matic optfeature pypi
107 -
108 -DESCRIPTION="Python to native compiler"
109 -HOMEPAGE="
110 - https://www.nuitka.net/
111 - https://github.com/Nuitka/Nuitka/
112 - https://pypi.org/project/Nuitka/
113 -"
114 -
115 -LICENSE="Apache-2.0"
116 -SLOT="0"
117 -KEYWORDS="~amd64 ~loong ~x86"
118 -IUSE="test"
119 -RESTRICT="!test? ( test )"
120 -
121 -RDEPEND="
122 - dev-util/scons[${PYTHON_USEDEP}]
123 -"
124 -BDEPEND="
125 - ${RDEPEND}
126 - test? ( dev-util/ccache )
127 -"
128 -
129 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
130 -
131 -distutils-r1_src_prepare() {
132 - # remove vendored version of SCons that is Python2 only
133 - # this should be removed when upstream removes support for Python2
134 - rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
135 - eapply_user
136 -}
137 -
138 -python_install() {
139 - distutils-r1_python_install
140 - doman doc/nuitka3.1 doc/nuitka3-run.1
141 -}
142 -
143 -python_test() {
144 - append-ldflags -Wl,--no-warn-search-mismatch
145 - ./tests/basics/run_all.py search || die
146 -}
147 -
148 -pkg_postinst() {
149 - optfeature "support for stand-alone executables" app-admin/chrpath
150 -}
151
152 diff --git a/dev-python/Nuitka/Nuitka-1.4.7.ebuild b/dev-python/Nuitka/Nuitka-1.4.7.ebuild
153 deleted file mode 100644
154 index 6f373b0022b9..000000000000
155 --- a/dev-python/Nuitka/Nuitka-1.4.7.ebuild
156 +++ /dev/null
157 @@ -1,54 +0,0 @@
158 -# Copyright 1999-2023 Gentoo Authors
159 -# Distributed under the terms of the GNU General Public License v2
160 -
161 -EAPI=8
162 -
163 -DISTUTILS_USE_PEP517=setuptools
164 -PYPI_NO_NORMALIZE=1
165 -PYTHON_COMPAT=( python3_10 )
166 -
167 -inherit distutils-r1 flag-o-matic optfeature pypi
168 -
169 -DESCRIPTION="Python to native compiler"
170 -HOMEPAGE="
171 - https://www.nuitka.net/
172 - https://github.com/Nuitka/Nuitka/
173 - https://pypi.org/project/Nuitka/
174 -"
175 -
176 -LICENSE="Apache-2.0"
177 -SLOT="0"
178 -KEYWORDS="~amd64 ~loong ~x86"
179 -IUSE="test"
180 -RESTRICT="!test? ( test )"
181 -
182 -RDEPEND="
183 - dev-util/scons[${PYTHON_USEDEP}]
184 -"
185 -BDEPEND="
186 - ${RDEPEND}
187 - test? ( dev-util/ccache )
188 -"
189 -
190 -DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
191 -
192 -distutils-r1_src_prepare() {
193 - # remove vendored version of SCons that is Python2 only
194 - # this should be removed when upstream removes support for Python2
195 - rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
196 - eapply_user
197 -}
198 -
199 -python_install() {
200 - distutils-r1_python_install
201 - doman doc/nuitka3.1 doc/nuitka3-run.1
202 -}
203 -
204 -python_test() {
205 - append-ldflags -Wl,--no-warn-search-mismatch
206 - ./tests/basics/run_all.py search || die
207 -}
208 -
209 -pkg_postinst() {
210 - optfeature "support for stand-alone executables" app-admin/chrpath
211 -}