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: Sat, 18 Sep 2021 02:31:00
Message-Id: 1631932176.8842ad29763501d73884901cfffbfaebbb975bf4.sam@gentoo
1 commit: 8842ad29763501d73884901cfffbfaebbb975bf4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 02:16:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 02:29:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8842ad29
7
8 dev-util/diffoscope: add 184
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/diffoscope/Manifest | 1 +
13 dev-util/diffoscope/diffoscope-184.ebuild | 112 ++++++++++++++++++++++++++++++
14 2 files changed, 113 insertions(+)
15
16 diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
17 index 591d9da6352..f36084b5954 100644
18 --- a/dev-util/diffoscope/Manifest
19 +++ b/dev-util/diffoscope/Manifest
20 @@ -3,3 +3,4 @@ DIST diffoscope-180.tar.gz 1600542 BLAKE2B 0cc34106f039e0682b32de284b3ce1be90e86
21 DIST diffoscope-181.tar.gz 1602420 BLAKE2B ae5f40b7a687c6425444df816b0583e50a0c86a4c31b44034a365c18e448765587a093794d3aab930b979706655a661a3cd8b398e34604c7f3e556a9f918406d SHA512 de4132b936ce6c79e333ab5c835f4dfe30951fc91b70848f9ecc91cb5323b81a47fa25a6cec562cfd3d059d96809bd85dbe1b37971fffdc15303ac504514759a
22 DIST diffoscope-182.tar.gz 1602751 BLAKE2B 0039dd91d5f6653cd2addb0193d9070e53fd785ace64ca11a2ffe80078ff07a43deba6ee4c16f29d9152d18130fc793a48086fba48ce0d60861f0bf71d1c375e SHA512 86333b443c18e6ec809742707d7242deb4977a20e2d864a873519120fb0fe0504a3198cc0f2ff66d6101182bdfd998a96a260a75da710c3ef43a1220c7126897
23 DIST diffoscope-183.tar.gz 1603189 BLAKE2B ccfacfe7fb2dc8259328360378cb88976124ec793a1aebf7e8512da4d2b4869e89a4941c2e8adfc49dbe6a2c26afc3444de63b5a598f2c9fbc455f74adca6b37 SHA512 868c3cd13e49505a18487d9084c4e560665cd3253091f68c454fccc0e560fe189c875628a1a1064d2cb988afe66a44de2863c55a9e19459de032923572673e38
24 +DIST diffoscope-184.tar.gz 2684969 BLAKE2B 8b7fd3e4e85f372f2c45cd1f9ed82d5c6c2771044535063398e23b94a069c73d4fbc89fe0fa7393ea188a107cd4912d189a3566cc0701b1f3253761480b40080 SHA512 ae4f1e929ada57706b8ed28b03be264fb65e6b1692da9e212bf60ac40a56fb5f488bb5dd162d3436e832ba245edd0a7383f794ce38541cb4295d10f2cc1de50e
25
26 diff --git a/dev-util/diffoscope/diffoscope-184.ebuild b/dev-util/diffoscope/diffoscope-184.ebuild
27 new file mode 100644
28 index 00000000000..086eecc9529
29 --- /dev/null
30 +++ b/dev-util/diffoscope/diffoscope-184.ebuild
31 @@ -0,0 +1,112 @@
32 +# Copyright 2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8,9,10} )
38 +PYTHON_REQ_USE="ncurses"
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Will try to get to the bottom of what makes files or directories different"
43 +HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="GPL-3+"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
49 +IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
50 +find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
51 +mono opendocument pascal pdf postscript R rpm sqlite squashfs
52 +ssh tar test tcpdump zip zlib zstd"
53 +
54 +RESTRICT="!test? ( test )"
55 +
56 +# pull in optional tools for tests:
57 +# img2txt: bug #797688
58 +# docx2txt: bug #797688
59 +DEPEND="
60 + dev-python/setuptools[${PYTHON_USEDEP}]
61 + test? (
62 + app-text/docx2txt
63 + media-libs/libcaca
64 + )
65 +"
66 +RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
67 + dev-python/libarchive-c[${PYTHON_USEDEP}]
68 + dev-python/distro[${PYTHON_USEDEP}]
69 + acl? ( sys-apps/acl )
70 + binutils? ( sys-devel/binutils )
71 + bzip2? ( app-arch/bzip2 )
72 + libcaca? ( media-libs/libcaca )
73 + colord? ( x11-misc/colord )
74 + cpio? ( app-arch/cpio )
75 + diff? ( sys-apps/diffutils )
76 + docx? ( app-text/docx2txt )
77 + dtc? ( sys-apps/dtc )
78 + e2fsprogs? ( sys-fs/e2fsprogs )
79 + file? ( sys-apps/file )
80 + find? ( sys-apps/findutils )
81 + gettext? ( sys-devel/gettext )
82 + gif? ( media-libs/giflib )
83 + gpg? ( app-crypt/gnupg )
84 + haskell? ( dev-lang/ghc )
85 + hdf5? ( sci-libs/hdf5 )
86 + hex? ( app-editors/vim-core )
87 + imagemagick? ( media-gfx/imagemagick )
88 + iso? ( app-cdr/cdrtools )
89 + java? ( virtual/jdk )
90 + llvm? ( sys-devel/llvm )
91 + lzma? ( app-arch/xz-utils )
92 + mono? ( dev-lang/mono )
93 + opendocument? ( app-text/odt2txt )
94 + pascal? ( dev-lang/fpc )
95 + pdf? (
96 + app-text/pdftk
97 + app-text/poppler
98 + dev-python/PyPDF2[${PYTHON_USEDEP}]
99 + )
100 + postscript? ( app-text/ghostscript-gpl )
101 + R? ( dev-lang/R )
102 + rpm? ( app-arch/rpm )
103 + sqlite? ( dev-db/sqlite:3 )
104 + squashfs? ( sys-fs/squashfs-tools )
105 + ssh? ( net-misc/openssh )
106 + tar? ( app-arch/tar )
107 + tcpdump? ( net-analyzer/tcpdump )
108 + zip? ( app-arch/unzip )
109 + zlib? ( app-arch/gzip )
110 + zstd? ( app-arch/zstd )
111 +"
112 +# Presence if filemagic's magic.py breaks imports
113 +# of dev-python/python-magic: https://bugs.gentoo.org/716482
114 +RDEPEND+=" !dev-python/filemagic"
115 +
116 +distutils_enable_tests pytest
117 +
118 +python_test() {
119 + local exclude=(
120 + # test seems to use different tarball
121 + tests/test_presenters.py::test_text_proper_indentation
122 +
123 + # needs triage
124 + tests/comparators/test_binary.py::test_with_compare_details_and_tool_not_found
125 +
126 + # needs triage
127 + tests/comparators/test_rlib.py::test_item3_deflate_llvm_bitcode
128 +
129 + # img2txt based failures, bug #797688
130 + tests/comparators/test_ico_image.py::test_diff
131 + tests/comparators/test_ico_image.py::test_diff_meta
132 + tests/comparators/test_ico_image.py::test_diff_meta2
133 + tests/comparators/test_ico_image.py::test_has_visuals
134 + tests/comparators/test_jpeg_image.py::test_diff
135 + tests/comparators/test_jpeg_image.py::test_compare_non_existing
136 + tests/comparators/test_jpeg_image.py::test_diff_meta
137 + tests/comparators/test_jpeg_image.py::test_has_visuals
138 +
139 + # docx2txt based falures, bug #797688
140 + tests/comparators/test_docx.py::test_diff
141 + )
142 + epytest ${exclude[@]/#/--deselect }
143 +}