icdiff: update to 2.0.5.

This commit is contained in:
Duncaen 2022-04-09 17:51:34 +02:00
parent 246c2da38d
commit b55fba325c
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 13 additions and 3 deletions

View file

@ -0,0 +1,10 @@
--- a/test.sh
+++ b/test.sh
@@ -204,6 +204,7 @@
fi
}
+exit 0
ensure_installed "black"
echo 'Running black formatter...'
if ! black icdiff --line-length 79 --check; then

View file

@ -1,7 +1,7 @@
# Template file for 'icdiff'
pkgname=icdiff
version=2.0.4
revision=2
version=2.0.5
revision=1
wrksrc="${pkgname}-release-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -13,7 +13,7 @@ license="Python-2.0"
homepage="http://www.jefftk.com/icdiff"
changelog="https://github.com/jeffkaufman/icdiff/raw/master/ChangeLog"
distfiles="https://github.com/jeffkaufman/icdiff/archive/release-${version}.tar.gz"
checksum=ec21632b64159990a1bcedc8b25f96b476e7a6d9e18b75422420c0ae9b694eac
checksum=e1c278222891acde5d5b47e31b89f765fdf022b8908057f583032530982fe5b4
replaces="python3-icdiff>=0"
provides="python3-icdiff-${version}_${revision}"