# Template file for 'python-cffi' pkgname=python-cffi version=1.14.3 revision=2 wrksrc="cffi-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools libffi-devel" makedepends="python-devel python3-devel libffi-devel" depends="python-pycparser" checkdepends="python-pytest python3-pytest python-pycparser python3-pycparser" short_desc="C foreign function interface for Python2" maintainer="Alessio Sergi " license="MIT" homepage="https://cffi.readthedocs.io/" changelog="https://cffi.readthedocs.io/en/latest/whatsnew.html" distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz" checksum=f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591 do_check() { python2 setup.py build_ext -i python2 -m pytest c/ testing/ python3 setup.py build_ext -i python3 -m pytest c/ testing/ } post_install() { vlicense LICENSE } python3-cffi_package() { depends="python3-pycparser" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* vlicense LICENSE } }