George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-lark-parser
Commits: e1cad465 by George Rawlinson at 2023-12-28T21:23:03+13:00 upgpkg: 1.1.8-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,28 @@ +pkgbase = python-lark-parser + pkgdesc = A modern parsing library + pkgver = 1.1.8 + pkgrel = 1 + url = https://github.com/lark-parser/lark + arch = any + license = MIT + checkdepends = python-js2py + checkdepends = python-tzlocal + checkdepends = python-atomicwrites + checkdepends = python-regex + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python + depends = python-typing_extensions + optdepends = python-atomicwrites: for atomic_cache + optdepends = python-regex: for regex support + optdepends = python-js2py: for nearley support + provides = python-lark + source = python-lark-parser::git+https://github.com/lark-parser/lark#commit=a43373c8c16bea0e2e006eb614b21c1970e4f989 + source = github.com-Hardmath123-nearley::git+https://github.com/Hardmath123/nearley + b2sums = SKIP + b2sums = SKIP + +pkgname = python-lark-parser ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Felix Yan <felixonm...@archlinux.org> pkgname=python-lark-parser -pkgver=1.1.7 -pkgrel=2 +pkgver=1.1.8 +pkgrel=1 pkgdesc='A modern parsing library' arch=('any') url='https://github.com/lark-parser/lark' @@ -32,7 +32,7 @@ optdepends=( 'python-js2py: for nearley support' ) provides=('python-lark') -_commit='e795810d9849a5ee517effadc7693f7a4ea2f076' +_commit='a43373c8c16bea0e2e006eb614b21c1970e4f989' source=( "$pkgname::git+$url#commit=$_commit" 'github.com-Hardmath123-nearley::git+https://github.com/Hardmath123/nearley' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-lark-parser/-/commit/e1cad465eab765c5559dc2d450fee83a857af0e3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-lark-parser/-/commit/e1cad465eab765c5559dc2d450fee83a857af0e3 You're receiving this email because of your account on gitlab.archlinux.org.