ject.toml b/devel/py-azure-mgmt-recoveryservices/files/patch-pyproject.toml new file mode 100644 index 000000000000..227a639f6df2 --- /dev/null +++ b/devel/py-azure-mgmt-recoveryservices/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-27 05:25:16 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 Recoveryservices Manage + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Recoveryservices 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-recoveryservices/pkg-descr b/devel/py-azure-mgmt-recoveryservices/pkg-descr index f03cf88124bd..3fecc79af6ba 100644 --- a/devel/py-azure-mgmt-recoveryservices/pkg-descr +++ b/devel/py-azure-mgmt-recoveryservices/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Recovery Services 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 Recovery Services 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.