28 lines
802 B
Text
28 lines
802 B
Text
# Template file for 'python-pycparser'
|
|
pkgname=python-pycparser
|
|
version=2.10
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="pycparser-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
depends="python-ply"
|
|
pycompile_module="pycparser"
|
|
short_desc="Complete C99 parser in pure Python2"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/eliben/pycparser"
|
|
license="BSD"
|
|
distfiles="${PYPI_SITE}/p/pycparser/pycparser-${version}.tar.gz"
|
|
checksum=957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c
|
|
|
|
python3.4-pycparser_package() {
|
|
noarch=yes
|
|
depends="python3.4-ply"
|
|
pycompile_version="3.4"
|
|
pycompile_module="pycparser"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|