From d6666093b0ff04e946257e1209d4b01e23af23a1 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 2 Mar 2019 11:40:02 +0700 Subject: python/python3-Cython: Updated for version 0.29.6. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-Cython/python3-Cython.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python3-Cython/python3-Cython.SlackBuild') 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 -- cgit v1.2.3