aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-lark-parser/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-lark-parser/APKBUILD')
-rw-r--r--testing/py3-lark-parser/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-lark-parser/APKBUILD b/testing/py3-lark-parser/APKBUILD
deleted file mode 100644
index f05591dcc65..00000000000
--- a/testing/py3-lark-parser/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Russ Webber <russ@rw.id.au>
-# Maintainer: Russ Webber <russ@rw.id.au>
-pkgname=py3-lark-parser
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="modern parsing library for Python, implementing Earley & LALR(1) and an easy interface"
-url="https://github.com/lark-parser/lark"
-arch="noarch"
-license="MIT"
-options="!check" # requires python dependency js2py
-depends="python3"
-makedepends="py3-setuptools"
-source="$pkgname-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz"
-builddir="$srcdir/lark-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py test
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="3c1a6e3e3742bf26eb824ef19079b5151d91b0066ef184a0387bd065c3f444adbab3f5ec9c4e618d863fcd49e10f0333fee4eeaf3100fbc362f142bbcae8bd76 py3-lark-parser-0.11.1.tar.gz"