python/filechunkio: Updated for version 1.8

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2016-07-30 11:16:45 -07:00 committed by David Spencer
parent 99be0d2903
commit 59c25f6999
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for filechunkio
# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2011-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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

View file

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