testing/py3-lark-parser: upgrade to 0.8.5

This commit is contained in:
Justin Berthault 2020-05-20 15:37:19 +02:00 committed by Leo
parent 6412ca5faa
commit ef9bc59eaa

View File

@ -1,8 +1,7 @@
# Contributor: Russ Webber <russ@rw.id.au>
# Maintainer: Russ Webber <russ@rw.id.au>
pkgname=py3-lark-parser
_pkgname=lark-parser
pkgver=0.8.2
pkgver=0.8.5
pkgrel=0
pkgdesc="A modern parsing library for Python, implementing Earley & LALR(1) and an easy interface "
url="https://github.com/lark-parser/lark"
@ -11,8 +10,8 @@ license="MIT"
options="!check" # requires python dependency js2py
depends="python3"
makedepends="py3-setuptools"
source="$_pkgname-$pkgver.tar.gz::https://github.com/$_pkgname/lark/archive/$pkgver.tar.gz"
builddir="$srcdir/lark-$pkgver"
source="https://files.pythonhosted.org/packages/source/l/lark-parser/lark-parser-$pkgver.tar.gz"
builddir="$srcdir/lark-parser-$pkgver"
build() {
python3 setup.py build
@ -26,4 +25,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="ff7d7e03710e1730a21e5243e6e6cdef45a89fcf51230c45f2efdd66b048e8be0e88a98b431a7ed9c88a5ded4dae77401b6371da1e7b1bf8cc8e013426ff772d lark-parser-0.8.2.tar.gz"
sha512sums="d3af0c7f25f2c6fb59eee83c36d31fb99b86956900a78c644ac0043810775b4497f5e0296f85a232040569baa08c6740f583cd3fbaa2cb10f04bc9fb063ad761 lark-parser-0.8.5.tar.gz"