python-cffi: update to 1.14.3.
This commit is contained in:
parent
b26fd573fc
commit
1648429df7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-cffi'
|
||||
pkgname=python-cffi
|
||||
version=1.14.0
|
||||
revision=2
|
||||
version=1.14.3
|
||||
revision=1
|
||||
wrksrc="cffi-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools libffi-devel"
|
||||
|
@ -15,7 +15,7 @@ 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=2d384f4a127a15ba701207f7639d94106693b6cd64173d6c8988e2c25f3ac2b6
|
||||
checksum=f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591
|
||||
|
||||
do_check() {
|
||||
python2 setup.py build_ext -i
|
||||
|
|
Loading…
Reference in New Issue