summaryrefslogtreecommitdiffstats
path: root/python/msgpack-python/msgpack-python.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-02-17 18:04:46 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-02-18 14:59:55 -0600
commit8b3acbf1a508262657ff7ed20254711993ae4fda (patch)
tree1f056753c80b37d43f6837a32ec93beca947e234 /python/msgpack-python/msgpack-python.SlackBuild
parent7b26cf6776878d03e4b9e0b1f8c5f7e6e96c749c (diff)
downloadslackbuilds-8b3acbf1a508262657ff7ed20254711993ae4fda.tar.gz
slackbuilds-8b3acbf1a508262657ff7ed20254711993ae4fda.tar.xz
python/msgpack-python: Updated for version 0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/msgpack-python/msgpack-python.SlackBuild')
-rw-r--r--python/msgpack-python/msgpack-python.SlackBuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/python/msgpack-python/msgpack-python.SlackBuild b/python/msgpack-python/msgpack-python.SlackBuild
index 7c3684f1ba..827852c240 100644
--- a/python/msgpack-python/msgpack-python.SlackBuild
+++ b/python/msgpack-python/msgpack-python.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=msgpack-python
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,11 +72,6 @@ find -L . \
python setup.py install --root=$PKG
-# Python 3 support.
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true