From 8b3acbf1a508262657ff7ed20254711993ae4fda Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 17 Feb 2014 18:04:46 +0700 Subject: python/msgpack-python: Updated for version 0.4.1. Signed-off-by: Willy Sudiarto Raharjo --- python/msgpack-python/msgpack-python.SlackBuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'python/msgpack-python/msgpack-python.SlackBuild') 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 -- cgit v1.2.3-65-gdbad