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, 01 Jan 2023 02:45:24
Message-Id: 1672540720.1b50a75bfe497697e0e403d9e5db402292b6fce9.sam@gentoo
1 commit: 1b50a75bfe497697e0e403d9e5db402292b6fce9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 02:38:40 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 02:38:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b50a75b
7
8 dev-util/diffoscope: drop 228
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/diffoscope/Manifest | 1 -
13 dev-util/diffoscope/diffoscope-228.ebuild | 120 ------------------------------
14 2 files changed, 121 deletions(-)
15
16 diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
17 index 4fb69cf1bf79..9ed7a999266f 100644
18 --- a/dev-util/diffoscope/Manifest
19 +++ b/dev-util/diffoscope/Manifest
20 @@ -1,2 +1 @@
21 -DIST diffoscope-228.tar.gz 3164190 BLAKE2B 21e75cb8e297540b149f22c52949d33a2e6ddd8c0fa8641e5d8b0c20045f1a7f6638b6b844631c2a5353cd23dc4d8447fadd9b8b3f5cd87fa33eb4b85abe3e2b SHA512 5ea3f0dfa17d2e17167241f9388a6fba919deec4c26a39e238fc282b0011f30e77b4daf27c0b076eadcc13ca51eb408eba983ea427adbaee3233db222b60948a
22 DIST diffoscope-229.tar.gz 3164192 BLAKE2B bee9fa1561ddcfde98cfa44cd6d66a28c636dbc7f3ec1f4895e91dfd3b66c039b68d53be0528b94c112552069886c3c81de4d9b9bc9038d183afdc9fdde6ddb9 SHA512 825c9c33f3088ba082ea3b998594445987558ee62b8b1fbfcded9b72a739faaa73908f8753b8772b3b1a8a43dbcfd52978265a18bdd92605defcd174884ccb23
23
24 diff --git a/dev-util/diffoscope/diffoscope-228.ebuild b/dev-util/diffoscope/diffoscope-228.ebuild
25 deleted file mode 100644
26 index d908e8be10a8..000000000000
27 --- a/dev-util/diffoscope/diffoscope-228.ebuild
28 +++ /dev/null
29 @@ -1,120 +0,0 @@
30 -# Copyright 2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -PYTHON_REQ_USE="ncurses"
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Will try to get to the bottom of what makes files or directories different"
41 -HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
47 -IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
48 -find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
49 -mono opendocument pascal pdf postscript R rpm sqlite squashfs
50 -ssh tar test tcpdump zip zlib zstd"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="
54 - dev-python/python-magic[${PYTHON_USEDEP}]
55 - dev-python/libarchive-c[${PYTHON_USEDEP}]
56 - dev-python/distro[${PYTHON_USEDEP}]
57 - dev-python/tlsh[${PYTHON_USEDEP}]
58 - acl? ( sys-apps/acl )
59 - binutils? ( sys-devel/binutils )
60 - bzip2? ( app-arch/bzip2 )
61 - libcaca? ( media-libs/libcaca )
62 - colord? ( x11-misc/colord )
63 - cpio? ( app-arch/cpio )
64 - diff? ( sys-apps/diffutils )
65 - docx? ( app-text/docx2txt )
66 - dtc? ( sys-apps/dtc )
67 - e2fsprogs? ( sys-fs/e2fsprogs )
68 - file? ( sys-apps/file )
69 - find? ( sys-apps/findutils )
70 - gettext? ( sys-devel/gettext )
71 - gif? ( media-libs/giflib )
72 - gpg? ( app-crypt/gnupg )
73 - haskell? ( dev-lang/ghc )
74 - hdf5? ( sci-libs/hdf5 )
75 - hex? ( app-editors/vim-core )
76 - imagemagick? ( media-gfx/imagemagick )
77 - iso? ( app-cdr/cdrtools )
78 - java? ( virtual/jdk )
79 - llvm? ( sys-devel/llvm )
80 - lzma? ( app-arch/xz-utils )
81 - mono? ( dev-lang/mono )
82 - opendocument? ( app-text/odt2txt )
83 - pascal? ( dev-lang/fpc )
84 - pdf? (
85 - app-text/pdftk
86 - app-text/poppler
87 - dev-python/PyPDF2[${PYTHON_USEDEP}]
88 - )
89 - postscript? ( app-text/ghostscript-gpl )
90 - R? ( dev-lang/R )
91 - rpm? ( app-arch/rpm )
92 - sqlite? ( dev-db/sqlite:3 )
93 - squashfs? ( sys-fs/squashfs-tools )
94 - ssh? ( net-misc/openssh )
95 - tar? ( app-arch/tar )
96 - tcpdump? ( net-analyzer/tcpdump )
97 - zip? ( app-arch/unzip )
98 - zlib? ( app-arch/gzip )
99 - zstd? ( app-arch/zstd )
100 -"
101 -# Presence of filemagic's magic.py breaks imports
102 -# of dev-python/python-magic: bug #716482
103 -RDEPEND+=" !dev-python/filemagic"
104 -
105 -# pull in optional tools for tests:
106 -# img2txt: bug #797688
107 -# docx2txt: bug #797688
108 -BDEPEND="
109 - test? (
110 - app-text/docx2txt
111 - app-text/html2text
112 - media-libs/libcaca
113 - virtual/imagemagick-tools[jpeg]
114 - )
115 -"
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 - tests/comparators/test_gif.py::test_has_visuals
125 -
126 - # img2txt based failures, bug #797688
127 - tests/comparators/test_ico_image.py::test_diff
128 - tests/comparators/test_ico_image.py::test_diff_meta
129 - tests/comparators/test_ico_image.py::test_diff_meta2
130 - tests/comparators/test_ico_image.py::test_has_visuals
131 - tests/comparators/test_jpeg_image.py::test_diff
132 - tests/comparators/test_jpeg_image.py::test_compare_non_existing
133 - tests/comparators/test_jpeg_image.py::test_diff_meta
134 - tests/comparators/test_jpeg_image.py::test_has_visuals
135 -
136 - # docx2txt based falures, bug #797688
137 - tests/comparators/test_docx.py::test_diff
138 -
139 - # Formatting
140 - tests/test_source.py::test_code_is_black_clean
141 -
142 - # Fails on ZFS
143 - tests/test_main.py::test_non_unicode_filename
144 -
145 - # Fails on (unreleased) LLVM 16 with minor difference
146 - tests/comparators/test_macho.py::test_llvm_diff
147 -)
148 -
149 -distutils_enable_tests pytest