Add devel/py-azure-mgmt-privatedns

This is the Microsoft Azure DNS Private Zones 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-privatedns/
This commit is contained in:
Danilo G. Baio
2019-09-07 22:50:30 +00:00
parent 73b978277e
commit c8bc330124
4 changed files with 33 additions and 0 deletions

View File

@@ -4198,6 +4198,7 @@
SUBDIR += py-azure-mgmt-netapp
SUBDIR += py-azure-mgmt-network
SUBDIR += py-azure-mgmt-policyinsights
SUBDIR += py-azure-mgmt-privatedns
SUBDIR += py-azure-mgmt-rdbms
SUBDIR += py-azure-mgmt-recoveryservices
SUBDIR += py-azure-mgmt-recoveryservicesbackup

View File

@@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-privatedns
PORTVERSION= 0.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure DNS Private Zones 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 = 1567886095
SHA256 (azure-mgmt-privatedns-0.1.0.zip) = d29cfd8cec806e06673d9382d3f5766fc65d9a9de75b424705094a34a7db8d23
SIZE (azure-mgmt-privatedns-0.1.0.zip) = 49776

View File

@@ -0,0 +1,6 @@
This is the Microsoft Azure DNS Private Zones 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-privatedns/