From 0d615a75f515937d91a92dc32dd1194c9b7ec610 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 13 Mar 2014 08:33:17 +0700 Subject: python/msgpack-python: Added Python3 support. Signed-off-by: Willy Sudiarto Raharjo --- python/msgpack-python/msgpack-python.SlackBuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/msgpack-python/msgpack-python.SlackBuild b/python/msgpack-python/msgpack-python.SlackBuild index 827852c240..383c4660cd 100644 --- a/python/msgpack-python/msgpack-python.SlackBuild +++ b/python/msgpack-python/msgpack-python.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=msgpack-python VERSION=${VERSION:-0.4.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -72,6 +72,11 @@ 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