python-pycparser: update to 2.19

This commit is contained in:
Alessio Sergi 2018-09-29 13:04:21 +02:00
parent 639c66a036
commit e787214a19

View File

@ -1,19 +1,19 @@
# Template file for 'python-pycparser'
pkgname=python-pycparser
version=2.18
revision=2
version=2.19
revision=1
noarch=yes
wrksrc="pycparser-${version}"
build_style=python-module
pycompile_module="pycparser"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-ply"
pycompile_module="pycparser"
short_desc="Complete C99 parser in pure Python (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/eliben/pycparser"
license="3-clause-BSD"
license="BSD-3-Clause"
distfiles="${PYPI_SITE}/p/pycparser/pycparser-${version}.tar.gz"
checksum=99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226
checksum=a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3
post_install() {
# replace bundled copy of ply