From 98f9df9fc1dd4fd21ff76e17648918c225748aee Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 27 Feb 2020 13:44:55 -0700 Subject: [PATCH] python-cffi: update to 1.14.0. --- srcpkgs/python-cffi/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template index 8501b202bf2..a527eab0a46 100644 --- a/srcpkgs/python-cffi/template +++ b/srcpkgs/python-cffi/template @@ -1,10 +1,9 @@ # Template file for 'python-cffi' pkgname=python-cffi -version=1.12.3 -revision=2 +version=1.14.0 +revision=1 wrksrc="cffi-${version}" build_style=python-module -pycompile_module="cffi" hostmakedepends="python-setuptools python3-setuptools libffi-devel" makedepends="python-devel python3-devel libffi-devel" depends="python-pycparser" @@ -14,8 +13,9 @@ short_desc="C foreign function interface for Python2" maintainer="Alessio Sergi " 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=041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774 +checksum=2d384f4a127a15ba701207f7639d94106693b6cd64173d6c8988e2c25f3ac2b6 do_check() { python2 setup.py build_ext -i @@ -30,7 +30,6 @@ post_install() { python3-cffi_package() { depends="python3-pycparser" - pycompile_module="cffi" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*