pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-google-cloud-bigquery import 2.2.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Oct 26 01:39:21 2020 +0100
Changeset:	3e3d9442cf7101026f2d4f9b2e483314ee4f18bd

Added Files:
	py-google-cloud-bigquery/DESCR
	py-google-cloud-bigquery/Makefile
	py-google-cloud-bigquery/PLIST
	py-google-cloud-bigquery/distinfo

Log Message:
wip/py-google-cloud-bigquery import 2.2.0 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3e3d9442cf7101026f2d4f9b2e483314ee4f18bd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-google-cloud-bigquery/DESCR    |   6 ++
 py-google-cloud-bigquery/Makefile |  21 ++++++
 py-google-cloud-bigquery/PLIST    | 144 ++++++++++++++++++++++++++++++++++++++
 py-google-cloud-bigquery/distinfo |   6 ++
 4 files changed, 177 insertions(+)

diffs:
diff --git a/py-google-cloud-bigquery/DESCR b/py-google-cloud-bigquery/DESCR
new file mode 100644
index 0000000000..95d106bc10
--- /dev/null
+++ b/py-google-cloud-bigquery/DESCR
@@ -0,0 +1,6 @@
+Querying massive datasets can be time consuming
+and expensive without the right hardware and
+infrastructure. Google BigQuery solves
+this problem by enabling super-fast, SQL queries
+against append-mostly tables, using the processing
+power of Googles infrastructure.
diff --git a/py-google-cloud-bigquery/Makefile b/py-google-cloud-bigquery/Makefile
new file mode 100644
index 0000000000..b5dece8c89
--- /dev/null
+++ b/py-google-cloud-bigquery/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	google-cloud-bigquery-2.2.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=g/google-cloud-bigquery/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/googleapis/python-bigquery
+COMMENT=	Google BigQuery API client library
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-proto-plus>=1.11.0:../../wip/py-proto-plus
+DEPENDS+=	${PYPKGPREFIX}-google-api-core>=1.22.4:../../devel/py-google-api-core
+DEPENDS+=	${PYPKGPREFIX}-google-cloud-core>=1.4.3:../../wip/py-google-cloud-core
+DEPENDS+=	${PYPKGPREFIX}-protobuf>=3.13.0:../../devel/py-protobuf
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-google-resumable-media>=0.6.0:../../wip/py-google-resumable-media
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-google-cloud-bigquery/PLIST b/py-google-cloud-bigquery/PLIST
new file mode 100644
index 0000000000..0f7785e76a
--- /dev/null
+++ b/py-google-cloud-bigquery/PLIST
@@ -0,0 +1,144 @@
+@comment $NetBSD$
+${PYSITELIB}/google/cloud/bigquery/__init__.py
+${PYSITELIB}/google/cloud/bigquery/__init__.pyc
+${PYSITELIB}/google/cloud/bigquery/__init__.pyo
+${PYSITELIB}/google/cloud/bigquery/_helpers.py
+${PYSITELIB}/google/cloud/bigquery/_helpers.pyc
+${PYSITELIB}/google/cloud/bigquery/_helpers.pyo
+${PYSITELIB}/google/cloud/bigquery/_http.py
+${PYSITELIB}/google/cloud/bigquery/_http.pyc
+${PYSITELIB}/google/cloud/bigquery/_http.pyo
+${PYSITELIB}/google/cloud/bigquery/_pandas_helpers.py
+${PYSITELIB}/google/cloud/bigquery/_pandas_helpers.pyc
+${PYSITELIB}/google/cloud/bigquery/_pandas_helpers.pyo
+${PYSITELIB}/google/cloud/bigquery/client.py
+${PYSITELIB}/google/cloud/bigquery/client.pyc
+${PYSITELIB}/google/cloud/bigquery/client.pyo
+${PYSITELIB}/google/cloud/bigquery/dataset.py
+${PYSITELIB}/google/cloud/bigquery/dataset.pyc
+${PYSITELIB}/google/cloud/bigquery/dataset.pyo
+${PYSITELIB}/google/cloud/bigquery/dbapi/__init__.py
+${PYSITELIB}/google/cloud/bigquery/dbapi/__init__.pyc
+${PYSITELIB}/google/cloud/bigquery/dbapi/__init__.pyo
+${PYSITELIB}/google/cloud/bigquery/dbapi/_helpers.py
+${PYSITELIB}/google/cloud/bigquery/dbapi/_helpers.pyc
+${PYSITELIB}/google/cloud/bigquery/dbapi/_helpers.pyo
+${PYSITELIB}/google/cloud/bigquery/dbapi/connection.py
+${PYSITELIB}/google/cloud/bigquery/dbapi/connection.pyc
+${PYSITELIB}/google/cloud/bigquery/dbapi/connection.pyo
+${PYSITELIB}/google/cloud/bigquery/dbapi/cursor.py
+${PYSITELIB}/google/cloud/bigquery/dbapi/cursor.pyc
+${PYSITELIB}/google/cloud/bigquery/dbapi/cursor.pyo
+${PYSITELIB}/google/cloud/bigquery/dbapi/exceptions.py
+${PYSITELIB}/google/cloud/bigquery/dbapi/exceptions.pyc
+${PYSITELIB}/google/cloud/bigquery/dbapi/exceptions.pyo
+${PYSITELIB}/google/cloud/bigquery/dbapi/types.py
+${PYSITELIB}/google/cloud/bigquery/dbapi/types.pyc
+${PYSITELIB}/google/cloud/bigquery/dbapi/types.pyo
+${PYSITELIB}/google/cloud/bigquery/encryption_configuration.py
+${PYSITELIB}/google/cloud/bigquery/encryption_configuration.pyc
+${PYSITELIB}/google/cloud/bigquery/encryption_configuration.pyo
+${PYSITELIB}/google/cloud/bigquery/enums.py
+${PYSITELIB}/google/cloud/bigquery/enums.pyc
+${PYSITELIB}/google/cloud/bigquery/enums.pyo
+${PYSITELIB}/google/cloud/bigquery/external_config.py
+${PYSITELIB}/google/cloud/bigquery/external_config.pyc
+${PYSITELIB}/google/cloud/bigquery/external_config.pyo
+${PYSITELIB}/google/cloud/bigquery/iam.py
+${PYSITELIB}/google/cloud/bigquery/iam.pyc
+${PYSITELIB}/google/cloud/bigquery/iam.pyo
+${PYSITELIB}/google/cloud/bigquery/job.py
+${PYSITELIB}/google/cloud/bigquery/job.pyc
+${PYSITELIB}/google/cloud/bigquery/job.pyo
+${PYSITELIB}/google/cloud/bigquery/magics/__init__.py
+${PYSITELIB}/google/cloud/bigquery/magics/__init__.pyc
+${PYSITELIB}/google/cloud/bigquery/magics/__init__.pyo
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/__init__.py
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/__init__.pyc
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/__init__.pyo
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/exceptions.py
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/exceptions.pyc
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/exceptions.pyo
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/lexer.py
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/lexer.pyc
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/lexer.pyo
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/parser.py
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/parser.pyc
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/parser.pyo
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/visitors.py
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/visitors.pyc
+${PYSITELIB}/google/cloud/bigquery/magics/line_arg_parser/visitors.pyo
+${PYSITELIB}/google/cloud/bigquery/magics/magics.py
+${PYSITELIB}/google/cloud/bigquery/magics/magics.pyc
+${PYSITELIB}/google/cloud/bigquery/magics/magics.pyo
+${PYSITELIB}/google/cloud/bigquery/model.py
+${PYSITELIB}/google/cloud/bigquery/model.pyc
+${PYSITELIB}/google/cloud/bigquery/model.pyo
+${PYSITELIB}/google/cloud/bigquery/opentelemetry_tracing.py
+${PYSITELIB}/google/cloud/bigquery/opentelemetry_tracing.pyc
+${PYSITELIB}/google/cloud/bigquery/opentelemetry_tracing.pyo
+${PYSITELIB}/google/cloud/bigquery/query.py
+${PYSITELIB}/google/cloud/bigquery/query.pyc
+${PYSITELIB}/google/cloud/bigquery/query.pyo
+${PYSITELIB}/google/cloud/bigquery/retry.py
+${PYSITELIB}/google/cloud/bigquery/retry.pyc
+${PYSITELIB}/google/cloud/bigquery/retry.pyo
+${PYSITELIB}/google/cloud/bigquery/routine.py
+${PYSITELIB}/google/cloud/bigquery/routine.pyc
+${PYSITELIB}/google/cloud/bigquery/routine.pyo
+${PYSITELIB}/google/cloud/bigquery/schema.py
+${PYSITELIB}/google/cloud/bigquery/schema.pyc
+${PYSITELIB}/google/cloud/bigquery/schema.pyo
+${PYSITELIB}/google/cloud/bigquery/table.py
+${PYSITELIB}/google/cloud/bigquery/table.pyc
+${PYSITELIB}/google/cloud/bigquery/table.pyo
+${PYSITELIB}/google/cloud/bigquery/version.py
+${PYSITELIB}/google/cloud/bigquery/version.pyc
+${PYSITELIB}/google/cloud/bigquery/version.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/__init__.py
+${PYSITELIB}/google/cloud/bigquery_v2/__init__.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/__init__.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/proto/encryption_config.proto
+${PYSITELIB}/google/cloud/bigquery_v2/proto/encryption_config_pb2.py
+${PYSITELIB}/google/cloud/bigquery_v2/proto/encryption_config_pb2.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/proto/encryption_config_pb2.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/proto/location_metadata.proto
+${PYSITELIB}/google/cloud/bigquery_v2/proto/model.proto
+${PYSITELIB}/google/cloud/bigquery_v2/proto/model_pb2.py
+${PYSITELIB}/google/cloud/bigquery_v2/proto/model_pb2.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/proto/model_pb2.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/proto/model_reference.proto
+${PYSITELIB}/google/cloud/bigquery_v2/proto/model_reference_pb2.py
+${PYSITELIB}/google/cloud/bigquery_v2/proto/model_reference_pb2.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/proto/model_reference_pb2.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/proto/standard_sql.proto
+${PYSITELIB}/google/cloud/bigquery_v2/proto/standard_sql_pb2.py
+${PYSITELIB}/google/cloud/bigquery_v2/proto/standard_sql_pb2.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/proto/standard_sql_pb2.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/proto/table_reference.proto
+${PYSITELIB}/google/cloud/bigquery_v2/types/__init__.py
+${PYSITELIB}/google/cloud/bigquery_v2/types/__init__.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/types/__init__.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/types/encryption_config.py
+${PYSITELIB}/google/cloud/bigquery_v2/types/encryption_config.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/types/encryption_config.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/types/model.py
+${PYSITELIB}/google/cloud/bigquery_v2/types/model.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/types/model.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/types/model_reference.py
+${PYSITELIB}/google/cloud/bigquery_v2/types/model_reference.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/types/model_reference.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/types/standard_sql.py
+${PYSITELIB}/google/cloud/bigquery_v2/types/standard_sql.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/types/standard_sql.pyo
+${PYSITELIB}/google/cloud/bigquery_v2/types/table_reference.py
+${PYSITELIB}/google/cloud/bigquery_v2/types/table_reference.pyc
+${PYSITELIB}/google/cloud/bigquery_v2/types/table_reference.pyo
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-google-cloud-bigquery/distinfo b/py-google-cloud-bigquery/distinfo
new file mode 100644
index 0000000000..9e9a785269
--- /dev/null
+++ b/py-google-cloud-bigquery/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (google-cloud-bigquery-2.2.0.tar.gz) = 3c13d389f6acd6400254d47dd7345869e7c15a78
+RMD160 (google-cloud-bigquery-2.2.0.tar.gz) = 33078fbebae9934d72b4a39550f49160e15f5c56
+SHA512 (google-cloud-bigquery-2.2.0.tar.gz) = e97d0d2c930bafb85b2a6b8140f5cd1bde8a01f64afb61d7a0bedd305c2641b08a01449c1dbb4ed704d048fd2dd825cf5f87197514b3a95f496861a9f9a70aa2
+Size (google-cloud-bigquery-2.2.0.tar.gz) = 321077 bytes


Home | Main Index | Thread Index | Old Index