diff options
Diffstat (limited to 'devel/py-azure-core')
-rw-r--r-- | devel/py-azure-core/Makefile | 18 | ||||
-rw-r--r-- | devel/py-azure-core/distinfo | 6 |
2 files changed, 14 insertions, 10 deletions
diff --git a/devel/py-azure-core/Makefile b/devel/py-azure-core/Makefile index 33c783b354cd..03b4083fbebc 100644 --- a/devel/py-azure-core/Makefile +++ b/devel/py-azure-core/Makefile @@ -1,31 +1,35 @@ PORTNAME= azure-core -PORTVERSION= 1.29.2 -PORTREVISION= 1 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_core-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Core Library for Python -WWW= https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core +WWW= https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +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}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python zip +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= AIO -OPTIONS_DEFAULT=AIO +OPTIONS_DEFINE= AIO TRACING +OPTIONS_DEFAULT=AIO TRACING AIO_DESC= Async transport support +TRACING_DESC= OpenTelemetry tracing support AIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0:www/py-aiohttp@${PY_FLAVOR} +TRACING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.26<2:devel/py-opentelemetry-api@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/devel/py-azure-core/distinfo b/devel/py-azure-core/distinfo index d6c5cf71138c..1a8af0086156 100644 --- a/devel/py-azure-core/distinfo +++ b/devel/py-azure-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692211709 -SHA256 (azure-core-1.29.2.zip) = beb0fe88d1043d8457318e8fb841d9caa648211092eda213c16b376401f3710d -SIZE (azure-core-1.29.2.zip) = 389341 +TIMESTAMP = 1752266064 +SHA256 (azure_core-1.35.0.tar.gz) = c0be528489485e9ede59b6971eb63c1eaacf83ef53001bfe3904e475e972be5c +SIZE (azure_core-1.35.0.tar.gz) = 339689 |