aboutsummaryrefslogtreecommitdiffstats
path: root/main/cython
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-08-11 13:21:20 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-08-12 08:14:08 +0000
commit818c6d8737fabd4f50696177946ca5ddaf1f4e23 (patch)
tree45dea10c8b4028b57b69a89405f12c007da59017 /main/cython
parent54de1c2904bff58829603b4916d4ffc164ef0c34 (diff)
downloadaports-818c6d8737fabd4f50696177946ca5ddaf1f4e23.tar.bz2
aports-818c6d8737fabd4f50696177946ca5ddaf1f4e23.tar.xz
main/cython: update to 0.23
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 c50b0c6801..ca66f33e21 100644
--- a/main/cython/APKBUILD
+++ b/main/cython/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=cython
-pkgver=0.22.1
+pkgver=0.23
pkgrel=0
pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages."
url="http://cython.org"
@@ -10,7 +10,6 @@ license="Apache 2.0"
depends=""
depends_dev="python-dev py-pgen"
makedepends="$depends_dev"
-install=""
subpackages="$pkgname-dev"
source="saveas-https://github.com/cython/cython/archive/$pkgver.tar.gz/$pkgname-$pkgver.tar.gz"
@@ -35,6 +34,6 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="2f8490e2a4ea325a0662551248a27150 cython-0.22.1.tar.gz"
-sha256sums="5e28c4b4d8f0aefa9e98fe67eaf07af9851202251141c7b25c1dc7bb7f326dfd cython-0.22.1.tar.gz"
-sha512sums="aca287b6d5d3f808d94a23c75455ec0b0d7779e250800b5cc1e630ddeded44f85e64057076637af873b6f2b2d62809d6d038babda9be83c481a8e581918e8010 cython-0.22.1.tar.gz"
+md5sums="7bc40ddb7a30526cba2858c6215b768a cython-0.23.tar.gz"
+sha256sums="8e5acdeb26be483a9601bc3574579f132891a2ba5a391f21af7452296c614ed4 cython-0.23.tar.gz"
+sha512sums="348f0a8423535149c41957ded17125e22b19dbcb137c72accd4cc61108ea2e10c7397c2b5fbe20bfe990276190c61909b4b6384b5f80929dbca23804dc5cc9d9 cython-0.23.tar.gz"