From 485b2e1b97ee21ffd7bb728c2560d3ca5e5d331b Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Mon, 21 Dec 2015 00:10:53 +0700 Subject: python/py3sensors: Removes python3 support. Signed-off-by: Willy Sudiarto Raharjo --- python/py3sensors/py3sensors.SlackBuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'python') diff --git a/python/py3sensors/py3sensors.SlackBuild b/python/py3sensors/py3sensors.SlackBuild index 0afbd01b28..4ee9b2de94 100644 --- a/python/py3sensors/py3sensors.SlackBuild +++ b/python/py3sensors/py3sensors.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=py3sensors SRCNAM=gleb_zhulik-$PRGNAM VERSION=${VERSION:-0cf96f4e2cfe} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -66,11 +66,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