python/python-configargparse: Updated for version 0.13.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-02-08 07:30:50 +07:00
parent e714eb9832
commit 367f2ab8e2
2 changed files with 9 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python-configargparse
# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2015-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# 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

View file

@ -1,8 +1,8 @@
PRGNAM="python-configargparse"
VERSION="0.12.0"
VERSION="0.13.0"
HOMEPAGE="https://github.com/bw2/ConfigArgParse"
DOWNLOAD="https://github.com/bw2/ConfigArgParse/archive/0.12.0/ConfigArgParse-0.12.0.tar.gz"
MD5SUM="d263eb56365cc44e14e780108826cf13"
DOWNLOAD="https://github.com/bw2/ConfigArgParse/archive/0.13.0/ConfigArgParse-0.13.0.tar.gz"
MD5SUM="c552c5f8003923ab614bb8280c506ec0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""