aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-wcmatch/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-wcmatch/APKBUILD')
-rw-r--r--testing/py3-wcmatch/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/py3-wcmatch/APKBUILD b/testing/py3-wcmatch/APKBUILD
deleted file mode 100644
index b1d9b2a3487..00000000000
--- a/testing/py3-wcmatch/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Andy Postnikov <apostnikov@gmail.com>
-pkgname=py3-wcmatch
-_pkgname=wcmatch
-pkgver=8.1.2
-pkgrel=0
-pkgdesc="wilcard file name matching library"
-url="https://facelessuser.github.io/wcmatch/"
-arch="noarch"
-license="MIT"
-depends="py3-bracex"
-makedepends="py3-setuptools py3-pytest"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$pkgver
-
-build() {
- python3 setup.py build
-}
-
-check() {
- pytest -v
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="a20dd7fd71659407c9f8adffa21757272c70badbb6a150eac2db65d40bb681fbb62353ad0a7e714f3bdb06ccec0bd7058c016402f89278ea0d2c350b2bff9f3e wcmatch-8.1.2.tar.gz"