diff options
Diffstat (limited to 'www/py-google-cloud-storage/Makefile')
-rw-r--r-- | www/py-google-cloud-storage/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile index 7de175cff6fb..012cfe7c9378 100644 --- a/www/py-google-cloud-storage/Makefile +++ b/www/py-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,10 +26,12 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= PROTOBUF +OPTIONS_DEFINE= PROTOBUF TRACING OPTIONS_DEFINE= PROTOBUF PROTOBUF_DESC= Protocol buffers support +TRACING_DESC= Generate traces using OpenTelemetry PROTOBUF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.20.2,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR} +TRACING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.1.0<2.0.0:devel/py-opentelemetry-api@${PY_FLAVOR} .include <bsd.port.mk> |