diff --git a/devel/py-azure-mgmt-resource-deployments/Makefile b/devel/py-azure-mgmt-resource-deployments/Makefile index 4dc1b653ff0b..87fb335d0e3b 100644 --- a/devel/py-azure-mgmt-resource-deployments/Makefile +++ b/devel/py-azure-mgmt-resource-deployments/Makefile @@ -1,29 +1,28 @@ PORTNAME= azure-mgmt-resource-deployments -DISTVERSION= 1.0.0b1 +PORTVERSION= 1.0.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= azure_mgmt_resource_deployments-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Resource Deployments Management Client Library for Python +COMMENT= Microsoft Azure Deployments 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/resources/azure-mgmt-resource-deployments \ 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} \ +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-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.6.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-mgmt-resource-deployments/distinfo b/devel/py-azure-mgmt-resource-deployments/distinfo index 30fa3c0f0fc8..bac7b5abce1b 100644 --- a/devel/py-azure-mgmt-resource-deployments/distinfo +++ b/devel/py-azure-mgmt-resource-deployments/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768283070 -SHA256 (azure_mgmt_resource_deployments-1.0.0b1.tar.gz) = 7359b42658826e7e7ff13e6dbb0c490e95fcc95dbca224d2b85cf71ad7535f1d -SIZE (azure_mgmt_resource_deployments-1.0.0b1.tar.gz) = 80687 +TIMESTAMP = 1779520124 +SHA256 (azure_mgmt_resource_deployments-1.0.0b2.tar.gz) = 4550514c52b8bb0647db5dd244b494b34825d1c57c091a61d1164e19040ec3e2 +SIZE (azure_mgmt_resource_deployments-1.0.0b2.tar.gz) = 91587 diff --git a/devel/py-azure-mgmt-resource-deployments/files/patch-pyproject.toml b/devel/py-azure-mgmt-resource-deployments/files/patch-pyproject.toml new file mode 100644 index 000000000000..380199dbb87f --- /dev/null +++ b/devel/py-azure-mgmt-resource-deployments/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-05-22 07:18:56 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 Deployments Management + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Deployments Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python",