void-packages/srcpkgs/python-cffi/template
2015-08-22 01:52:26 +02:00

28 lines
819 B
Bash

# Template file for 'python-cffi'
pkgname=python-cffi
version=1.2.1
revision=1
wrksrc="cffi-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools libffi-devel"
makedepends="python-devel python3.4-devel libffi-devel"
depends="python-pycparser"
pycompile_module="cffi"
short_desc="C foreign function interface for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://cffi.readthedocs.org/"
license="MIT"
distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
checksum=eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d
python3.4-cffi_package() {
depends="python3.4-pycparser"
pycompile_version="3.4"
pycompile_module="cffi"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}