# Contributor: Drew DeVault # Contributor: Orson Teodoro # Maintainer: Orson Teodoro pkgname=py3-pypeg2 _pkgname=pypeg pkgver=2.15.2 pkgrel=5 pkgdesc="An intrinsic PEG Parser-Interpreter for Python" url="https://fdik.org/pyPEG2/" arch="noarch" license="GPL-2.0-only" _gitrev="43b84d987ec1" depends="python3 py3-lxml" makedepends="py3-setuptools" source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/fdik/$_pkgname/get/$pkgver.tar.gz" builddir="$srcdir"/fdik-$_pkgname-$_gitrev replaces="py-pypeg2" # Backwards compatibility provides="py-pypeg2=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } check() { make test PYTHON=/usr/bin/python3 } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="425e9f56c2353687ab0a77789c209359fd0cf50a949f39fea88c2e153737fbd4e7b0c9716895606a912fa4b98ced3380361739ebddeb13f60c6aad9e41a018d7 py3-pypeg2-2.15.2.tar.gz"