diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-02 11:40:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:10 +0700 |
commit | d6666093b0ff04e946257e1209d4b01e23af23a1 (patch) | |
tree | 72012b66d9eb538a8a787c31748db2b24f555471 /python/python3-Cython/python3-Cython.SlackBuild | |
parent | e8901f26b8241db7ee131278a00f6c11a9936e71 (diff) |
python/python3-Cython: Updated for version 0.29.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Cython/python3-Cython.SlackBuild')
-rw-r--r-- | python/python3-Cython/python3-Cython.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-Cython/python3-Cython.SlackBuild b/python/python3-Cython/python3-Cython.SlackBuild index 0a84fd2bb8dc..4c73220185c5 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 |