From 87ada4b9ca4404a24cf7a59400482b2b11728ae2 Mon Sep 17 00:00:00 2001 From: Dominik Drobek Date: Sun, 17 Mar 2019 20:00:51 +0100 Subject: python/pyotp: enable Python3 Signed-off-by: Willy Sudiarto Raharjo --- python/pyotp/pyotp.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'python/pyotp') diff --git a/python/pyotp/pyotp.SlackBuild b/python/pyotp/pyotp.SlackBuild index d7779e30ad00..30f13eee70c3 100644 --- a/python/pyotp/pyotp.SlackBuild +++ b/python/pyotp/pyotp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyotp -# Copyright 2018 Dominik Drobek +# Copyright 2018, 2019 Dominik Drobek # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=pyotp VERSION=${VERSION:-2.2.7} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -71,6 +71,10 @@ find -L . \ python setup.py install --root=$PKG +if $(python3 -c 'import sys' 2>/dev/null); then + python3 setup.py install --root=$PKG +fi + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a Changes.rst LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3