git: 3546664d207f - main - devel/py-azure-mgmt-resource-deployments: Add py-azure-mgmt-resource-deployments 1.0.0b1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Jan 2026 11:57:18 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3546664d207f8f2c858fd750bd1767f38577d25e

commit 3546664d207f8f2c858fd750bd1767f38577d25e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:34:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:53:00 +0000

    devel/py-azure-mgmt-resource-deployments: Add py-azure-mgmt-resource-deployments 1.0.0b1
    
    This is the Microsoft Azure Resource Deployments 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.
---
 devel/Makefile                                     |  1 +
 devel/py-azure-mgmt-resource-deployments/Makefile  | 29 ++++++++++++++++++++++
 devel/py-azure-mgmt-resource-deployments/distinfo  |  3 +++
 devel/py-azure-mgmt-resource-deployments/pkg-descr |  3 +++
 4 files changed, 36 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index a80bd2648200..36386aad61a0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4540,6 +4540,7 @@
     SUBDIR += py-azure-mgmt-relay
     SUBDIR += py-azure-mgmt-reservations
     SUBDIR += py-azure-mgmt-resource
+    SUBDIR += py-azure-mgmt-resource-deployments
     SUBDIR += py-azure-mgmt-search
     SUBDIR += py-azure-mgmt-security
     SUBDIR += py-azure-mgmt-servicebus
diff --git a/devel/py-azure-mgmt-resource-deployments/Makefile b/devel/py-azure-mgmt-resource-deployments/Makefile
new file mode 100644
index 000000000000..4dc1b653ff0b
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-deployments/Makefile
@@ -0,0 +1,29 @@
+PORTNAME=	azure-mgmt-resource-deployments
+DISTVERSION=	1.0.0b1
+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
+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} \
+		${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} \
+		${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 <bsd.port.mk>
diff --git a/devel/py-azure-mgmt-resource-deployments/distinfo b/devel/py-azure-mgmt-resource-deployments/distinfo
new file mode 100644
index 000000000000..30fa3c0f0fc8
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-deployments/distinfo
@@ -0,0 +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
diff --git a/devel/py-azure-mgmt-resource-deployments/pkg-descr b/devel/py-azure-mgmt-resource-deployments/pkg-descr
new file mode 100644
index 000000000000..b96ade30fa1e
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-deployments/pkg-descr
@@ -0,0 +1,3 @@
+This is the Microsoft Azure Resource Deployments 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.