python-cffi: update to 1.3.0

This commit is contained in:
Alessio Sergi 2015-10-23 08:03:33 +02:00
parent 966d76293c
commit 3b8d1365a5

View File

@ -1,6 +1,6 @@
# Template file for 'python-cffi'
pkgname=python-cffi
version=1.2.1
version=1.3.0
revision=1
wrksrc="cffi-${version}"
build_style=python-module
@ -14,7 +14,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://cffi.readthedocs.org/"
license="MIT"
distfiles="${PYPI_SITE}/c/cffi/cffi-${version}.tar.gz"
checksum=eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d
checksum=9daa53aff0b5cf64c85c10eab7ce6776880d0ee71b78cedeae196ae82b6734e9
post_install() {
vlicense LICENSE
}
python3.4-cffi_package() {
depends="python3.4-pycparser"
@ -23,5 +27,6 @@ python3.4-cffi_package() {
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}