aboutsummaryrefslogtreecommitdiffstats
path: root/main/cython
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-05-01 02:10:40 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-01 05:00:35 +0000
commit340cd447ae7b5685bc72433e7774bf6c54d4252d (patch)
treecda58128e01e2220573a5b55749027c7d1734057 /main/cython
parent17b0362dc2a064870bcb61fb66d18743c1d2007d (diff)
downloadaports-340cd447ae7b5685bc72433e7774bf6c54d4252d.tar.bz2
aports-340cd447ae7b5685bc72433e7774bf6c54d4252d.tar.xz
main/cython: upgrade to 0.29.17
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"