aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-google-api-core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-google-api-core/Makefile')
-rw-r--r--www/py-google-api-core/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/py-google-api-core/Makefile b/www/py-google-api-core/Makefile
index 02dece1bf59a..1fa7489d931b 100644
--- a/www/py-google-api-core/Makefile
+++ b/www/py-google-api-core/Makefile
@@ -1,5 +1,5 @@
PORTNAME= google-api-core
-PORTVERSION= 2.25.1
+PORTVERSION= 2.28.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -7,7 +7,8 @@ DISTNAME= google_api_core-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Core Google API Client Library
-WWW= https://github.com/googleapis/python-api-core
+WWW= https://googleapis.dev/python/google-api-core/latest/ \
+ https://github.com/googleapis/python-api-core
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -31,8 +32,8 @@ ASYNC_REST_DESC=Asynchronous REST support
GRPCGCP_DESC= gRPC support for Google Cloud Platform
ASYNC_REST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.35.0<3.0.0:security/py-google-auth@${PY_FLAVOR}
-GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.49.1<2.0.0:devel/py-grpcio@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}grpcio-status>=1.49.1<2.0.0:devel/py-grpcio-status@${PY_FLAVOR}
+GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.75.1<2.0.0:devel/py-grpcio@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}grpcio-status>=1.75.1<2.0.0:devel/py-grpcio-status@${PY_FLAVOR}
GRPCGCP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio-gcp>=0.2.2<1.0.0:devel/py-grpcio-gcp@${PY_FLAVOR}
.include <bsd.port.mk>