python/python-oauth2client: Updated for version 3.0.0.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-09-07 20:35:43 +02:00 committed by Willy Sudiarto Raharjo
parent d1d11b05c0
commit 747cb6ff81
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View File

@ -26,13 +26,13 @@
PRGNAM=python-oauth2client
SRCNAM=oauth2client
VERSION=${VERSION:-2.2.0}
VERSION=${VERSION:-3.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="python-oauth2client"
VERSION="2.2.0"
VERSION="3.0.0"
HOMEPAGE="https://github.com/google/oauth2client/"
DOWNLOAD="https://github.com/google/oauth2client/archive/v2.2.0.tar.gz"
MD5SUM="9bd7416807005bddf281915c65c9ebd2"
DOWNLOAD="https://github.com/google/oauth2client/archive/v3.0.0.tar.gz"
MD5SUM="99b608799eec755bd9c873813310177e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycrypto"