### this file is sourced not run
PKGVER=1.17.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=python-cffi-$PKGVER.tar.gz
MD5SUM=4336ca58b2df0cc3b163884d5fa2e5e2
SRC_URL=https://files.pythonhosted.org/packages/source/c/cffi/cffi-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='python3-pycparser'
SLACKDESC="python3-cffi: python3-cffi $PKGVER (Foreign Function Interface for Python)
python3-cffi: 
python3-cffi: Foreign Function Interface for Python calling C code.
python3-cffi: 
python3-cffi: https://pypi.org/project/cffi/
python3-cffi: 
python3-cffi: 
python3-cffi: 
python3-cffi: 
python3-cffi: 
python3-cffi:
"

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


