diff options
Diffstat (limited to 'www/py-google-cloud-compute/Makefile')
-rw-r--r-- | www/py-google-cloud-compute/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-google-cloud-compute/Makefile b/www/py-google-cloud-compute/Makefile index a538d929d58c..05bb9e94441b 100644 --- a/www/py-google-cloud-compute/Makefile +++ b/www/py-google-cloud-compute/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-compute -PORTVERSION= 1.35.0 +PORTVERSION= 1.38.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= google_cloud_compute-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Cloud Compute API client library -WWW= https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute \ +WWW= https://cloud.google.com/python/docs/reference/compute/latest \ + https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute \ https://github.com/googleapis/google-cloud-python LICENSE= APACHE20 |