svn commit: r521989 - in head/www: . py-google-cloud-datastore
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jan 4 09:01:30 UTC 2020
Author: sunpoet
Date: Sat Jan 4 09:01:29 2020
New Revision: 521989
URL: https://svnweb.freebsd.org/changeset/ports/521989
Log:
Add py-google-cloud-datastore 1.10.0
Google Cloud Datastore API is a fully managed, schemaless database for storing
non-relational data. Cloud Datastore automatically scales with your users and
supports ACID transactions, high availability of reads and writes, strong
consistency for reads and ancestor queries, and eventual consistency for all
other queries.
WWW: https://github.com/googleapis/google-cloud-python
WWW: https://github.com/googleapis/google-cloud-python/tree/master/datastore
Added:
head/www/py-google-cloud-datastore/
head/www/py-google-cloud-datastore/Makefile (contents, props changed)
head/www/py-google-cloud-datastore/distinfo (contents, props changed)
head/www/py-google-cloud-datastore/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sat Jan 4 09:01:23 2020 (r521988)
+++ head/www/Makefile Sat Jan 4 09:01:29 2020 (r521989)
@@ -1664,6 +1664,7 @@
SUBDIR += py-google-api-python-client
SUBDIR += py-google-cloud-bigtable
SUBDIR += py-google-cloud-core
+ SUBDIR += py-google-cloud-datastore
SUBDIR += py-google-cloud-dlp
SUBDIR += py-google-cloud-logging
SUBDIR += py-google-cloud-speech
Added: head/www/py-google-cloud-datastore/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-google-cloud-datastore/Makefile Sat Jan 4 09:01:29 2020 (r521989)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= google-cloud-datastore
+PORTVERSION= 1.10.0
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Google Cloud Datastore 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}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-datastore/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-google-cloud-datastore/distinfo Sat Jan 4 09:01:29 2020 (r521989)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578117371
+SHA256 (google-cloud-datastore-1.10.0.tar.gz) = cae213e3817f37fdc3ac27c3a162024de3319ad0faf87a536fce375c4a1c1dc9
+SIZE (google-cloud-datastore-1.10.0.tar.gz) = 112459
Added: head/www/py-google-cloud-datastore/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-google-cloud-datastore/pkg-descr Sat Jan 4 09:01:29 2020 (r521989)
@@ -0,0 +1,8 @@
+Google Cloud Datastore API is a fully managed, schemaless database for storing
+non-relational data. Cloud Datastore automatically scales with your users and
+supports ACID transactions, high availability of reads and writes, strong
+consistency for reads and ancestor queries, and eventual consistency for all
+other queries.
+
+WWW: https://github.com/googleapis/google-cloud-python
+WWW: https://github.com/googleapis/google-cloud-python/tree/master/datastore
More information about the svn-ports-all
mailing list