From b55fba325c77ac8cd687717f1b64c85197b9d1f2 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 9 Apr 2022 17:51:34 +0200 Subject: [PATCH] icdiff: update to 2.0.5. --- .../icdiff/patches/tests-disable-format-and-lint.patch | 10 ++++++++++ srcpkgs/icdiff/template | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/icdiff/patches/tests-disable-format-and-lint.patch diff --git a/srcpkgs/icdiff/patches/tests-disable-format-and-lint.patch b/srcpkgs/icdiff/patches/tests-disable-format-and-lint.patch new file mode 100644 index 00000000000..6e3daa16d90 --- /dev/null +++ b/srcpkgs/icdiff/patches/tests-disable-format-and-lint.patch @@ -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 diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template index 35e1d87c683..14f656a597b 100644 --- a/srcpkgs/icdiff/template +++ b/srcpkgs/icdiff/template @@ -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}"