r-python/tree/main/sdk/resources/azure-mgmt-resource-deploymentstacks \ https://github.com/Azure/azure-sdk-for-python @@ -16,8 +16,7 @@ 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}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} diff --git a/devel/py-azure-mgmt-resource-deploymentstacks/distinfo b/devel/py-azure-mgmt-resource-deploymentstacks/distinfo index 07986b96ce0a..16bb0f5b6fdc 100644 --- a/devel/py-azure-mgmt-resource-deploymentstacks/distinfo +++ b/devel/py-azure-mgmt-resource-deploymentstacks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768283074 -SHA256 (azure_mgmt_resource_deploymentstacks-1.0.0b1.tar.gz) = 49b876e45c0f5bab88ec47d7c56e8fb34fbdfcfe5b831a3a2a21e817f3d9732e -SIZE (azure_mgmt_resource_deploymentstacks-1.0.0b1.tar.gz) = 51527 +TIMESTAMP = 1773841771 +SHA256 (azure_mgmt_resource_deploymentstacks-1.0.0.tar.gz) = 808dcdd71737e9ca4e7cb84bc62a74efd5457b6a6db0e5607cd36c86fd582dc7 +SIZE (azure_mgmt_resource_deploymentstacks-1.0.0.tar.gz) = 85495 diff --git a/devel/py-azure-mgmt-resource-deploymentstacks/files/patch-pyproject.toml b/devel/py-azure-mgmt-resource-deploymentstacks/files/patch-pyproject.toml new file mode 100644 index 000000000000..38a4b24e7dd1 --- /dev/null +++ b/devel/py-azure-mgmt-resource-deploymentstacks/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-02-10 18:49:10 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 Deploymentstacks Manage + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Deploymentstacks Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",