svn commit: r511493 - in head/devel: . py-azure-mgmt-privatedns
Danilo G. Baio
dbaio at FreeBSD.org
Sat Sep 7 22:50:31 UTC 2019
Author: dbaio
Date: Sat Sep 7 22:50:30 2019
New Revision: 511493
URL: https://svnweb.freebsd.org/changeset/ports/511493
Log:
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/
Added:
head/devel/py-azure-mgmt-privatedns/
head/devel/py-azure-mgmt-privatedns/Makefile (contents, props changed)
head/devel/py-azure-mgmt-privatedns/distinfo (contents, props changed)
head/devel/py-azure-mgmt-privatedns/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Sep 7 22:49:27 2019 (r511492)
+++ head/devel/Makefile Sat Sep 7 22:50:30 2019 (r511493)
@@ -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
Added: head/devel/py-azure-mgmt-privatedns/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-azure-mgmt-privatedns/Makefile Sat Sep 7 22:50:30 2019 (r511493)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= azure-mgmt-privatedns
+PORTVERSION= 0.1.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio at 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>
Added: head/devel/py-azure-mgmt-privatedns/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-azure-mgmt-privatedns/distinfo Sat Sep 7 22:50:30 2019 (r511493)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567886095
+SHA256 (azure-mgmt-privatedns-0.1.0.zip) = d29cfd8cec806e06673d9382d3f5766fc65d9a9de75b424705094a34a7db8d23
+SIZE (azure-mgmt-privatedns-0.1.0.zip) = 49776
Added: head/devel/py-azure-mgmt-privatedns/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-azure-mgmt-privatedns/pkg-descr Sat Sep 7 22:50:30 2019 (r511493)
@@ -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/
More information about the svn-ports-head
mailing list