20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'python-cffi'
|
|
pkgname=python-cffi
|
|
version=1.16.0
|
|
revision=1
|
|
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=bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|