icdiff: update to 2.0.5.
This commit is contained in:
parent
246c2da38d
commit
b55fba325c
2 changed files with 13 additions and 3 deletions
srcpkgs/icdiff
10
srcpkgs/icdiff/patches/tests-disable-format-and-lint.patch
Normal file
10
srcpkgs/icdiff/patches/tests-disable-format-and-lint.patch
Normal 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
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue