1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Add devel/py-azure-mgmt-managedservices

This is the Microsoft Azure Managed Services 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-managedservices/
This commit is contained in:
Danilo G. Baio 2019-09-07 22:48:21 +00:00
parent 0fbc0f9495
commit ee13dddd68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511489
4 changed files with 33 additions and 0 deletions

View File

@ -4188,6 +4188,7 @@
SUBDIR += py-azure-mgmt-keyvault
SUBDIR += py-azure-mgmt-kusto
SUBDIR += py-azure-mgmt-loganalytics
SUBDIR += py-azure-mgmt-managedservices
SUBDIR += py-azure-mgmt-managementgroups
SUBDIR += py-azure-mgmt-maps
SUBDIR += py-azure-mgmt-marketplaceordering

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-managedservices
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Managed Services Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1567885903
SHA256 (azure-mgmt-managedservices-1.0.0.zip) = fed8399fc6773aada37c1d0496a46f59410d77c9494d0ca5967c531c3376ad19
SIZE (azure-mgmt-managedservices-1.0.0.zip) = 50022

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Managed Services 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-managedservices/