git: b78b2b491f04 - main - devel/py-azure-mgmt-servicefabricmanagedclusters: Update to 2.1.0b5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 17:14:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b78b2b491f04979804db45014b75be3b3614dd7a
commit b78b2b491f04979804db45014b75be3b3614dd7a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:39 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:21 +0000
devel/py-azure-mgmt-servicefabricmanagedclusters: Update to 2.1.0b5
- 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/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters/CHANGELOG.md
---
.../Makefile | 23 +++++++++++++---------
.../distinfo | 6 +++---
.../files/patch-pyproject.toml | 19 ++++++++++++++++++
.../pkg-descr | 8 +++-----
4 files changed, 39 insertions(+), 17 deletions(-)
diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile b/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile
index 1cca5c95a404..29f489982233 100644
--- a/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile
+++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile
@@ -1,22 +1,27 @@
PORTNAME= azure-mgmt-servicefabricmanagedclusters
-DISTVERSION= 1.0.0
-PORTREVISION= 1
+DISTVERSION= 2.1.0b5
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_servicefabricmanagedclusters-${DISTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Microsoft Azure Servicefabricmanagedclusters Management Client Library for Python
-WWW= https://pypi.org/project/azure-mgmt-servicefabricmanagedclusters/
+COMMENT= Microsoft Azure Service Fabric Managed Clusters Management Client Library for Python
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ http://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters \
+ https://github.com/Azure/azure-sdk-for-python
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<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}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR}
-USES= azurepy python zip
-USE_PYTHON= autoplist concurrent distutils
+USES= python
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo b/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo
index 4b3ba58620d8..7adea0e4e926 100644
--- a/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo
+++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622288633
-SHA256 (azure-mgmt-servicefabricmanagedclusters-1.0.0.zip) = 109ca3a251ebb7ddb35a0f8829614a4daa7065a16bc13b52c8422ee7f9995ce8
-SIZE (azure-mgmt-servicefabricmanagedclusters-1.0.0.zip) = 122721
+TIMESTAMP = 1772029008
+SHA256 (azure_mgmt_servicefabricmanagedclusters-2.1.0b5.tar.gz) = 52f7527969e64192f1109a1d544b5161dbd324e7e06a30c9b74d206799aaf4a3
+SIZE (azure_mgmt_servicefabricmanagedclusters-2.1.0b5.tar.gz) = 142126
diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/files/patch-pyproject.toml b/devel/py-azure-mgmt-servicefabricmanagedclusters/files/patch-pyproject.toml
new file mode 100644
index 000000000000..305db6a6a40f
--- /dev/null
+++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2025-11-26 18:05:43 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 Servicefabricmanagedclu
+ { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Servicefabricmanagedclusters Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+ "Development Status :: 4 - Beta",
+ "Programming Language :: Python",
diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr b/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr
index ddf7e183f6e0..b735fb34a1d3 100644
--- a/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr
+++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr
@@ -1,5 +1,3 @@
-This is the Microsoft Azure Servicefabricmanagedclusters 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 Service Fabric Managed Clusters 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.