diffoscope: update to 228.
This commit is contained in:
parent
a7a62ba511
commit
8aa9241206
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'diffoscope'
|
# Template file for 'diffoscope'
|
||||||
pkgname=diffoscope
|
pkgname=diffoscope
|
||||||
version=221
|
version=228
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
make_check_args="--ignore tests/comparators/test_html.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-magic python3-libarchive-c python3-progressbar
|
depends="python3-magic python3-libarchive-c python3-progressbar
|
||||||
python3-argcomplete binwalk python3-defusedxml python3-distro
|
python3-argcomplete binwalk python3-defusedxml python3-distro
|
||||||
python3-jsondiff python3-PyPDF2 python3-pyxattr python3-tlsh"
|
python3-jsondiff python3-PyPDF2 python3-pyxattr python3-tlsh"
|
||||||
checkdepends="${depends} cpio python3-pytest-xdist"
|
checkdepends="${depends} cpio lz4 lzip xz python3-pytest-xdist"
|
||||||
short_desc="In-depth comparison of files, archives, and directories"
|
short_desc="In-depth comparison of files, archives, and directories"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://diffoscope.org/"
|
homepage="https://diffoscope.org/"
|
||||||
changelog="https://salsa.debian.org/reproducible-builds/diffoscope/raw/master/debian/changelog"
|
changelog="https://salsa.debian.org/reproducible-builds/diffoscope/raw/master/debian/changelog"
|
||||||
distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz"
|
||||||
checksum=7b1724e9b1e5ac6597cac07d0acd2661db1bcf0d6a9b2e87be21b5e3806be9f8
|
checksum=ff5d656eb6699f0fcd077146d2af44307c34ba9190c7b531d0e5accc8aeef869
|
||||||
|
|
Loading…
Reference in New Issue