diff options
Diffstat (limited to 'www/py-google-cloud-appengine-logging/Makefile')
| -rw-r--r-- | www/py-google-cloud-appengine-logging/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-google-cloud-appengine-logging/Makefile b/www/py-google-cloud-appengine-logging/Makefile index e9180479401a..a52040c11843 100644 --- a/www/py-google-cloud-appengine-logging/Makefile +++ b/www/py-google-cloud-appengine-logging/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-appengine-logging -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= google_cloud_appengine_logging-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python Client for Google Cloud Appengine Logging -WWW= https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-appengine-logging \ +WWW= https://cloud.google.com/python/docs/reference/appenginelogging/latest \ + https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-appengine-logging \ https://github.com/googleapis/google-cloud-python LICENSE= APACHE20 @@ -17,6 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${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}grpcio>=1.75.1<2.0.0:devel/py-grpcio@${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} |
