diff --git a/devel/py-azure-mgmt-cosmosdb/Makefile b/devel/py-azure-mgmt-cosmosdb/Makefile index c4bdfbdfd79d..d3653f09edf1 100644 --- a/devel/py-azure-mgmt-cosmosdb/Makefile +++ b/devel/py-azure-mgmt-cosmosdb/Makefile @@ -1,24 +1,29 @@ PORTNAME= azure-mgmt-cosmosdb -DISTVERSION= 9.3.0 -PORTREVISION= 1 +PORTVERSION= 9.9.0 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_cosmosdb-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Cosmos DB Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-cosmosdb/ +COMMENT= Microsoft Azure Cosmosdb Management Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-mgmt-cosmosdb \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.6.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-mgmt-cosmosdb/distinfo b/devel/py-azure-mgmt-cosmosdb/distinfo index d843737db0ab..e303b2091372 100644 --- a/devel/py-azure-mgmt-cosmosdb/distinfo +++ b/devel/py-azure-mgmt-cosmosdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703610971 -SHA256 (azure-mgmt-cosmosdb-9.3.0.tar.gz) = d360e2b14376fdab810e13e013d694bc4bd8c28414402e0d6060ff3d064e97f6 -SIZE (azure-mgmt-cosmosdb-9.3.0.tar.gz) = 272663 +TIMESTAMP = 1764606443 +SHA256 (azure_mgmt_cosmosdb-9.9.0.tar.gz) = 4678bf042bdc208aa24fca71767ac29b6f2a2722ac7872608371a5922f3b6c37 +SIZE (azure_mgmt_cosmosdb-9.9.0.tar.gz) = 285338 diff --git a/devel/py-azure-mgmt-cosmosdb/files/patch-pyproject.toml b/devel/py-azure-mgmt-cosmosdb/files/patch-pyproject.toml new file mode 100644 index 000000000000..77dffc6d701d --- /dev/null +++ b/devel/py-azure-mgmt-cosmosdb/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-11-14 05:55:31 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=77.0.3", ++ "setuptools>=61", + "wheel", + ] + build-backend = "setuptools.build_meta" +@@ -11,7 +11,7 @@ description = "Microsoft Azure Cosmosdb Management Cli + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Cosmosdb Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python", diff --git a/devel/py-azure-mgmt-cosmosdb/pkg-descr b/devel/py-azure-mgmt-cosmosdb/pkg-descr index 476613f2d704..95d50f46f2a5 100644 --- a/devel/py-azure-mgmt-cosmosdb/pkg-descr +++ b/devel/py-azure-mgmt-cosmosdb/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Cosmos DB Management Client Library. - -Azure Resource Manager (ARM) is the next generation of management APIs that -replace the old Azure Service Management (ASM). +This is the Microsoft Azure Cosmos DB Management Client Library. This package +has been tested with Python 3.9+. For a more complete view of Azure libraries, +see the azure sdk python release.