1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

www/py-google-cloud-core: API Client library for Google Cloud: Core Helpers

This library is not meant to stand-alone. Instead it defines common helpers
(e.g. base Client classes) used by all of the google-cloud-* packages.

WWW: https://pypi.python.org/pypi/google-cloud-core
This commit is contained in:
William Grzybowski 2017-09-27 19:37:31 +00:00
parent 464e4d4a22
commit b0409aafea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450783
4 changed files with 31 additions and 0 deletions

View File

@ -1668,6 +1668,7 @@
SUBDIR += py-goobook
SUBDIR += py-google
SUBDIR += py-google-api-python-client
SUBDIR += py-google-cloud-core
SUBDIR += py-graphite-api
SUBDIR += py-graphite-web
SUBDIR += py-grequests

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= google-cloud-core
PORTVERSION= 0.27.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= API Client library for Google Cloud: Core Helpers
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>0:devel/py-googleapis-common-protos \
${PYTHON_PKGNAMEPREFIX}google-auth>0:security/py-google-auth \
${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
USES= python
USE_PYTHON= distutils concurrent autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1506509178
SHA256 (google-cloud-core-0.27.1.tar.gz) = 1e52449feb72160a726798a085d7b0cf1d7b88d4b4af00f04d9ca9d6eb47847b
SIZE (google-cloud-core-0.27.1.tar.gz) = 58048

View File

@ -0,0 +1,4 @@
This library is not meant to stand-alone. Instead it defines common helpers
(e.g. base Client classes) used by all of the google-cloud-* packages.
WWW: https://pypi.python.org/pypi/google-cloud-core