aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2026-07-08 12:56:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-07-08 13:30:17 +0000
commit0547cc513c7eb57480338fa29f1ef246f32243bd (patch)
tree6bd5b48dc34e76291eaced0aeb9a2a954a250f53
parentdb75af6af6d8149e14e19310fd290fb668e0f3e0 (diff)
devel/py-azure-mgmt-resource-subscriptions: Add py-azure-mgmt-resource-subscriptions 1.0.0b2
This is the Microsoft Azure Resource Subscriptions Management Client Library. This package has been tested with Python 3.10+. For a more complete view of Azure libraries, see the azure sdk python release. PR: 296415
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-azure-mgmt-resource-subscriptions/Makefile28
-rw-r--r--devel/py-azure-mgmt-resource-subscriptions/distinfo3
-rw-r--r--devel/py-azure-mgmt-resource-subscriptions/files/patch-pyproject.toml19
-rw-r--r--devel/py-azure-mgmt-resource-subscriptions/pkg-descr3
5 files changed, 54 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 72f58565548e..5ce148e8b46c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4632,6 +4632,7 @@
SUBDIR += py-azure-mgmt-resource-deployments
SUBDIR += py-azure-mgmt-resource-deploymentscripts
SUBDIR += py-azure-mgmt-resource-deploymentstacks
+ SUBDIR += py-azure-mgmt-resource-subscriptions
SUBDIR += py-azure-mgmt-resource-templatespecs
SUBDIR += py-azure-mgmt-search
SUBDIR += py-azure-mgmt-security
diff --git a/devel/py-azure-mgmt-resource-subscriptions/Makefile b/devel/py-azure-mgmt-resource-subscriptions/Makefile
new file mode 100644
index 000000000000..0dc7745ea0b8
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-subscriptions/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= azure-mgmt-resource-subscriptions
+DISTVERSION= 1.0.0b2
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_resource_subscriptions-${DISTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Microsoft Azure Subscriptions 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-subscriptions \
+ https://github.com/Azure/azure-sdk-for-python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+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= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-azure-mgmt-resource-subscriptions/distinfo b/devel/py-azure-mgmt-resource-subscriptions/distinfo
new file mode 100644
index 000000000000..550014462720
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-subscriptions/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1782849997
+SHA256 (azure_mgmt_resource_subscriptions-1.0.0b2.tar.gz) = 9da8a9532469d738f4a24950565994f3627272edf63d0798c9ef523435e0f4a4
+SIZE (azure_mgmt_resource_subscriptions-1.0.0b2.tar.gz) = 57164
diff --git a/devel/py-azure-mgmt-resource-subscriptions/files/patch-pyproject.toml b/devel/py-azure-mgmt-resource-subscriptions/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6b592ad4e72d
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-subscriptions/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2026-05-22 07:18:56 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 Subscriptions Managemen
+ { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Subscriptions 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-resource-subscriptions/pkg-descr b/devel/py-azure-mgmt-resource-subscriptions/pkg-descr
new file mode 100644
index 000000000000..1874f3796302
--- /dev/null
+++ b/devel/py-azure-mgmt-resource-subscriptions/pkg-descr
@@ -0,0 +1,3 @@
+This is the Microsoft Azure Resource Subscriptions Management Client Library.
+This package has been tested with Python 3.10+. For a more complete view of
+Azure libraries, see the azure sdk python release.