summaryrefslogtreecommitdiffstats
path: root/python/python3-Cython
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-03-02 05:40:02 +0100
committer Willy Sudiarto Raharjo2019-03-16 00:53:10 +0100
commitd6666093b0ff04e946257e1209d4b01e23af23a1 (patch)
tree72012b66d9eb538a8a787c31748db2b24f555471 /python/python3-Cython
parente8901f26b8241db7ee131278a00f6c11a9936e71 (diff)
downloadslackbuilds-d6666093b0ff04e946257e1209d4b01e23af23a1.tar.gz
python/python3-Cython: Updated for version 0.29.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Cython')
-rw-r--r--python/python3-Cython/python3-Cython.SlackBuild6
-rw-r--r--python/python3-Cython/python3-Cython.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-Cython/python3-Cython.SlackBuild b/python/python3-Cython/python3-Cython.SlackBuild
index 0a84fd2bb8..4c73220185 100644
--- a/python/python3-Cython/python3-Cython.SlackBuild
+++ b/python/python3-Cython/python3-Cython.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-Cython
-# Copyright 2016 Christoph Willing Brisbane, Australia
+# Copyright 2016-2019 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=python3-Cython
SRCNAM=Cython
-VERSION=${VERSION:-0.23.4}
+VERSION=${VERSION:-0.29.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a *.txt Doc/* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.txt docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python3-Cython/python3-Cython.info b/python/python3-Cython/python3-Cython.info
index fae8484f6c..8b56f1391e 100644
--- a/python/python3-Cython/python3-Cython.info
+++ b/python/python3-Cython/python3-Cython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-Cython"
-VERSION="0.23.4"
+VERSION="0.29.6"
HOMEPAGE="https://cython.org"
-DOWNLOAD="https://pypi.python.org/packages/b3/89/e8dddc86bf4f144407962e04c4018f53dfe4d6ae5010d34573d8521e810e/Cython-0.23.4.tar.gz"
-MD5SUM="157df1f69bcec6b56fd97e0f2e057f6e"
+DOWNLOAD="https://files.pythonhosted.org/packages/36/da/fcb979fc8cb486a67a013d6aefefbb95a3e19e67e49dff8a35e014046c5e/Cython-0.29.6.tar.gz"
+MD5SUM="8a9441e85ac8085e3d947082db4e7993"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"