git: 2c31b4eeb613 - main - www/py-google-cloud-bigquery-storage: Add py-google-cloud-bigquery-storage 2.29.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 03:57:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2c31b4eeb613d2c31baf68e7d7a20c4745c4bbf1
commit 2c31b4eeb613d2c31baf68e7d7a20c4745c4bbf1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-19 03:35:01 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-19 03:35:01 +0000
www/py-google-cloud-bigquery-storage: Add py-google-cloud-bigquery-storage 2.29.1
Python Client for Google BigQuery Storage API
---
www/Makefile | 1 +
www/py-google-cloud-bigquery-storage/Makefile | 28 ++++++++++++++++++++++++++
www/py-google-cloud-bigquery-storage/distinfo | 3 +++
www/py-google-cloud-bigquery-storage/pkg-descr | 1 +
4 files changed, 33 insertions(+)
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