python/google-api-python-client: Updated for version 1.5.3.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-09-07 19:57:09 +02:00 committed by Willy Sudiarto Raharjo
parent a9715ae7ed
commit 1e972c0b8c
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 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=google-api-python-client
VERSION=${VERSION:-1.5.1}
VERSION=${VERSION:-1.5.3}
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="google-api-python-client"
VERSION="1.5.1"
VERSION="1.5.3"
HOMEPAGE="https://github.com/google/google-api-python-client/"
DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.5.1.tar.gz"
MD5SUM="9c2fe249665f49f0ebb8b15c003b36d3"
DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.5.3.tar.gz"
MD5SUM="8b83c1afa181ba4ac2c599df7312621e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="httplib2 python-uri-templates python-oauth2client"