python/python3-Cython: Updated for version 0.29.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-03-02 11:40:02 +07:00
parent e8901f26b8
commit d6666093b0
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"