python-pycparser: update to 2.18
This commit is contained in:
parent
38203928c1
commit
6403eb639b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pycparser'
|
# Template file for 'python-pycparser'
|
||||||
pkgname=python-pycparser
|
pkgname=python-pycparser
|
||||||
version=2.17
|
version=2.18
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pycparser-${version}"
|
wrksrc="pycparser-${version}"
|
||||||
|
@ -8,12 +8,12 @@ build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-ply"
|
depends="python-ply"
|
||||||
pycompile_module="pycparser"
|
pycompile_module="pycparser"
|
||||||
short_desc="Complete C99 parser in pure Python2"
|
short_desc="Complete C99 parser in pure Python (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/eliben/pycparser"
|
homepage="https://github.com/eliben/pycparser"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/p/pycparser/pycparser-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycparser/pycparser-${version}.tar.gz"
|
||||||
checksum=0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6
|
checksum=99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# replace bundled copy of ply
|
# replace bundled copy of ply
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue