a123fb29ba
v1.6.7 Version 1.6.7 Bugfix release **Note**: The next release of this library will no longer directly depend on oauth2client. If you need to use oauth2client, you'll need to explicitly install it. - Make body optional for requests with no parameters. (#446) - Fix retying on socket.timeout. (#495) - Match travis matrix with tox testenv. (#498) - Remove oauth2client._helpers dependency. (#493) - Remove unused keyring test dependency. (#496) - discovery.py: remove unused oauth2client import. (#492) - Update README to reference GCP API client libraries. (#490)
19 lines
740 B
Makefile
19 lines
740 B
Makefile
# $NetBSD: Makefile,v 1.19 2018/04/29 10:01:46 wiz Exp $
|
|
|
|
DISTNAME= google-api-python-client-1.6.7
|
|
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"
|