Browse Source

python/python-requestbuilder: Updated for version 0.7.0

Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
pull/27/head
Christoph Willing 9 years ago
committed by Willy Sudiarto Raharjo
parent
commit
624fdfbea0
No known key found for this signature in database GPG Key ID: 887B8374D7333381
  1. 4
      python/python-requestbuilder/python-requestbuilder.SlackBuild
  2. 6
      python/python-requestbuilder/python-requestbuilder.info

4
python/python-requestbuilder/python-requestbuilder.SlackBuild

@ -24,7 +24,7 @@
SRCNAM=requestbuilder
PRGNAM=python-requestbuilder
VERSION=${VERSION:-0.5.2}
VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
tar xf $CWD/$SRCNAM-$VERSION.tar.gz || tar xf $CWD/v$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

6
python/python-requestbuilder/python-requestbuilder.info

@ -1,8 +1,8 @@
PRGNAM="python-requestbuilder"
VERSION="0.5.2"
VERSION="0.7.0"
HOMEPAGE="https://github.com/boto/requestbuilder"
DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.5.2.tar.gz"
MD5SUM="0d843b042ad1f2ce0e251c4e6a2472d7"
DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.7.0/requestbuilder-0.7.0.tar.gz"
MD5SUM="b6e8c4ed7f5d093ea85b040c24d4b3c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-requests six"

Loading…
Cancel
Save