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:
parent
464e4d4a22
commit
b0409aafea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450783
@ -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
|
||||
|
23
www/py-google-cloud-core/Makefile
Normal file
23
www/py-google-cloud-core/Makefile
Normal 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>
|
3
www/py-google-cloud-core/distinfo
Normal file
3
www/py-google-cloud-core/distinfo
Normal 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
|
4
www/py-google-cloud-core/pkg-descr
Normal file
4
www/py-google-cloud-core/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user