python/httplib2: Updated for version 0.9, changed homepage.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-03-10 12:43:44 +01:00 committed by Willy Sudiarto Raharjo
parent 32cb8db1a0
commit 0e3fb46681
2 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Slackware build script for httplib2 # Slackware build script for httplib2
# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013 # Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -22,8 +22,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=httplib2 PRGNAM=httplib2
VERSION=${VERSION:-0.8} VERSION=${VERSION:-0.9}
BUILD=${BUILD:-3} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -56,7 +56,7 @@ fi
PYTHON=python PYTHON=python
[ "${PYTHON3:-no}" = "yes" ] && PYTHON=python3 [ "${PYTHON3:-no}" = "yes" ] && PYTHON=python3
DOCS="CHANGELOG README" DOCS="CHANGELOG README.md"
set -e set -e
@ -64,7 +64,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="httplib2" PRGNAM="httplib2"
VERSION="0.8" VERSION="0.9"
HOMEPAGE="https://code.google.com/p/httplib2/" HOMEPAGE="https://github.com/jcgregorio/httplib2"
DOWNLOAD="http://httplib2.googlecode.com/files/httplib2-0.8.tar.gz" DOWNLOAD="https://github.com/jcgregorio/httplib2/archive/v0.9.tar.gz"
MD5SUM="a143657998f6752be998e2ec740e7dec" MD5SUM="5fd16fb863d33dca000b2590f75e5ed7"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""