Add py-google-api-core 1.1.0
Core Library for Google Client Libraries This library is not meant to stand-alone. Instead it defines common helpers used by all Google API clients. WWW: https://pypi.python.org/pypi/google-api-core WWW: https://github.com/GoogleCloudPlatform/google-cloud-python
This commit is contained in:
parent
a12517e0bf
commit
580b4f05f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465114
4 changed files with 40 additions and 0 deletions
|
@ -1681,6 +1681,7 @@
|
|||
SUBDIR += py-gevent-websocket
|
||||
SUBDIR += py-goobook
|
||||
SUBDIR += py-google
|
||||
SUBDIR += py-google-api-core
|
||||
SUBDIR += py-google-api-python-client
|
||||
SUBDIR += py-google-cloud-core
|
||||
SUBDIR += py-google-cloud-storage
|
||||
|
|
29
www/py-google-api-core/Makefile
Normal file
29
www/py-google-api-core/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= google-api-core
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Core Google API Client Library
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PY_FUTURES} \
|
||||
${PYTHON_PKGNAMEPREFIX}google-auth>=0.4.0:security/py-google-auth@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.5.3:devel/py-googleapis-common-protos@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2:devel/py-grpcio@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-google-api-core/distinfo
Normal file
3
www/py-google-api-core/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1521579041
|
||||
SHA256 (google-api-core-1.1.0.tar.gz) = b4f103de6bd38ab346f7d17236f6098a51ebdff733ff69956a0f1e29cb35f10b
|
||||
SIZE (google-api-core-1.1.0.tar.gz) = 53350
|
7
www/py-google-api-core/pkg-descr
Normal file
7
www/py-google-api-core/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Core Library for Google Client Libraries
|
||||
|
||||
This library is not meant to stand-alone. Instead it defines common helpers used
|
||||
by all Google API clients.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/google-api-core
|
||||
WWW: https://github.com/GoogleCloudPlatform/google-cloud-python
|
Loading…
Reference in a new issue