aboutsummaryrefslogtreecommitdiffstats
path: root/testing/diffoscope/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/diffoscope/APKBUILD')
-rw-r--r--testing/diffoscope/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/diffoscope/APKBUILD b/testing/diffoscope/APKBUILD
deleted file mode 100644
index 9d0144e12b5..00000000000
--- a/testing/diffoscope/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=diffoscope
-pkgver=179
-pkgrel=0
-pkgdesc="In-depth comparison of files, archives, and directories"
-url="https://diffoscope.org/"
-arch="noarch !mips !mips64" # py3-libarchive-c
-license="GPL-3.0-or-later"
-makedepends="python3-dev py3-setuptools py3-docutils"
-depends="py3-magic py3-libarchive-c"
-checkdepends="py3-pytest gzip bzip2 unzip libarchive-tools cdrkit"
-source="https://salsa.debian.org/reproducible-builds/diffoscope/-/archive/$pkgver/diffoscope-$pkgver.tar.gz"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- PYTHONPATH=".:${PYTHONPATH}" PYTHONDONTWRITEBYTECODE=1 py.test \
- -k 'not test_text_proper_indentation'
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-ac527ccc04a44c726f543ffe37333b4cbbdb55014929d69afacbcd51ddd2ab263b5ee47eb7058995c46f159c2a9792f22d597a3e46a162bcafef90b4f658a020 diffoscope-179.tar.gz
-"