# Template file for 'python3-lark'
pkgname=python3-lark
version=1.3.1
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
depends="python3"
short_desc="Parsing toolkit for Python"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/lark-parser/lark"
distfiles="${PYPI_SITE}/l/lark/lark-${version}.tar.gz"
checksum=b426a7a6d6d53189d318f2b6236ab5d6429eaf09259f1ca33eb716eed10d2905

post_install() {
	vlicense LICENSE
}
