void-packages/srcpkgs/python-cffi/template
2016-01-21 12:25:00 +01:00

32 lines
876 B
Bash

# Template file for 'python-cffi'
pkgname=python-cffi
version=1.5.0
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=44f76f6c3fc654860821785192eca29bd66531af57d09b681e6d52584604a7e7
post_install() {
vlicense LICENSE
}
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
vlicense LICENSE
}
}