### this file is sourced not run
PKGVER=2.22
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=python-pycparser-$PKGVER.tar.gz
MD5SUM=8922b0b1b53b419e3a38fba4aa43a348
SRC_URL=https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-$PKGVER.tar.gz
BUNDLE=

SLACKREQ=''
SLACKDESC="python3-pycparser: python3-pycparser $PKGVER (C language parser in python)
python3-pycparser: 
python3-pycparser: pycparser is a complete parser of the C language, written in pure 
python3-pycparser: Python using the PLY parsing library. It parses C code into an AST 
python3-pycparser: and can serve as a front-end for C compilers or analysis tools.
python3-pycparser: 
python3-pycparser: https://pypi.org/project/pycparser/
python3-pycparser: 
python3-pycparser: 
python3-pycparser: 
python3-pycparser
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_pip3modules pycparser &&
	pkg_build_slackdesc
}


