python-cffi: update to 1.0.0

This commit is contained in:
Alessio Sergi 2015-05-21 09:15:00 +02:00
parent 9741948337
commit 9f2ee28094

View file

@ -1,6 +1,6 @@
# Template file for 'python-cffi'
pkgname=python-cffi
version=0.9.2
version=1.0.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=1988ce7ff9c64ecd5077776175e90fd8f0a8c827cb241a23647175ce08126bb2
checksum=2adba5f550163c6af07c8de8b7a03425bb7f08b1b75211d1b21807fa01c80d0e
python3.4-cffi_package() {
depends="python3.4-pycparser"