summaryrefslogtreecommitdiffstats
path: root/python/filechunkio
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2016-07-30 11:16:45 -0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:51 +0100
commit59c25f6999aa7990344f710bfdef29d524cc2b27 (patch)
treeddf015e3d0dce7d197a933d0f21ef9fd4e587578 /python/filechunkio
parent99be0d29036f7e3822ca885fcc1b600a6925f2a7 (diff)
downloadslackbuilds-59c25f6999aa7990344f710bfdef29d524cc2b27.tar.gz
slackbuilds-59c25f6999aa7990344f710bfdef29d524cc2b27.tar.xz
python/filechunkio: Updated for version 1.8
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/filechunkio')
-rw-r--r--python/filechunkio/filechunkio.SlackBuild7
-rw-r--r--python/filechunkio/filechunkio.info6
2 files changed, 7 insertions, 6 deletions
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 <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
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=""