python-pycparser: update to 2.17. (#5074)

File permissions in 2.17 are correct again, chmod in post_extract is not needed anymore.
This commit is contained in:
Johannes 2016-10-29 19:47:11 +02:00 committed by Alessio Sergi
parent 7753e3e176
commit 309e5ebc91
1 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-pycparser'
pkgname=python-pycparser
version=2.16
revision=2
version=2.17
revision=1
noarch=yes
wrksrc="pycparser-${version}"
build_style=python-module
@ -13,12 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/eliben/pycparser"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/p/pycparser/pycparser-${version}.tar.gz"
checksum=108f9ff23869ae2f8b38e481e7b4b4d4de1e32be968f29bbe303d629c34a6260
post_extract() {
# fix permissions
chmod -R go+rX .
}
checksum=0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6
post_install() {
# replace bundled copy of ply