diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template index 99f38e97ff8..9d31f8879d1 100644 --- a/srcpkgs/python-cffi/template +++ b/srcpkgs/python-cffi/template @@ -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 " 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 } }