diff options
Diffstat (limited to 'devel/py-googleapis-common-protos/Makefile')
-rw-r--r-- | devel/py-googleapis-common-protos/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/py-googleapis-common-protos/Makefile b/devel/py-googleapis-common-protos/Makefile index c8a959967e56..1bca146c6ecc 100644 --- a/devel/py-googleapis-common-protos/Makefile +++ b/devel/py-googleapis-common-protos/Makefile @@ -1,18 +1,21 @@ PORTNAME= googleapis-common-protos -PORTVERSION= 1.63.2 +PORTVERSION= 1.70.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= googleapis_common_protos-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Common protobufs used in Google APIs -WWW= https://github.com/googleapis/python-api-common-protos +WWW= https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos \ + https://github.com/googleapis/google-cloud-python LICENSE= APACHE20 +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}protobuf>=4.21.6,1<6.0.0,1:devel/py-protobuf@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 |