diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-03-19 03:35:01 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-03-19 03:35:01 +0000 |
| commit | 2c31b4eeb613d2c31baf68e7d7a20c4745c4bbf1 (patch) | |
| tree | d7a7ece3148fb78415ce9663ee4a921929315c3c | |
| parent | f19c30df80b57637f6579acb6834c21aaa960069 (diff) | |
www/py-google-cloud-bigquery-storage: Add py-google-cloud-bigquery-storage 2.29.1
Python Client for Google BigQuery Storage API
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/py-google-cloud-bigquery-storage/Makefile | 28 | ||||
| -rw-r--r-- | www/py-google-cloud-bigquery-storage/distinfo | 3 | ||||
| -rw-r--r-- | www/py-google-cloud-bigquery-storage/pkg-descr | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5ee500fbebb9..14333af41bb5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1749,6 +1749,7 @@ SUBDIR += py-google-cloud-appengine-logging SUBDIR += py-google-cloud-audit-log SUBDIR += py-google-cloud-bigquery + SUBDIR += py-google-cloud-bigquery-storage SUBDIR += py-google-cloud-bigtable SUBDIR += py-google-cloud-compute SUBDIR += py-google-cloud-core diff --git a/www/py-google-cloud-bigquery-storage/Makefile b/www/py-google-cloud-bigquery-storage/Makefile new file mode 100644 index 000000000000..9e0c6a7de495 --- /dev/null +++ b/www/py-google-cloud-bigquery-storage/Makefile @@ -0,0 +1,28 @@ +PORTNAME= google-cloud-bigquery-storage +PORTVERSION= 2.29.1 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= google_cloud_bigquery_storage-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Cloud Bigquery Storage API client library +WWW= https://cloud.google.com/python/docs/reference/bigquerystorage/latest \ + https://github.com/googleapis/python-bigquery-storage + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.11.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=2.14.1<3.0.0:security/py-google-auth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.25.0<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-google-cloud-bigquery-storage/distinfo b/www/py-google-cloud-bigquery-storage/distinfo new file mode 100644 index 000000000000..944c2c0ff40d --- /dev/null +++ b/www/py-google-cloud-bigquery-storage/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1742070236 +SHA256 (google_cloud_bigquery_storage-2.29.1.tar.gz) = 4b917a79d239eecaa738fa02ed942dbeb877ecc99f207d96fa02e8889ef2b64d +SIZE (google_cloud_bigquery_storage-2.29.1.tar.gz) = 255492 diff --git a/www/py-google-cloud-bigquery-storage/pkg-descr b/www/py-google-cloud-bigquery-storage/pkg-descr new file mode 100644 index 000000000000..d5482a7d1650 --- /dev/null +++ b/www/py-google-cloud-bigquery-storage/pkg-descr @@ -0,0 +1 @@ +Python Client for Google BigQuery Storage API |
