Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 11:57:19 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6017186d228c - main - devel/py-azure-mgmt-resource-deploymentscripts: Add py-azure-mgmt-resource-deploymentscripts 1.0.0b1
Message-ID:  <6968d61f.388d6.25f70a99@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6017186d228c5c9feb16f6b4175bcd16ab298ee8

commit 6017186d228c5c9feb16f6b4175bcd16ab298ee8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:34:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:53:01 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index 36386aad61a0..15a101d12e15 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4541,6 +4541,7 @@
     SUBDIR += py-azure-mgmt-reservations
     SUBDIR += py-azure-mgmt-resource
     SUBDIR += py-azure-mgmt-resource-deployments
+    SUBDIR += py-azure-mgmt-resource-deploymentscripts
     SUBDIR += py-azure-mgmt-search
     SUBDIR += py-azure-mgmt-security
     SUBDIR += py-azure-mgmt-servicebus
diff --git a/devel/py-azure-mgmt-resource-deploymentscripts/Makefile b/devel/py-azure-mgmt-resource-deploymentscripts/Makefile
new file mode 100644
index 000000000000..9eca24cbb7d1
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-deploymentscripts/Makefile
@@ -0,0 +1,29 @@
+PORTNAME=	azure-mgmt-resource-deploymentscripts
+DISTVERSION=	1.0.0b1
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_mgmt_resource_deploymentscripts-${DISTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Microsoft Azure Resource Deploymentscripts 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-deploymentscripts \
+		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-deploymentscripts/distinfo b/devel/py-azure-mgmt-resource-deploymentscripts/distinfo
new file mode 100644
index 000000000000..0991d6dab660
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-deploymentscripts/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1768283072
+SHA256 (azure_mgmt_resource_deploymentscripts-1.0.0b1.tar.gz) = 566d855953e949bb2b34cb43e1e73054aaa79281c74613b745ffddb82c802375
+SIZE (azure_mgmt_resource_deploymentscripts-1.0.0b1.tar.gz) = 45897
diff --git a/devel/py-azure-mgmt-resource-deploymentscripts/pkg-descr b/devel/py-azure-mgmt-resource-deploymentscripts/pkg-descr
new file mode 100644
index 000000000000..4ba21775de28
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-deploymentscripts/pkg-descr
@@ -0,0 +1,3 @@
+This is the Microsoft Azure Resource Deploymentscripts 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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d61f.388d6.25f70a99>