python3-Cython: update to 3.0.5.

This commit is contained in:
Gonzalo Tornaría 2023-11-01 10:11:17 -03:00 committed by Andrew J. Hesford
parent 1947ccc85b
commit 946b100a40

View file

@ -1,6 +1,6 @@
# Template file for 'python3-Cython' # Template file for 'python3-Cython'
pkgname=python3-Cython pkgname=python3-Cython
version=3.0.4 version=3.0.5
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://cython.org/" homepage="https://cython.org/"
changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst" changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst"
distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz" distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz"
checksum=2e379b491ee985d31e5faaf050f79f4a8f59f482835906efe4477b33b4fbe9ff checksum=39318348db488a2f24e7c84e08bdc82f2624853c0fea8b475ea0b70b27176492
# Tests are flaky # Tests are flaky
make_check=no make_check=no
conflicts="python3-Cython0.29>=0" conflicts="python3-Cython0.29>=0"