diff options
author | Philip Lacroix <slackph at posteo dot de> | 2015-12-21 00:10:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-21 00:10:53 +0700 |
commit | 485b2e1b97ee21ffd7bb728c2560d3ca5e5d331b (patch) | |
tree | 66d8de346ec83ccc3a7dd0754f718accccf33d06 /python | |
parent | ff51527e48a7684550936a7d1d93b6c637a334de (diff) | |
download | slackbuilds-485b2e1b97ee21ffd7bb728c2560d3ca5e5d331b.tar.gz |
python/py3sensors: Removes python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/py3sensors/py3sensors.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
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 |