main/cython: upgrade to 3.0.10

This commit is contained in:
omni 2024-04-06 04:00:22 +00:00 committed by Natanael Copa
parent 1fbf998ff7
commit 46afffeb7d

View file

@ -2,7 +2,7 @@
# Contributor: Oleg Titov <oleg.titov@gmail.com>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=cython
pkgver=3.0.8
pkgver=3.0.10
pkgrel=0
pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages."
url="https://cython.org/"
@ -13,13 +13,6 @@ depends="python3"
subpackages="cython-pyc cython-doc"
source="cython-$pkgver.tar.gz::https://github.com/cython/cython/archive/$pkgver.tar.gz"
case "$CARCH" in
arm*)
# hang forever
options="$options !check"
;;
esac
build() {
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
}
@ -38,5 +31,5 @@ package() {
}
sha512sums="
1070fc278401990595d177b0e6396bc1eba2ea8234a7c5bb26399b6b7284de7791ee5fa60ef74d06d0f4120b9c877bfd7703a7d701838f1634737526c614b860 cython-3.0.8.tar.gz
97aa831cea96c1f3c51653c51fadb0aea8bdfdb076a2c898862637f52b826bcb9162d1b7aade3304c5650d0b894cb1083052f036365d79cd3d390e0486b33ac5 cython-3.0.10.tar.gz
"