From 35ba42d548b899ed98c87e37e1a34b960ec30e98 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 18 Jul 2015 17:06:39 +0000 Subject: - Update to 1.4.1 - Update CATEGORIES: add python - Update USES=python - Add NO_ARCH - Update WEBTEST_DESC Changes: https://github.com/google/google-api-python-client/blob/master/CHANGELOG PR: 201161 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 20 days) --- www/py-google-api-python-client/Makefile | 16 +++++++++------- www/py-google-api-python-client/distinfo | 4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'www') diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index 507467b9b218..10581dd43c15 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= google-api-python-client -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.1 #PORTREVISION= 0 -CATEGORIES= www +CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,10 @@ COMMENT= Google API Client Library for Python LICENSE= APACHE20 -BUILD_DEPENDS= ${PKGNAMEPREFIX}oauth2client>=1.3:${PORTSDIR}/security/py-oauth2client -RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.6.0:${PORTSDIR}/www/py-httplib2 \ - ${PKGNAMEPREFIX}oauth2client>=1.3:${PORTSDIR}/security/py-oauth2client \ +#BUILD_DEPENDS= ${PKGNAMEPREFIX}oauth2client>=1.4.6:${PORTSDIR}/security/py-oauth2client +RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0.8:${PORTSDIR}/www/py-httplib2 \ + ${PKGNAMEPREFIX}oauth2client>=1.4.6:${PORTSDIR}/security/py-oauth2client \ + ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:${PORTSDIR}/devel/py-six \ ${PKGNAMEPREFIX}uritemplate>=0.6:${PORTSDIR}/net/py-uritemplate DJANGO_DESC= Use the library with Django @@ -25,10 +26,11 @@ GAE_RUN_DEPENDS= google-appengine>=1.4.3:${PORTSDIR}/www/google-appengine OPTIONS_DEFINE= DJANGO GAE WEBTEST -USES= python:2 +NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils -WEBTEST_DESC= Use WebTest helper to test WSGI apps (Python 2.6+) +WEBTEST_DESC= Use WebTest helper to test WSGI apps WEBTEST_RUN_DEPENDS= ${PKGNAMEPREFIX}WebTest>=1.3.3:${PORTSDIR}/www/py-WebTest \ ${PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo index 4abad4fd3097..8f8a66fc16e2 100644 --- a/www/py-google-api-python-client/distinfo +++ b/www/py-google-api-python-client/distinfo @@ -1,2 +1,2 @@ -SHA256 (google-api-python-client-1.3.2.tar.gz) = 9e9268237c9a3b55f477b972b750f1a90f218f4ec0f6a775d619893632bc0278 -SIZE (google-api-python-client-1.3.2.tar.gz) = 40359 +SHA256 (google-api-python-client-1.4.1.tar.gz) = 63d3bad8b29337cfd1c8b96e403dc0fe61e437a118eeff0c1eaa109c96e13f9c +SIZE (google-api-python-client-1.4.1.tar.gz) = 41129 -- cgit