git: e6601a2cbcba - main - www/py-google-cloud-bigtable: Update to 2.32.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 12 Aug 2025 18:18:39 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e6601a2cbcba95d18df5325b2d4346069ed6da6c

commit e6601a2cbcba95d18df5325b2d4346069ed6da6c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 17:59:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-12 18:15:50 +0000

    www/py-google-cloud-bigtable: Update to 2.32.0
    
    Changes:        https://github.com/googleapis/python-bigtable/releases
---
 www/py-google-cloud-bigtable/Makefile             | 12 +++++++-----
 www/py-google-cloud-bigtable/distinfo             |  6 +++---
 www/py-google-cloud-bigtable/files/patch-setup.py | 11 -----------
 3 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/www/py-google-cloud-bigtable/Makefile b/www/py-google-cloud-bigtable/Makefile
index 907c76a239dc..887db623a523 100644
--- a/www/py-google-cloud-bigtable/Makefile
+++ b/www/py-google-cloud-bigtable/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	google-cloud-bigtable
-PORTVERSION=	2.24.0
-PORTREVISION=	1
+PORTVERSION=	2.32.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	google_cloud_bigtable-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Google Cloud Bigtable API client library
@@ -14,11 +14,13 @@ 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.16.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=2.17.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}google-cloud-core>=1.4.4<3.0.0:www/py-google-cloud-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}google-crc32c>=1.5.0<2.0.0:devel/py-google-crc32c@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.12.4<1.0.0:devel/py-grpc-google-iam-v1@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<6.0.0,1:devel/py-protobuf@${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
diff --git a/www/py-google-cloud-bigtable/distinfo b/www/py-google-cloud-bigtable/distinfo
index 77628bcab733..e10520cc3d28 100644
--- a/www/py-google-cloud-bigtable/distinfo
+++ b/www/py-google-cloud-bigtable/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718580152
-SHA256 (google-cloud-bigtable-2.24.0.tar.gz) = ace75f62ca3c52d6619d4ff7aed982129cae508baf776d81b33313f4f9ea5ed4
-SIZE (google-cloud-bigtable-2.24.0.tar.gz) = 528466
+TIMESTAMP = 1753796114
+SHA256 (google_cloud_bigtable-2.32.0.tar.gz) = 1dcf8a9fae5801164dc184558cd8e9e930485424655faae254e2c7350fa66946
+SIZE (google_cloud_bigtable-2.32.0.tar.gz) = 746803
diff --git a/www/py-google-cloud-bigtable/files/patch-setup.py b/www/py-google-cloud-bigtable/files/patch-setup.py
deleted file mode 100644
index d1c1724520e6..000000000000
--- a/www/py-google-cloud-bigtable/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2024-06-11 22:47:49 UTC
-+++ setup.py
-@@ -42,7 +42,7 @@ dependencies = [
-     "grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
-     "proto-plus >= 1.22.0, <2.0.0dev",
-     "proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
--    "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
-+    "protobuf>=3.19.5,<6.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
- ]
- extras = {"libcst": "libcst >= 0.2.5"}
-