Add devel/py-azure-mgmt-imagebuilder

This is the Microsoft Azure Image Builder 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-imagebuilder/
This commit is contained in:
Danilo G. Baio
2019-09-07 22:47:10 +00:00
parent d854d8ee6b
commit d72ab66d3c
4 changed files with 33 additions and 0 deletions

View File

@@ -4181,6 +4181,7 @@
SUBDIR += py-azure-mgmt-eventgrid
SUBDIR += py-azure-mgmt-eventhub
SUBDIR += py-azure-mgmt-hdinsight
SUBDIR += py-azure-mgmt-imagebuilder
SUBDIR += py-azure-mgmt-iotcentral
SUBDIR += py-azure-mgmt-iothub
SUBDIR += py-azure-mgmt-iothubprovisioningservices

View File

@@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-imagebuilder
PORTVERSION= 0.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Image Builder 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 = 1567885796
SHA256 (azure-mgmt-imagebuilder-0.2.1.zip) = 7e5efd9f641764884cbb6e1521c8e7ff67c5ff85ed367ebe8623dbd289df9457
SIZE (azure-mgmt-imagebuilder-0.2.1.zip) = 72553

View File

@@ -0,0 +1,6 @@
This is the Microsoft Azure Image Builder 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-imagebuilder/