Add devel/py-azure-mgmt-servicefabricmanagedclusters

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).

WWW: https://pypi.org/project/azure-mgmt-servicefabricmanagedclusters/
This commit is contained in:
Danilo G. Baio 2021-04-17 12:39:09 -03:00
parent d3fe02c703
commit f0f41d7155
4 changed files with 32 additions and 0 deletions

View File

@ -4172,6 +4172,7 @@
SUBDIR += py-azure-mgmt-security
SUBDIR += py-azure-mgmt-servicebus
SUBDIR += py-azure-mgmt-servicefabric
SUBDIR += py-azure-mgmt-servicefabricmanagedclusters
SUBDIR += py-azure-mgmt-signalr
SUBDIR += py-azure-mgmt-sql
SUBDIR += py-azure-mgmt-sqlvirtualmachine

View File

@ -0,0 +1,21 @@
PORTNAME= azure-mgmt-servicefabricmanagedclusters
DISTVERSION= 1.0.0b1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Servicefabricmanagedclusters Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0: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}
USES= azurepy python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1618672996
SHA256 (azure-mgmt-servicefabricmanagedclusters-1.0.0b1.zip) = dadcaddfe8cabfc9658c43c42624c4483db0ad952412aa11a62f697ec9f3240b
SIZE (azure-mgmt-servicefabricmanagedclusters-1.0.0b1.zip) = 114276

View File

@ -0,0 +1,7 @@
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).
WWW: https://pypi.org/project/azure-mgmt-servicefabricmanagedclusters/