1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

www/py-google-cloud-container: New port: Google Cloud Container API client library

This commit is contained in:
Yuri Victorovich
2026-04-02 20:53:55 -07:00
parent 2118075a25
commit 6f84c545b5
4 changed files with 34 additions and 0 deletions
+1
View File
@@ -1779,6 +1779,7 @@
SUBDIR += py-google-cloud-bigquery-storage
SUBDIR += py-google-cloud-bigtable
SUBDIR += py-google-cloud-compute
SUBDIR += py-google-cloud-container
SUBDIR += py-google-cloud-core
SUBDIR += py-google-cloud-datastore
SUBDIR += py-google-cloud-dlp
+27
View File
@@ -0,0 +1,27 @@
PORTNAME= google-cloud-container
DISTVERSION= 2.64.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Google Cloud Container API client library
WWW= https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-container
LICENSE= APACHE20
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.11.0:www/py-google-api-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}google-auth>=2.14.1:security/py-google-auth@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}grpcio>=1.33.2:devel/py-grpcio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.3:devel/py-proto-plus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}protobuf>=4.25.3:devel/py-protobuf@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1775076239
SHA256 (google_cloud_container-2.64.0.tar.gz) = b41593e189f25d4c5a5b5f796669c1e4384ba0a25f6b298f64b556915b1e374d
SIZE (google_cloud_container-2.64.0.tar.gz) = 398361
+3
View File
@@ -0,0 +1,3 @@
Google Cloud Container API client library.
Client library for the Google Kubernetes Engine (GKE) Container API.