python-Cython: update to 0.29.23.
This commit is contained in:
parent
7feedc1b57
commit
cd3e2c56bc
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-Cython'
|
||||
pkgname=python-Cython
|
||||
version=0.29.22
|
||||
revision=3
|
||||
version=0.29.23
|
||||
revision=1
|
||||
wrksrc="Cython-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -13,7 +13,9 @@ license="Apache-2.0"
|
|||
homepage="https://cython.org/"
|
||||
changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz"
|
||||
checksum=df6b83c7a6d1d967ea89a2903e4a931377634a297459652e4551734c48195406
|
||||
checksum=6a0d31452f0245daacb14c979c77e093eb1a546c760816b5eed0047686baad8e
|
||||
# Tests are flaky
|
||||
make_check=no
|
||||
|
||||
alternatives="
|
||||
cython:cygdb:/usr/bin/cygdb2
|
||||
|
|
Loading…
Reference in New Issue