19 lines
866 B
Bash
19 lines
866 B
Bash
# Template file for 'diffoscope'
|
|
pkgname=diffoscope
|
|
version=228
|
|
revision=1
|
|
build_style=python3-module
|
|
make_check_args="--ignore tests/comparators/test_html.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-magic python3-libarchive-c python3-progressbar
|
|
python3-argcomplete binwalk python3-defusedxml python3-distro
|
|
python3-jsondiff python3-PyPDF2 python3-pyxattr python3-tlsh"
|
|
checkdepends="${depends} cpio lz4 lzip xz python3-pytest-xdist"
|
|
short_desc="In-depth comparison of files, archives, and directories"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://diffoscope.org/"
|
|
changelog="https://salsa.debian.org/reproducible-builds/diffoscope/raw/master/debian/changelog"
|
|
distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz"
|
|
checksum=ff5d656eb6699f0fcd077146d2af44307c34ba9190c7b531d0e5accc8aeef869
|