From 59c25f6999aa7990344f710bfdef29d524cc2b27 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 30 Jul 2016 11:16:45 -0700 Subject: python/filechunkio: Updated for version 1.8 Signed-off-by: Larry Hajali --- python/filechunkio/filechunkio.SlackBuild | 7 ++++--- python/filechunkio/filechunkio.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'python/filechunkio') diff --git a/python/filechunkio/filechunkio.SlackBuild b/python/filechunkio/filechunkio.SlackBuild index 2f9be5dea5..6cc92f40db 100644 --- a/python/filechunkio/filechunkio.SlackBuild +++ b/python/filechunkio/filechunkio.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for filechunkio -# Copyright 2011-2015 Larry Hajali +# Copyright 2011-2016 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=filechunkio -VERSION=${VERSION:-1.6} +VERSION=${VERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,6 +59,7 @@ python setup.py install --root=$PKG # Install python3 modules. Default is no. if [ "${PYTHON3:-no}" == "yes" ]; then + rm -rf build python3 setup.py install --root=$PKG fi @@ -66,7 +67,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 PKG-INFO README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/filechunkio/filechunkio.info b/python/filechunkio/filechunkio.info index 55106abc1c..080c907334 100644 --- a/python/filechunkio/filechunkio.info +++ b/python/filechunkio/filechunkio.info @@ -1,8 +1,8 @@ PRGNAM="filechunkio" -VERSION="1.6" +VERSION="1.8" HOMEPAGE="https://bitbucket.org/fabian/filechunkio" -DOWNLOAD="http://pypi.python.org/packages/source/f/filechunkio/filechunkio-1.6.tar.gz" -MD5SUM="c168a11ad94cd2ec42a219f0f8869a7b" +DOWNLOAD="https://pypi.python.org/packages/10/4d/1789767002fa666fcf486889e8f6a2a90784290be9c0bc28d627efba401e/filechunkio-1.8.tar.gz" +MD5SUM="9fc82cc11881568f46614b5075ed354c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3