From 367f2ab8e2392629ea5be4e6aa52bdba148cb32e Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 8 Feb 2018 07:30:50 +0700 Subject: python/python-configargparse: Updated for version 0.13.0. Signed-off-by: Willy Sudiarto Raharjo --- python/python-configargparse/python-configargparse.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'python/python-configargparse/python-configargparse.SlackBuild') diff --git a/python/python-configargparse/python-configargparse.SlackBuild b/python/python-configargparse/python-configargparse.SlackBuild index e646ecbece..190d1f4dad 100644 --- a/python/python-configargparse/python-configargparse.SlackBuild +++ b/python/python-configargparse/python-configargparse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-configargparse -# Copyright 2015-2017 Willy Sudiarto Raharjo +# Copyright 2015-2018 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-configargparse SRCNAM=ConfigArgParse -VERSION=${VERSION:-0.12.0} +VERSION=${VERSION:-0.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,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 + 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