aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-rply/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-rply/APKBUILD')
-rw-r--r--testing/py3-rply/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-rply/APKBUILD b/testing/py3-rply/APKBUILD
deleted file mode 100644
index a3581cb40eb..00000000000
--- a/testing/py3-rply/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer:
-pkgname=py3-rply
-pkgver=0.7.8
-pkgrel=1
-pkgdesc="Python parser generator, that also works with RPython"
-url="https://github.com/alex/rply"
-arch="noarch"
-license="BSD-3-Clause-Clear"
-depends="py3-appdirs"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest py3-pytest-runner"
-source="$pkgname-$pkgver.tar.gz::https://github.com/alex/rply/archive/v$pkgver.tar.gz"
-builddir="$srcdir/rply-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- py.test-3
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="b43e6425f046561cfca616801d37d7151f015aeb2ea2365abc00f97fd6b41f1a01a17e330aed5a81537065e4b29d49cd0824b5a5cb8b2d11da2ff1f8de952fce py3-rply-0.7.8.tar.gz"