aboutsummaryrefslogtreecommitdiffstats
path: root/main/cython
diff options
context:
space:
mode:
Diffstat (limited to 'main/cython')
-rw-r--r--main/cython/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/cython/APKBUILD b/main/cython/APKBUILD
index 658a2f4a6f..5f88899f6b 100644
--- a/main/cython/APKBUILD
+++ b/main/cython/APKBUILD
@@ -2,13 +2,12 @@
# Contributor: Oleg Titov <oleg.titov@gmail.com>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=cython
-pkgver=0.29.16
+pkgver=0.29.17
pkgrel=0
pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages."
-url="https://cython.org"
+url="https://cython.org/"
arch="all"
license="Apache-2.0"
-options="!check" # several tests fail
makedepends="py3-setuptools python3-dev"
subpackages="cython-doc"
source="cython-$pkgver.tar.gz::https://github.com/cython/cython/archive/$pkgver.tar.gz"
@@ -22,7 +21,7 @@ build() {
}
check() {
- make test
+ PYTHON=python3 make test
}
package() {
@@ -32,4 +31,4 @@ package() {
install -Dm 644 README.rst "$pkgdir/usr/share/doc/cython/readme.rst"
}
-sha512sums="8f7a05ad86d557d774b2de5ec77fa9bc2600500555b607482899ade2b8abb2ebb60fc1b944f355b37663e30de09d53bcaa925f888b4128f4b0345a1cad9e2923 cython-0.29.16.tar.gz"
+sha512sums="f722e4feb0fcd0de7b882d0ba7cd78c37b6aaa4438619607665ea269b207a482fab6ca65cf12bab54d94b5929776c973a270c0748ed35b0f88a72811bf90d4df cython-0.29.17.tar.gz"