git: 44ef366982f6 - main - devel/py-azure-mgmt-recoveryservicesbackup: Update to 10.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 17:14:28 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=44ef366982f6313cb0ab741a1eb1aae745009150
commit 44ef366982f6313cb0ab741a1eb1aae745009150
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:28 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:16 +0000
devel/py-azure-mgmt-recoveryservicesbackup: Update to 10.0.0
- Update COMMENT
- Update WWW
- Add LICENSE_FILE
- Sort RUN_DEPENDS
- Convert to USE_PYTHON=pep517
- Update pkg-descr
Changes: https://github.com/Azure/azure-sdk-for-python/releases
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/CHANGELOG.md
---
.../py-azure-mgmt-recoveryservicesbackup/Makefile | 23 +++++++++++++---------
.../py-azure-mgmt-recoveryservicesbackup/distinfo | 6 +++---
.../files/patch-pyproject.toml | 19 ++++++++++++++++++
.../py-azure-mgmt-recoveryservicesbackup/pkg-descr | 5 ++---
4 files changed, 38 insertions(+), 15 deletions(-)
diff --git a/devel/py-azure-mgmt-recoveryservicesbackup/Makefile b/devel/py-azure-mgmt-recoveryservicesbackup/Makefile
index 80b6944c8026..b5322e7b9514 100644
--- a/devel/py-azure-mgmt-recoveryservicesbackup/Makefile
+++ b/devel/py-azure-mgmt-recoveryservicesbackup/Makefile
@@ -1,22 +1,27 @@
PORTNAME= azure-mgmt-recoveryservicesbackup
-DISTVERSION= 7.0.0
-PORTREVISION= 1
+PORTVERSION= 10.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_recoveryservicesbackup-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Microsoft Azure Recovery Services Backup Management Client Library for Python
-WWW= https://pypi.org/project/azure-mgmt-recoveryservicesbackup/
+COMMENT= Microsoft Azure Recoveryservicesbackup 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/recoveryservices/azure-mgmt-recoveryservicesbackup \
+ 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
diff --git a/devel/py-azure-mgmt-recoveryservicesbackup/distinfo b/devel/py-azure-mgmt-recoveryservicesbackup/distinfo
index e5528f72a3f8..128bbd522835 100644
--- a/devel/py-azure-mgmt-recoveryservicesbackup/distinfo
+++ b/devel/py-azure-mgmt-recoveryservicesbackup/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696205887
-SHA256 (azure-mgmt-recoveryservicesbackup-7.0.0.tar.gz) = 1ae5bac7c24674179dcb0ba6e1f0c043caf06d553d520416807ac5a89e94cfd0
-SIZE (azure-mgmt-recoveryservicesbackup-7.0.0.tar.gz) = 305995
+TIMESTAMP = 1765292606
+SHA256 (azure_mgmt_recoveryservicesbackup-10.0.0.tar.gz) = 0cac3c6b872306359bbc47501d184b700846ce548f93f9c0f6ef7d1d10b723e9
+SIZE (azure_mgmt_recoveryservicesbackup-10.0.0.tar.gz) = 229776
diff --git a/devel/py-azure-mgmt-recoveryservicesbackup/files/patch-pyproject.toml b/devel/py-azure-mgmt-recoveryservicesbackup/files/patch-pyproject.toml
new file mode 100644
index 000000000000..b8e1b51fee36
--- /dev/null
+++ b/devel/py-azure-mgmt-recoveryservicesbackup/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2025-10-16 07:00:54 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 Recoveryservicesbackup
+ { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Recoveryservicesbackup 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-recoveryservicesbackup/pkg-descr b/devel/py-azure-mgmt-recoveryservicesbackup/pkg-descr
index e7e383cd1237..356bab414dc9 100644
--- a/devel/py-azure-mgmt-recoveryservicesbackup/pkg-descr
+++ b/devel/py-azure-mgmt-recoveryservicesbackup/pkg-descr
@@ -1,4 +1,3 @@
This is the Microsoft Azure Recovery Services Backup Management Client Library.
-
-Azure Resource Manager (ARM) is the next generation of management APIs that
-replace the old Azure Service Management (ASM).
+This package has been tested with Python 3.9+. For a more complete view of Azure
+libraries, see the azure sdk python release.