void-packages/srcpkgs/python-cffi/template

20 lines
612 B
Bash

# Template file for 'python-cffi'
pkgname=python-cffi
version=1.15.1
revision=2
build_style=python2-module
hostmakedepends="python-setuptools libffi-devel"
makedepends="python-devel libffi-devel"
depends="python-pycparser"
short_desc="C foreign function interface for Python2"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
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=d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9
post_install() {
vlicense LICENSE
}