Date: Tue, 20 Mar 2018 22:33:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465114 - in head/www: . py-google-api-core Message-ID: <201803202233.w2KMXodQ001874@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Mar 20 22:33:50 2018 New Revision: 465114 URL: https://svnweb.freebsd.org/changeset/ports/465114 Log: 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 Added: head/www/py-google-api-core/ head/www/py-google-api-core/Makefile (contents, props changed) head/www/py-google-api-core/distinfo (contents, props changed) head/www/py-google-api-core/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Mar 20 22:27:21 2018 (r465113) +++ head/www/Makefile Tue Mar 20 22:33:50 2018 (r465114) @@ -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 Added: head/www/py-google-api-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-api-core/Makefile Tue Mar 20 22:33:50 2018 (r465114) @@ -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> Added: head/www/py-google-api-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-api-core/distinfo Tue Mar 20 22:33:50 2018 (r465114) @@ -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 Added: head/www/py-google-api-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-api-core/pkg-descr Tue Mar 20 22:33:50 2018 (r465114) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803202233.w2KMXodQ001874>