python-cffi: update to 0.9.0

This commit is contained in:
Alessio Sergi 2015-03-07 17:57:00 +01:00
parent 8bc908fb9a
commit 4e04ea5c67

View file

@ -1,6 +1,6 @@
# Template file for 'python-cffi'
pkgname=python-cffi
version=0.8.6
version=0.9.0
revision=1
wrksrc="cffi-${version}"
build_style=python-module
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://cffi.readthedocs.org/"
license="MIT"
distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
checksum=2532d9e3af9e3c6d0f710fc98b0295b563c7f39cfd97dd2242bd36fbf4900610
checksum=7b5cfbf8c7c67a132744846539def2ef9d0baed726d289416bd60ed2559a77d0
python3.4-cffi_package() {
depends="python3.4-pycparser"