aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-unidiff/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-unidiff/APKBUILD')
-rw-r--r--testing/py3-unidiff/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/py3-unidiff/APKBUILD b/testing/py3-unidiff/APKBUILD
deleted file mode 100644
index f3da1b92a8e..00000000000
--- a/testing/py3-unidiff/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer:
-pkgname=py3-unidiff
-pkgver=0.7.0
-pkgrel=0
-pkgdesc="Unified diff python parsing/metadata extraction library"
-url="https://github.com/matiasb/python-unidiff"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="py3-setuptools"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/matiasb/python-unidiff/archive/refs/tags/v$pkgver.tar.gz
- fix-test-script.patch"
-builddir="$srcdir/python-unidiff-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- sh run_tests.sh
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-
- mkdir -p "$pkgdir"/usr/share/doc/$pkgname
- install -m644 README.rst HISTORY AUTHORS \
- "$pkgdir"/usr/share/doc/$pkgname
-}
-
-sha512sums="
-8a8b3bf322a2a383b4efb0a51fa49ca5392d523188ee573adccdd19f88ab94030d7007796be054cc5a400dfc38f5e013f9c3cbcada1184c66fd04439a36363fb py3-unidiff-0.7.0.tar.gz
-3c42b36da7a549d59647a2a489cb85f45d5d51c839b206893e39f2bc5fc14917719e1aa5cd1042758c55bc7a218c63f1df3bb76c28c57724cc6a890ecafa64bc fix-test-script.patch
-"