Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/
Date: Sat, 27 Feb 2021 21:26:03
Message-Id: 1614461156.9e341d3429a53f4fc9cc81afe35d16a48bbb455e.slyfox@gentoo
1 commit: 9e341d3429a53f4fc9cc81afe35d16a48bbb455e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 21:20:01 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 21:25:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e341d34
7
8 dev-util/diffoscope: bump up to 168
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/diffoscope/Manifest | 1 +
14 dev-util/diffoscope/diffoscope-168.ebuild | 73 +++++++++++++++++++++++++++++++
15 2 files changed, 74 insertions(+)
16
17 diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
18 index 9e269e7d6b3..3381430b441 100644
19 --- a/dev-util/diffoscope/Manifest
20 +++ b/dev-util/diffoscope/Manifest
21 @@ -1 +1,2 @@
22 DIST diffoscope-167.tar.gz 1569356 BLAKE2B 736da75d81fadc0a93cec4fed761751a9f1c539781d0fb5c1c3b465b2af71480978cd111ea729201b7eb892f23e900a26e99d84d1404cc23a5cc0f49fcd3fd20 SHA512 e5046ffba8ca27f56c2219ac5e6d4cdd0765778fdd71b0221113d65da8724028f2a1daf48ee1676a54c5c534f5e10de5867e9a9f51c10334d23772894f1d65e7
23 +DIST diffoscope-168.tar.gz 1569627 BLAKE2B ad0dcfeb40b4747877a5b0366706a57fea87229d23b4c7faa43e5dd12d8d950df52f42e74df862c52875e4722f046481ceb7204e74df11ed20188522e9874d9d SHA512 55025ff1a4e7664631d15c980aef46e6db4b22501989b1d58812a18eacb0e8c87028e6bed1599842b1ac072e0797d49a9d0796419a9678956c2f779b8909b6f4
24
25 diff --git a/dev-util/diffoscope/diffoscope-168.ebuild b/dev-util/diffoscope/diffoscope-168.ebuild
26 new file mode 100644
27 index 00000000000..c545c9302aa
28 --- /dev/null
29 +++ b/dev-util/diffoscope/diffoscope-168.ebuild
30 @@ -0,0 +1,73 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7,8} )
37 +PYTHON_REQ_USE="ncurses"
38 +DISTUTILS_USE_SETUPTOOLS=rdepend
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 ~ppc64 ~x86"
49 +IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
50 +find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
51 +mono opendocument pascal pdf postscript R rpm sqlite squashfs
52 +ssh tar tcpdump xz zip zstd"
53 +
54 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
55 +RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
56 + dev-python/libarchive-c[${PYTHON_USEDEP}]
57 + dev-python/distro[${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 + gzip? ( app-arch/gzip )
74 + haskell? ( dev-lang/ghc )
75 + hdf5? ( sci-libs/hdf5 )
76 + hex? ( app-editors/vim-core )
77 + imagemagick? ( media-gfx/imagemagick )
78 + iso? ( app-cdr/cdrtools )
79 + java? ( virtual/jdk )
80 + llvm? ( sys-devel/llvm )
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 + xz? ( app-arch/xz-utils )
98 + zip? ( app-arch/unzip )
99 + zstd? ( app-arch/zstd )
100 +"
101 +# Presence if filemagic's magic.py breaks imports
102 +# of dev-python/python-magic: https://bugs.gentoo.org/716482
103 +RDEPEND+=" !dev-python/filemagic"