python/python-configargparse: Updated for version 0.12.0.

You will need to upgrade letsencrypt to 0.14.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-05-17 20:54:47 +07:00
parent 38fc2aead3
commit dd96ffd5eb
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python-configargparse
# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2015-2017 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.11.0}
VERSION=${VERSION:-0.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -55,13 +55,13 @@ else
LIBDIRSUFFIX=""
fi
set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View file

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