Index: head/www/py-google-api-python-client/Makefile =================================================================== --- head/www/py-google-api-python-client/Makefile (revision 478122) +++ head/www/py-google-api-python-client/Makefile (revision 478123) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= google-api-python-client -PORTVERSION= 1.6.7 +PORTVERSION= 1.7.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Google API Client Library for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.2:www/py-httplib2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oauth2client>=1.5.0:security/py-oauth2client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes OPTIONS_DEFINE= DJANGO GAE WEBTEST DJANGO_DESC= Use the library with Django DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.3:www/py-django111@${PY_FLAVOR} GAE_DESC= Use the library with Google App Engine GAE_RUN_DEPENDS= google-appengine>=1.4.3:www/google-appengine WEBTEST_DESC= Use WebTest helper to test WSGI apps WEBTEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}WebTest>=1.3.3:www/py-WebTest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR} .include Index: head/www/py-google-api-python-client/distinfo =================================================================== --- head/www/py-google-api-python-client/distinfo (revision 478122) +++ head/www/py-google-api-python-client/distinfo (revision 478123) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526249658 -SHA256 (google-api-python-client-1.6.7.tar.gz) = 05583a386e323f428552419253765314a4b29828c3cee15be735f9ebfa5aebf2 -SIZE (google-api-python-client-1.6.7.tar.gz) = 51899 +TIMESTAMP = 1535227072 +SHA256 (google-api-python-client-1.7.4.tar.gz) = 5d5cb02c6f3112c68eed51b74891a49c0e35263380672d662f8bfe85b8114d7c +SIZE (google-api-python-client-1.7.4.tar.gz) = 141798 Index: head/www/py-google-api-python-client/pkg-descr =================================================================== --- head/www/py-google-api-python-client/pkg-descr (revision 478122) +++ head/www/py-google-api-python-client/pkg-descr (revision 478123) @@ -1,13 +1,13 @@ The Google API Client for Python is a client library for accessing the adexchangebuyer, adexchangeseller, adsense, adsensehost, analytics, androidpublisher, audit, bigquery, blogger, books, calendar, civicinfo, compute, coordinate, customsearch, dfareporting, discovery, drive, freebase, fusiontables, gan, groupsmigration, groupssettings, latitude, licensing, oauth2, orkut, pagespeedonline, plus, prediction, reseller, shopping, siteVerification, storage, taskqueue, tasks, translate, urlshortener, webfonts, youtube, youtubeAnalytics APIs. If you wish to use a Google API that is not in that list then you should look at the Google Data APIs Python Client Library (devel/py-gdata). -WWW: http://developers.google.com/api-client-library/python/ +WWW: https://developers.google.com/api-client-library/python/