[arch-commits] Commit in diffoscope/repos (4 files)
Levente Polyak
anthraxx at archlinux.org
Fri Aug 4 10:25:02 UTC 2017
Date: Friday, August 4, 2017 @ 10:25:01
Author: anthraxx
Revision: 248230
archrelease: copy trunk to community-i686, community-x86_64
Added:
diffoscope/repos/community-i686/PKGBUILD
(from rev 248229, diffoscope/trunk/PKGBUILD)
diffoscope/repos/community-x86_64/PKGBUILD
(from rev 248229, diffoscope/trunk/PKGBUILD)
Deleted:
diffoscope/repos/community-i686/PKGBUILD
diffoscope/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 166 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 83 ----------------------
community-x86_64/PKGBUILD | 83 ----------------------
3 files changed, 166 insertions(+), 166 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-08-04 10:24:52 UTC (rev 248229)
+++ community-i686/PKGBUILD 2017-08-04 10:25:01 UTC (rev 248230)
@@ -1,83 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=diffoscope
-pkgver=82
-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')
-# TODO: python-argcomplete
-optdepends=(
- 'acl: access control list utilities support'
- 'binutils: binary utilities support'
- 'bzip2: bzip2 utilities support'
- 'cdrtools: ISO utilities support'
- 'colord: ICC profiles support'
- 'cpio: cpio archive support'
- 'diffutils: diff utilities support'
- 'docx2txt: docx comparing support'
- 'dtc: device tree comparing support'
- 'e2fsprogs: Ext2/3/4 filesystem utilities support'
- 'enjarify: Android dex file support'
- 'fpc: Free Pascal utilities support'
- 'imagemagick: ImageMagick identify support'
- 'java-environment: java utilities support'
- 'libcaca: image compare support'
- 'llvm: LLVM bitcode files support'
- 'odt2txt: odt comparing support'
- 'fontforge: bitmap font utilities support'
- 'gettext: GNU internationalization utilities support'
- 'ghc: haskell utilities support'
- 'giflib: gifbuild utilities support'
- 'gnupg: GNU privacy guard support'
- 'mono: mono support'
- 'openssh: OpenSSH key comparing support'
- 'poppler: PDF utilities support'
- 'r: R language support'
- 'sqlite: SQLite support'
- 'squashfs-tools: squashfs filesystem support'
- #'python-guestfs: guestfs filesystem support'
- 'python-jsbeautifier: javascript beautifier support'
- 'tcpdump: pcap matching support'
- 'tlsh: fuzzy matching supprt'
- 'unzip: zip utilities support'
- 'gzip: gzip utilities support'
- 'tar: tar utilities support'
- 'vim: Vi IMproved (xxd) utilities support'
- 'xz: XZ and LZMA utilities support'
-)
-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')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('a6479db5f64c91be31f59f1eebf858a0e0c90cecd3366352e5be7937898fce0649b957f5aa9669210b76ff21e085a2b0350ba09fce287e2adf96c3b0de634d5c')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed '/python-magic/d' -i setup.py
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- python setup.py build
-}
-
-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'
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- python setup.py install --skip-build -O1 --root="${pkgdir}"
- install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:
Copied: diffoscope/repos/community-i686/PKGBUILD (from rev 248229, diffoscope/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-04 10:25:01 UTC (rev 248230)
@@ -0,0 +1,83 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=diffoscope
+pkgver=85
+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
+optdepends=(
+ 'acl: access control list utilities support'
+ 'binutils: binary utilities support'
+ 'bzip2: bzip2 utilities support'
+ 'cdrtools: ISO utilities support'
+ 'colord: ICC profiles support'
+ 'cpio: cpio archive support'
+ 'diffutils: diff utilities support'
+ 'docx2txt: docx comparing support'
+ 'dtc: device tree comparing support'
+ 'e2fsprogs: Ext2/3/4 filesystem utilities support'
+ 'enjarify: Android dex file support'
+ 'fpc: Free Pascal utilities support'
+ 'imagemagick: ImageMagick identify support'
+ 'java-environment: java utilities support'
+ 'libcaca: image compare support'
+ 'llvm: LLVM bitcode files support'
+ 'odt2txt: odt comparing support'
+ 'fontforge: bitmap font utilities support'
+ 'gettext: GNU internationalization utilities support'
+ 'ghc: haskell utilities support'
+ 'giflib: gifbuild utilities support'
+ 'gnupg: GNU privacy guard support'
+ 'mono: mono support'
+ 'openssh: OpenSSH key comparing support'
+ 'poppler: PDF utilities support'
+ 'r: R language support'
+ 'sqlite: SQLite support'
+ 'squashfs-tools: squashfs filesystem support'
+ #'python-guestfs: guestfs filesystem support'
+ 'python-jsbeautifier: javascript beautifier support'
+ 'tcpdump: pcap matching support'
+ 'tlsh: fuzzy matching supprt'
+ 'unzip: zip utilities support'
+ 'gzip: gzip utilities support'
+ 'tar: tar utilities support'
+ 'vim: Vi IMproved (xxd) utilities support'
+ 'xz: XZ and LZMA utilities support'
+)
+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')
+source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
+sha512sums=('07604fafaca2288b8dfb40a92af55a195f90b798c0ba3c50ac28cddb3677ec90c19485fb3f894892c85cc54a9b78a2f2e896b3371b25520c7505be5c01b75b39')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed '/python-magic/d' -i setup.py
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ python setup.py build
+}
+
+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'
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ python setup.py install --skip-build -O1 --root="${pkgdir}"
+ install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-08-04 10:24:52 UTC (rev 248229)
+++ community-x86_64/PKGBUILD 2017-08-04 10:25:01 UTC (rev 248230)
@@ -1,83 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=diffoscope
-pkgver=82
-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')
-# TODO: python-argcomplete
-optdepends=(
- 'acl: access control list utilities support'
- 'binutils: binary utilities support'
- 'bzip2: bzip2 utilities support'
- 'cdrtools: ISO utilities support'
- 'colord: ICC profiles support'
- 'cpio: cpio archive support'
- 'diffutils: diff utilities support'
- 'docx2txt: docx comparing support'
- 'dtc: device tree comparing support'
- 'e2fsprogs: Ext2/3/4 filesystem utilities support'
- 'enjarify: Android dex file support'
- 'fpc: Free Pascal utilities support'
- 'imagemagick: ImageMagick identify support'
- 'java-environment: java utilities support'
- 'libcaca: image compare support'
- 'llvm: LLVM bitcode files support'
- 'odt2txt: odt comparing support'
- 'fontforge: bitmap font utilities support'
- 'gettext: GNU internationalization utilities support'
- 'ghc: haskell utilities support'
- 'giflib: gifbuild utilities support'
- 'gnupg: GNU privacy guard support'
- 'mono: mono support'
- 'openssh: OpenSSH key comparing support'
- 'poppler: PDF utilities support'
- 'r: R language support'
- 'sqlite: SQLite support'
- 'squashfs-tools: squashfs filesystem support'
- #'python-guestfs: guestfs filesystem support'
- 'python-jsbeautifier: javascript beautifier support'
- 'tcpdump: pcap matching support'
- 'tlsh: fuzzy matching supprt'
- 'unzip: zip utilities support'
- 'gzip: gzip utilities support'
- 'tar: tar utilities support'
- 'vim: Vi IMproved (xxd) utilities support'
- 'xz: XZ and LZMA utilities support'
-)
-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')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('a6479db5f64c91be31f59f1eebf858a0e0c90cecd3366352e5be7937898fce0649b957f5aa9669210b76ff21e085a2b0350ba09fce287e2adf96c3b0de634d5c')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed '/python-magic/d' -i setup.py
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- python setup.py build
-}
-
-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'
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- python setup.py install --skip-build -O1 --root="${pkgdir}"
- install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:
Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 248229, diffoscope/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-08-04 10:25:01 UTC (rev 248230)
@@ -0,0 +1,83 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=diffoscope
+pkgver=85
+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
+optdepends=(
+ 'acl: access control list utilities support'
+ 'binutils: binary utilities support'
+ 'bzip2: bzip2 utilities support'
+ 'cdrtools: ISO utilities support'
+ 'colord: ICC profiles support'
+ 'cpio: cpio archive support'
+ 'diffutils: diff utilities support'
+ 'docx2txt: docx comparing support'
+ 'dtc: device tree comparing support'
+ 'e2fsprogs: Ext2/3/4 filesystem utilities support'
+ 'enjarify: Android dex file support'
+ 'fpc: Free Pascal utilities support'
+ 'imagemagick: ImageMagick identify support'
+ 'java-environment: java utilities support'
+ 'libcaca: image compare support'
+ 'llvm: LLVM bitcode files support'
+ 'odt2txt: odt comparing support'
+ 'fontforge: bitmap font utilities support'
+ 'gettext: GNU internationalization utilities support'
+ 'ghc: haskell utilities support'
+ 'giflib: gifbuild utilities support'
+ 'gnupg: GNU privacy guard support'
+ 'mono: mono support'
+ 'openssh: OpenSSH key comparing support'
+ 'poppler: PDF utilities support'
+ 'r: R language support'
+ 'sqlite: SQLite support'
+ 'squashfs-tools: squashfs filesystem support'
+ #'python-guestfs: guestfs filesystem support'
+ 'python-jsbeautifier: javascript beautifier support'
+ 'tcpdump: pcap matching support'
+ 'tlsh: fuzzy matching supprt'
+ 'unzip: zip utilities support'
+ 'gzip: gzip utilities support'
+ 'tar: tar utilities support'
+ 'vim: Vi IMproved (xxd) utilities support'
+ 'xz: XZ and LZMA utilities support'
+)
+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')
+source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
+sha512sums=('07604fafaca2288b8dfb40a92af55a195f90b798c0ba3c50ac28cddb3677ec90c19485fb3f894892c85cc54a9b78a2f2e896b3371b25520c7505be5c01b75b39')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed '/python-magic/d' -i setup.py
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ python setup.py build
+}
+
+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'
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ python setup.py install --skip-build -O1 --root="${pkgdir}"
+ install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list