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

Levente Polyak anthraxx at archlinux.org
Wed Oct 4 21:45:48 UTC 2017


    Date: Wednesday, October 4, 2017 @ 21:45:47
  Author: anthraxx
Revision: 261587

upgpkg: diffoscope 87-1

Modified:
  diffoscope/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 20:27:26 UTC (rev 261586)
+++ PKGBUILD	2017-10-04 21:45:47 UTC (rev 261587)
@@ -1,17 +1,17 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=85
+pkgver=87
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('i686' 'x86_64')
 license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 'python-distro' 'python-progressbar' 'python-defusedxml')
-# TODO: python-argcomplete
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 'python-distro' 'python-defusedxml')
 optdepends=(
   'acl: access control list utilities support'
   'binutils: binary utilities support'
+  'binwalk: binwalk support'
   'bzip2: bzip2 utilities support'
   'cdrtools: ISO utilities support'
   'colord: ICC profiles support'
@@ -21,8 +21,8 @@
   'dtc: device tree comparing support'
   'e2fsprogs: Ext2/3/4 filesystem utilities support'
   'enjarify: Android dex file support'
+  'imagemagick: ImageMagick identify support'
   'fpc: Free Pascal utilities support'
-  'imagemagick: ImageMagick identify support'
   'java-environment: java utilities support'
   'libcaca: image compare support'
   'llvm: LLVM bitcode files support'
@@ -39,7 +39,9 @@
   'sqlite: SQLite support'
   'squashfs-tools: squashfs filesystem support'
   #'python-guestfs: guestfs filesystem support'
+  'python-argcomplete: completion support'
   'python-jsbeautifier: javascript beautifier support'
+  'python-progressbar: show progressbar support'
   'tcpdump: pcap matching support'
   'tlsh: fuzzy matching supprt'
   'unzip: zip utilities support'
@@ -51,9 +53,10 @@
 checkdepends=(
   'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
   'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools'
-  'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib')
+  'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
+  'python-progressbar' 'binwalk' 'python-argcomplete')
 source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('07604fafaca2288b8dfb40a92af55a195f90b798c0ba3c50ac28cddb3677ec90c19485fb3f894892c85cc54a9b78a2f2e896b3371b25520c7505be5c01b75b39')
+sha512sums=('654cec4c414c2451001a08d1b32d42c7de85202b64faaf9d16c4f7d1c3d43ae860d07d4d776144b475e8c71d44e408b19e4cbb83e86c5d66a7908ba6b184cb56')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -67,11 +70,8 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  # TODO: readd fpc
-  # TODO: colord test fails with lcms2 >= 2.8
-  # 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 and not test_sqlite and not test_ico_image and not test_presenters'
+  PYTHONPATH=".:${PYTHONPATH}" py.test \
+    -k 'not test_rlib and not test_progress and not test_ppu and not test_elf'
 }
 
 package() {



More information about the arch-commits mailing list