Date: Sat, 4 Jan 2020 09:01:17 +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: r521987 - in head/www: . py-google-cloud-bigtable Message-ID: <202001040901.00491HFY054255@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 4 09:01:17 2020 New Revision: 521987 URL: https://svnweb.freebsd.org/changeset/ports/521987 Log: Add py-google-cloud-bigtable 1.2.1 Google Cloud Bigtable is Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail. WWW: https://github.com/googleapis/google-cloud-python WWW: https://github.com/googleapis/google-cloud-python/tree/master/bigtable Added: head/www/py-google-cloud-bigtable/ head/www/py-google-cloud-bigtable/Makefile (contents, props changed) head/www/py-google-cloud-bigtable/distinfo (contents, props changed) head/www/py-google-cloud-bigtable/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Jan 4 09:00:55 2020 (r521986) +++ head/www/Makefile Sat Jan 4 09:01:17 2020 (r521987) @@ -1662,6 +1662,7 @@ SUBDIR += py-google SUBDIR += py-google-api-core SUBDIR += py-google-api-python-client + SUBDIR += py-google-cloud-bigtable SUBDIR += py-google-cloud-core SUBDIR += py-google-cloud-dlp SUBDIR += py-google-cloud-logging Added: head/www/py-google-cloud-bigtable/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-bigtable/Makefile Sat Jan 4 09:01:17 2020 (r521987) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= google-cloud-bigtable +PORTVERSION= 1.2.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Cloud Bigtable API client library + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.0.3<2.0:www/py-google-cloud-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.12.3<0.13:devel/py-grpc-google-iam-v1@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/py-google-cloud-bigtable/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-bigtable/distinfo Sat Jan 4 09:01:17 2020 (r521987) @@ -0,0 +1,3 @@ +TIMESTAMP = 1578117367 +SHA256 (google-cloud-bigtable-1.2.1.tar.gz) = 48675d3ef98741fe2ffa57766d861d70a2855d003237868138e495bfa19390f3 +SIZE (google-cloud-bigtable-1.2.1.tar.gz) = 237235 Added: head/www/py-google-cloud-bigtable/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-bigtable/pkg-descr Sat Jan 4 09:01:17 2020 (r521987) @@ -0,0 +1,6 @@ +Google Cloud Bigtable is Google's NoSQL Big Data database service. It's the same +database that powers many core Google services, including Search, Analytics, +Maps, and Gmail. + +WWW: https://github.com/googleapis/google-cloud-python +WWW: https://github.com/googleapis/google-cloud-python/tree/master/bigtable
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001040901.00491HFY054255>