python-Cython: update to 0.29.24, adopt

This commit is contained in:
Andrew J. Hesford 2021-07-19 12:02:34 -04:00
parent 9f10ce90e3
commit dd54d352cb

View file

@ -1,6 +1,6 @@
# Template file for 'python-Cython'
pkgname=python-Cython
version=0.29.23
version=0.29.24
revision=1
wrksrc="Cython-${version}"
build_style=python-module
@ -8,12 +8,12 @@ hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
depends="python-setuptools"
short_desc="C-Extensions for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
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=6a0d31452f0245daacb14c979c77e093eb1a546c760816b5eed0047686baad8e
checksum=cdf04d07c3600860e8c2ebaad4e8f52ac3feb212453c1764a49ac08c827e8443
# Tests are flaky
make_check=no