Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/
Date: Sun, 20 Feb 2022 05:51:49
Message-Id: 1645335579.90d37b44fe9f7b489c8ee6ac312263559be228e8.sam@gentoo
1 commit: 90d37b44fe9f7b489c8ee6ac312263559be228e8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:39:39 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:39:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d37b44
7
8 dev-util/diffoscope: drop 197, 202, 203-r1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/diffoscope/Manifest | 3 -
13 dev-util/diffoscope/diffoscope-197.ebuild | 108 ---------------------------
14 dev-util/diffoscope/diffoscope-202.ebuild | 108 ---------------------------
15 dev-util/diffoscope/diffoscope-203-r1.ebuild | 108 ---------------------------
16 4 files changed, 327 deletions(-)
17
18 diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
19 index 177933183682..43237f3ab173 100644
20 --- a/dev-util/diffoscope/Manifest
21 +++ b/dev-util/diffoscope/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST diffoscope-197.tar.gz 2705041 BLAKE2B 1d66462d3f1cdbba177d24d194ce14ae51274c6b60139e56724213a6b4fc0b41e6a71f9f2e250ecc7d6330186bf774470b2153801b375ffb63e8390c425e1073 SHA512 d8411ad166738b29caa28abbc10f21e0906b7b19bd5ab644db36c04b1f9c5af9f4cbdb31eb850da7249380a6774bde355f0e815f4d3cdd0df76570df9df7fd0a
24 DIST diffoscope-201.tar.gz 2705733 BLAKE2B 97f74633bd990408af9ba33feb38243da22253b1f1c49a23d11cf6cc16197b3a4fdb371f01f310a2a5ee782ae89209c2f80b0956d48b0a5c5308dd6f50aba86f SHA512 a221d656a49b77f08eb884acc8bbabd1e4469ff2411d47532c0326743653b43e45a60e5fb39d841c1b835d896dbe9d08032f51f295f5399af878be18305acd52
25 -DIST diffoscope-202.tar.gz 2706185 BLAKE2B 11d77445d9cd4a8b2bba5f8a31a3b9e08862937af3ce3aea993603026483758d1742254629fb7541c751ab1c5213dff892b102bc625ead78fc56ce01e25aefd8 SHA512 f42ea35a492ef62740188986b25f629d4a0d62d1ee1e6d284c4251577170720ca731a7f11f387f64b68f82817f47019b3aaf236d0bb19f4c0a65d4048c5a0266
26 -DIST diffoscope-203.tar.gz 2706359 BLAKE2B 1570ad567dff5d187369e8437c8a589395cb97df6374290e38bc4d8be541ad3a0176152faaa9fd63e737cb6298c3265491ade21e09b5c6157f919a6598afe339 SHA512 f093a558aff93591de9a1cd395fd0c6ec3ae2b7cde3d0390836954793c53b14b35297f997ac2f4527a93ca7985a944692e14da02ec67c5f44e31c0d4721b3a73
27 DIST diffoscope-204.tar.gz 2706432 BLAKE2B 61dbabc3a1137b594c44854616589edd434f66cb4434da4d4b96bdfbfe6de4e3bb3425dbcf0e7659082b75dbd82b95bc01d1f580933bf89661adca4c321600d2 SHA512 776d9ff09b7dc8abe20ea6346840cd480f3fbe3c6525e650078a0a133041a621d58850fd923bc1ce59050a15f53e64d6796bfb4d7bb158ce50b746ee4c3058af
28
29 diff --git a/dev-util/diffoscope/diffoscope-197.ebuild b/dev-util/diffoscope/diffoscope-197.ebuild
30 deleted file mode 100644
31 index a58ae6f5de4f..000000000000
32 --- a/dev-util/diffoscope/diffoscope-197.ebuild
33 +++ /dev/null
34 @@ -1,108 +0,0 @@
35 -# Copyright 2021-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -PYTHON_COMPAT=( python3_{8,9,10} )
41 -PYTHON_REQ_USE="ncurses"
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Will try to get to the bottom of what makes files or directories different"
46 -HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="GPL-3+"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
52 -IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
53 -find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
54 -mono opendocument pascal pdf postscript R rpm sqlite squashfs
55 -ssh tar test tcpdump zip zlib zstd"
56 -
57 -RESTRICT="!test? ( test )"
58 -
59 -# pull in optional tools for tests:
60 -# img2txt: bug #797688
61 -# docx2txt: bug #797688
62 -BDEPEND="test? (
63 - app-text/docx2txt
64 - media-libs/libcaca
65 - virtual/imagemagick-tools[jpeg]
66 - )"
67 -RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
68 - dev-python/libarchive-c[${PYTHON_USEDEP}]
69 - dev-python/distro[${PYTHON_USEDEP}]
70 - acl? ( sys-apps/acl )
71 - binutils? ( sys-devel/binutils )
72 - bzip2? ( app-arch/bzip2 )
73 - libcaca? ( media-libs/libcaca )
74 - colord? ( x11-misc/colord )
75 - cpio? ( app-arch/cpio )
76 - diff? ( sys-apps/diffutils )
77 - docx? ( app-text/docx2txt )
78 - dtc? ( sys-apps/dtc )
79 - e2fsprogs? ( sys-fs/e2fsprogs )
80 - file? ( sys-apps/file )
81 - find? ( sys-apps/findutils )
82 - gettext? ( sys-devel/gettext )
83 - gif? ( media-libs/giflib )
84 - gpg? ( app-crypt/gnupg )
85 - haskell? ( dev-lang/ghc )
86 - hdf5? ( sci-libs/hdf5 )
87 - hex? ( app-editors/vim-core )
88 - imagemagick? ( media-gfx/imagemagick )
89 - iso? ( app-cdr/cdrtools )
90 - java? ( virtual/jdk )
91 - llvm? ( sys-devel/llvm )
92 - lzma? ( app-arch/xz-utils )
93 - mono? ( dev-lang/mono )
94 - opendocument? ( app-text/odt2txt )
95 - pascal? ( dev-lang/fpc )
96 - pdf? (
97 - app-text/pdftk
98 - app-text/poppler
99 - dev-python/PyPDF2[${PYTHON_USEDEP}]
100 - )
101 - postscript? ( app-text/ghostscript-gpl )
102 - R? ( dev-lang/R )
103 - rpm? ( app-arch/rpm )
104 - sqlite? ( dev-db/sqlite:3 )
105 - squashfs? ( sys-fs/squashfs-tools )
106 - ssh? ( net-misc/openssh )
107 - tar? ( app-arch/tar )
108 - tcpdump? ( net-analyzer/tcpdump )
109 - zip? ( app-arch/unzip )
110 - zlib? ( app-arch/gzip )
111 - zstd? ( app-arch/zstd )
112 -"
113 -# Presence if filemagic's magic.py breaks imports
114 -# of dev-python/python-magic: https://bugs.gentoo.org/716482
115 -RDEPEND+=" !dev-python/filemagic"
116 -
117 -EPYTEST_DESELECT=(
118 - # Test seems to use different tarball
119 - tests/test_presenters.py::test_text_proper_indentation
120 -
121 - # Needs triage
122 - tests/comparators/test_binary.py::test_with_compare_details_and_tool_not_found
123 - tests/comparators/test_rlib.py::test_item3_deflate_llvm_bitcode
124 -
125 - # img2txt based failures, bug #797688
126 - tests/comparators/test_ico_image.py::test_diff
127 - tests/comparators/test_ico_image.py::test_diff_meta
128 - tests/comparators/test_ico_image.py::test_diff_meta2
129 - tests/comparators/test_ico_image.py::test_has_visuals
130 - tests/comparators/test_jpeg_image.py::test_diff
131 - tests/comparators/test_jpeg_image.py::test_compare_non_existing
132 - tests/comparators/test_jpeg_image.py::test_diff_meta
133 - tests/comparators/test_jpeg_image.py::test_has_visuals
134 -
135 - # docx2txt based falures, bug #797688
136 - tests/comparators/test_docx.py::test_diff
137 -
138 - # Formatting
139 - tests/test_source.py::test_code_is_black_clean
140 -)
141 -
142 -distutils_enable_tests pytest
143
144 diff --git a/dev-util/diffoscope/diffoscope-202.ebuild b/dev-util/diffoscope/diffoscope-202.ebuild
145 deleted file mode 100644
146 index ec72907f21dc..000000000000
147 --- a/dev-util/diffoscope/diffoscope-202.ebuild
148 +++ /dev/null
149 @@ -1,108 +0,0 @@
150 -# Copyright 2022 Gentoo Authors
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=8
154 -
155 -PYTHON_COMPAT=( python3_{8,9,10} )
156 -PYTHON_REQ_USE="ncurses"
157 -
158 -inherit distutils-r1
159 -
160 -DESCRIPTION="Will try to get to the bottom of what makes files or directories different"
161 -HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/"
162 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
163 -
164 -LICENSE="GPL-3+"
165 -SLOT="0"
166 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
167 -IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
168 -find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
169 -mono opendocument pascal pdf postscript R rpm sqlite squashfs
170 -ssh tar test tcpdump zip zlib zstd"
171 -
172 -RESTRICT="!test? ( test )"
173 -
174 -# pull in optional tools for tests:
175 -# img2txt: bug #797688
176 -# docx2txt: bug #797688
177 -BDEPEND="test? (
178 - app-text/docx2txt
179 - media-libs/libcaca
180 - virtual/imagemagick-tools[jpeg]
181 - )"
182 -RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
183 - dev-python/libarchive-c[${PYTHON_USEDEP}]
184 - dev-python/distro[${PYTHON_USEDEP}]
185 - acl? ( sys-apps/acl )
186 - binutils? ( sys-devel/binutils )
187 - bzip2? ( app-arch/bzip2 )
188 - libcaca? ( media-libs/libcaca )
189 - colord? ( x11-misc/colord )
190 - cpio? ( app-arch/cpio )
191 - diff? ( sys-apps/diffutils )
192 - docx? ( app-text/docx2txt )
193 - dtc? ( sys-apps/dtc )
194 - e2fsprogs? ( sys-fs/e2fsprogs )
195 - file? ( sys-apps/file )
196 - find? ( sys-apps/findutils )
197 - gettext? ( sys-devel/gettext )
198 - gif? ( media-libs/giflib )
199 - gpg? ( app-crypt/gnupg )
200 - haskell? ( dev-lang/ghc )
201 - hdf5? ( sci-libs/hdf5 )
202 - hex? ( app-editors/vim-core )
203 - imagemagick? ( media-gfx/imagemagick )
204 - iso? ( app-cdr/cdrtools )
205 - java? ( virtual/jdk )
206 - llvm? ( sys-devel/llvm )
207 - lzma? ( app-arch/xz-utils )
208 - mono? ( dev-lang/mono )
209 - opendocument? ( app-text/odt2txt )
210 - pascal? ( dev-lang/fpc )
211 - pdf? (
212 - app-text/pdftk
213 - app-text/poppler
214 - dev-python/PyPDF2[${PYTHON_USEDEP}]
215 - )
216 - postscript? ( app-text/ghostscript-gpl )
217 - R? ( dev-lang/R )
218 - rpm? ( app-arch/rpm )
219 - sqlite? ( dev-db/sqlite:3 )
220 - squashfs? ( sys-fs/squashfs-tools )
221 - ssh? ( net-misc/openssh )
222 - tar? ( app-arch/tar )
223 - tcpdump? ( net-analyzer/tcpdump )
224 - zip? ( app-arch/unzip )
225 - zlib? ( app-arch/gzip )
226 - zstd? ( app-arch/zstd )
227 -"
228 -# Presence if filemagic's magic.py breaks imports
229 -# of dev-python/python-magic: https://bugs.gentoo.org/716482
230 -RDEPEND+=" !dev-python/filemagic"
231 -
232 -EPYTEST_DESELECT=(
233 - # Test seems to use different tarball
234 - tests/test_presenters.py::test_text_proper_indentation
235 -
236 - # Needs triage
237 - tests/comparators/test_binary.py::test_with_compare_details_and_tool_not_found
238 - tests/comparators/test_rlib.py::test_item3_deflate_llvm_bitcode
239 -
240 - # img2txt based failures, bug #797688
241 - tests/comparators/test_ico_image.py::test_diff
242 - tests/comparators/test_ico_image.py::test_diff_meta
243 - tests/comparators/test_ico_image.py::test_diff_meta2
244 - tests/comparators/test_ico_image.py::test_has_visuals
245 - tests/comparators/test_jpeg_image.py::test_diff
246 - tests/comparators/test_jpeg_image.py::test_compare_non_existing
247 - tests/comparators/test_jpeg_image.py::test_diff_meta
248 - tests/comparators/test_jpeg_image.py::test_has_visuals
249 -
250 - # docx2txt based falures, bug #797688
251 - tests/comparators/test_docx.py::test_diff
252 -
253 - # Formatting
254 - tests/test_source.py::test_code_is_black_clean
255 -)
256 -
257 -distutils_enable_tests pytest
258
259 diff --git a/dev-util/diffoscope/diffoscope-203-r1.ebuild b/dev-util/diffoscope/diffoscope-203-r1.ebuild
260 deleted file mode 100644
261 index 46f6608598b5..000000000000
262 --- a/dev-util/diffoscope/diffoscope-203-r1.ebuild
263 +++ /dev/null
264 @@ -1,108 +0,0 @@
265 -# Copyright 2022 Gentoo Authors
266 -# Distributed under the terms of the GNU General Public License v2
267 -
268 -EAPI=8
269 -
270 -DISTUTILS_USE_PEP517=setuptools
271 -PYTHON_COMPAT=( python3_{8,9,10} )
272 -PYTHON_REQ_USE="ncurses"
273 -inherit distutils-r1
274 -
275 -DESCRIPTION="Will try to get to the bottom of what makes files or directories different"
276 -HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/"
277 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
278 -
279 -LICENSE="GPL-3+"
280 -SLOT="0"
281 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
282 -IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
283 -find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
284 -mono opendocument pascal pdf postscript R rpm sqlite squashfs
285 -ssh tar test tcpdump zip zlib zstd"
286 -
287 -RESTRICT="!test? ( test )"
288 -
289 -# pull in optional tools for tests:
290 -# img2txt: bug #797688
291 -# docx2txt: bug #797688
292 -BDEPEND="test? (
293 - app-text/docx2txt
294 - media-libs/libcaca
295 - virtual/imagemagick-tools[jpeg]
296 - )"
297 -RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
298 - dev-python/libarchive-c[${PYTHON_USEDEP}]
299 - dev-python/distro[${PYTHON_USEDEP}]
300 - acl? ( sys-apps/acl )
301 - binutils? ( sys-devel/binutils )
302 - bzip2? ( app-arch/bzip2 )
303 - libcaca? ( media-libs/libcaca )
304 - colord? ( x11-misc/colord )
305 - cpio? ( app-arch/cpio )
306 - diff? ( sys-apps/diffutils )
307 - docx? ( app-text/docx2txt )
308 - dtc? ( sys-apps/dtc )
309 - e2fsprogs? ( sys-fs/e2fsprogs )
310 - file? ( sys-apps/file )
311 - find? ( sys-apps/findutils )
312 - gettext? ( sys-devel/gettext )
313 - gif? ( media-libs/giflib )
314 - gpg? ( app-crypt/gnupg )
315 - haskell? ( dev-lang/ghc )
316 - hdf5? ( sci-libs/hdf5 )
317 - hex? ( app-editors/vim-core )
318 - imagemagick? ( media-gfx/imagemagick )
319 - iso? ( app-cdr/cdrtools )
320 - java? ( virtual/jdk )
321 - llvm? ( sys-devel/llvm )
322 - lzma? ( app-arch/xz-utils )
323 - mono? ( dev-lang/mono )
324 - opendocument? ( app-text/odt2txt )
325 - pascal? ( dev-lang/fpc )
326 - pdf? (
327 - app-text/pdftk
328 - app-text/poppler
329 - dev-python/PyPDF2[${PYTHON_USEDEP}]
330 - )
331 - postscript? ( app-text/ghostscript-gpl )
332 - R? ( dev-lang/R )
333 - rpm? ( app-arch/rpm )
334 - sqlite? ( dev-db/sqlite:3 )
335 - squashfs? ( sys-fs/squashfs-tools )
336 - ssh? ( net-misc/openssh )
337 - tar? ( app-arch/tar )
338 - tcpdump? ( net-analyzer/tcpdump )
339 - zip? ( app-arch/unzip )
340 - zlib? ( app-arch/gzip )
341 - zstd? ( app-arch/zstd )
342 -"
343 -# Presence if filemagic's magic.py breaks imports
344 -# of dev-python/python-magic: https://bugs.gentoo.org/716482
345 -RDEPEND+=" !dev-python/filemagic"
346 -
347 -EPYTEST_DESELECT=(
348 - # Test seems to use different tarball
349 - tests/test_presenters.py::test_text_proper_indentation
350 -
351 - # Needs triage
352 - tests/comparators/test_binary.py::test_with_compare_details_and_tool_not_found
353 - tests/comparators/test_rlib.py::test_item3_deflate_llvm_bitcode
354 -
355 - # img2txt based failures, bug #797688
356 - tests/comparators/test_ico_image.py::test_diff
357 - tests/comparators/test_ico_image.py::test_diff_meta
358 - tests/comparators/test_ico_image.py::test_diff_meta2
359 - tests/comparators/test_ico_image.py::test_has_visuals
360 - tests/comparators/test_jpeg_image.py::test_diff
361 - tests/comparators/test_jpeg_image.py::test_compare_non_existing
362 - tests/comparators/test_jpeg_image.py::test_diff_meta
363 - tests/comparators/test_jpeg_image.py::test_has_visuals
364 -
365 - # docx2txt based falures, bug #797688
366 - tests/comparators/test_docx.py::test_diff
367 -
368 - # Formatting
369 - tests/test_source.py::test_code_is_black_clean
370 -)
371 -
372 -distutils_enable_tests pytest