pkgsrc/www/py-google-api-python-client/Makefile
adam c6e3322cc0 py-google-api-python-client: updated to 1.6.5
Version 1.6.5

Bugfix release
- Proactively refresh credentials when applying and treat a missing
  access_token as invalid. Note: This change reveals surprising behavior
  between default credentials and batches. If you allow
  googleapiclient.discovery.build to use default credentials *and* specify
  different credentials by providing batch.execut() with an explicit http
  argument, your individual requests will use the default credentials and
  *not* the credentials specified to the batch http. To avoid this, tell
  build explicitly not to use default credentials by specifying
  build(..., http=httplib2.Http().
- Remove mutual exclusivity check for developerKey and credentials
- Handle unknown media length.
- Handle variant error format gracefully.
- Avoid testing against Django >= 2.0.0 on Python 2.
2018-01-21 11:54:02 +00:00

19 lines
741 B
Makefile

# $NetBSD: Makefile,v 1.17 2018/01/21 11:54:02 adam Exp $
DISTNAME= google-api-python-client-1.6.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-python-client/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/google/google-api-python-client
COMMENT= Python client library for Google's discovery based APIs
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.9.2:../../www/py-httplib2
DEPENDS+= ${PYPKGPREFIX}-oauth2client>=1.5.0:../../security/py-oauth2client
DEPENDS+= ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-uritemplate>=3.0.0:../../textproc/py-uritemplate
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"