aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-xmldiff/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-xmldiff/APKBUILD')
-rw-r--r--testing/py3-xmldiff/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-xmldiff/APKBUILD b/testing/py3-xmldiff/APKBUILD
deleted file mode 100644
index fbd153a405e..00000000000
--- a/testing/py3-xmldiff/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Sascha Brawer <sascha@brawer.ch>
-# Maintainer: Sascha Brawer <sascha@brawer.ch>
-pkgname=py3-xmldiff
-_pyname=xmldiff
-pkgver=2.4
-pkgrel=1
-pkgdesc="Creates diffs of XML files"
-url="https://github.com/Shoobx/xmldiff"
-arch="noarch"
-license="MIT"
-depends="python3 py3-lxml py3-six"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/x/$_pyname/$_pyname-$pkgver.tar.gz"
-builddir="$srcdir/$_pyname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py check
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="cc96c0d46d251ce1cf664c86f8fc0cc8fef67de6d0472415ae755e32cb86f21495dd144b5ecebba11820297a3f3cae8067c8d3b25b3107a8134b6ea641f2fc07 xmldiff-2.4.tar.gz"