python-cffi: update to 1.14.0.

This commit is contained in:
travankor 2020-02-27 13:44:55 -07:00 committed by Helmut Pozimski
parent 748d00b14d
commit 98f9df9fc1

View file

@ -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 <al3hex@gmail.com>"
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*