diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-15 11:34:52 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-15 11:53:01 +0000 |
| commit | 87501508cdb8aa2f7b528e6ec8388cacf2351bc2 (patch) | |
| tree | 0481a995530d866cb530b44bb59b456fefd6ce33 | |
| parent | 6017186d228c5c9feb16f6b4175bcd16ab298ee8 (diff) | |
devel/py-azure-mgmt-resource-deploymentstacks: Add py-azure-mgmt-resource-deploymentstacks 1.0.0b1
This is the Microsoft Azure Resource Deploymentstacks 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.
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-azure-mgmt-resource-deploymentstacks/Makefile | 29 | ||||
| -rw-r--r-- | devel/py-azure-mgmt-resource-deploymentstacks/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-azure-mgmt-resource-deploymentstacks/pkg-descr | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 15a101d12e15..5d9081ac6562 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4542,6 +4542,7 @@ SUBDIR += py-azure-mgmt-resource SUBDIR += py-azure-mgmt-resource-deployments SUBDIR += py-azure-mgmt-resource-deploymentscripts + SUBDIR += py-azure-mgmt-resource-deploymentstacks SUBDIR += py-azure-mgmt-search SUBDIR += py-azure-mgmt-security SUBDIR += py-azure-mgmt-servicebus diff --git a/devel/py-azure-mgmt-resource-deploymentstacks/Makefile b/devel/py-azure-mgmt-resource-deploymentstacks/Makefile new file mode 100644 index 000000000000..649e6c73dd51 --- /dev/null +++ b/devel/py-azure-mgmt-resource-deploymentstacks/Makefile @@ -0,0 +1,29 @@ +PORTNAME= azure-mgmt-resource-deploymentstacks +DISTVERSION= 1.0.0b1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_resource_deploymentstacks-${DISTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure Resource Deploymentstacks 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-deploymentstacks \ + 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-deploymentstacks/distinfo b/devel/py-azure-mgmt-resource-deploymentstacks/distinfo new file mode 100644 index 000000000000..07986b96ce0a --- /dev/null +++ b/devel/py-azure-mgmt-resource-deploymentstacks/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1768283074 +SHA256 (azure_mgmt_resource_deploymentstacks-1.0.0b1.tar.gz) = 49b876e45c0f5bab88ec47d7c56e8fb34fbdfcfe5b831a3a2a21e817f3d9732e +SIZE (azure_mgmt_resource_deploymentstacks-1.0.0b1.tar.gz) = 51527 diff --git a/devel/py-azure-mgmt-resource-deploymentstacks/pkg-descr b/devel/py-azure-mgmt-resource-deploymentstacks/pkg-descr new file mode 100644 index 000000000000..35185dd03949 --- /dev/null +++ b/devel/py-azure-mgmt-resource-deploymentstacks/pkg-descr @@ -0,0 +1,3 @@ +This is the Microsoft Azure Resource Deploymentstacks 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. |
