[arch-commits] Commit in diffoscope/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Feb 3 16:53:03 UTC 2017


    Date: Friday, February 3, 2017 @ 16:53:02
  Author: anthraxx
Revision: 209749

upgpkg: diffoscope 70-1

Modified:
  diffoscope/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-03 16:22:05 UTC (rev 209748)
+++ PKGBUILD	2017-02-03 16:53:02 UTC (rev 209749)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=69
+pkgver=70
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -13,7 +13,7 @@
   'acl: access control list utilities support'
   'binutils: binary utilities support'
   'bzip2: bzip2 utilities support'
-  'cdrkit: ISO utilities support'
+  'cdrtools: ISO utilities support'
   'colord: ICC profiles support'
   'cpio: cpio archive support'
   'diffutils: diff utilities support'
@@ -28,7 +28,6 @@
   'ghc: haskell utilities support'
   'gnupg: GNU privacy guard support'
   'mono: mono support'
-  'mono-tools: mono utilities support'
   'openssh: OpenSSH key comparing support'
   'poppler: PDF utilities support'
   'sqlite: SQLite support'
@@ -42,10 +41,10 @@
   'xz: XZ and LZMA utilities support'
 )
 checkdepends=(
-  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg'
+  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg'
   'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh')
 source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('dd98e01587dda0d9c86189e7952e23960312edd52c4b8eb51349f3efcb1b0dceeec7e764e91511f7dfe13fff42e023584dd089585b6b60776b3af36d6f50dc2a')
+sha512sums=('fe1b3167fc55d398dc5cc38aa6660988557c982ad7b88fde6a50c6763ab234fd1e2b1a8986ba7a5a91a181e1315a4eface12203b3c52e7bf4daaa98f03f5b1da')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -61,7 +60,9 @@
   cd ${pkgname}-${pkgver}
   # TODO: readd fpc
   # TODO: colord test fails with lcms2 >= 2.8
-  PYTHONPATH=".:${PYTHONPATH}" py.test -k 'not test_icc and not test_ppu'
+  # disable iso9660 as output from cdrtools is different
+  PYTHONPATH=".:${PYTHONPATH}" LC_CTYPE=en_US.UTF-8 py.test \
+    -k 'not test_icc and not test_ppu and not test_iso9660'
 }
 
 package() {



More information about the arch-commits mailing list