16 lines
542 B
Bash
16 lines
542 B
Bash
# Template file for 'python3-pyPEG2'
|
|
pkgname=python3-pyPEG2
|
|
version=2.15.2
|
|
revision=7
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3-lxml"
|
|
short_desc="Intrinsic PEG Parser-Interpreter for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://fdik.org/pyPEG/"
|
|
distfiles="${PYPI_SITE}/p/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
|
checksum=2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d
|