python-cffi: update to 1.15.0.
This commit is contained in:
parent
8987abed67
commit
da31ac510b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-cffi'
|
||||
pkgname=python-cffi
|
||||
version=1.14.6
|
||||
revision=2
|
||||
version=1.15.0
|
||||
revision=1
|
||||
wrksrc="cffi-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools libffi-devel"
|
||||
|
@ -14,7 +14,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=c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd
|
||||
checksum=920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954
|
||||
|
||||
do_check() {
|
||||
# glibc libm.so is a GNU ld script that isn't properly handled
|
||||
|
|
Loading…
Reference in a new issue