From 8ba9b1878c2e76d3d2487a0a6835056419e9da88 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Tue, 22 Dec 2015 17:35:21 +0700 Subject: python/psutil: Updated for version 3.3.0. Signed-off-by: Willy Sudiarto Raharjo --- python/psutil/psutil.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/psutil/psutil.SlackBuild') diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild index 913d418baa..7503837b6e 100644 --- a/python/psutil/psutil.SlackBuild +++ b/python/psutil/psutil.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=psutil -VERSION=${VERSION:-3.2.2} +VERSION=${VERSION:-3.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,7 +57,8 @@ find -L . \ python setup.py install --root=$PKG -if $(python3 -c 'import os' 2>/dev/null); then +# Install python3 bindings for psutil. Default is no. +if [ "${PYTHON3:-no}" == "yes" ]; then python3 setup.py install --root=$PKG fi -- cgit v1.2.3