svn commit: r511474 - in head/devel: . py-azure-mgmt-imagebuilder
Danilo G. Baio
dbaio at FreeBSD.org
Sat Sep 7 22:47:12 UTC 2019
Author: dbaio
Date: Sat Sep 7 22:47:10 2019
New Revision: 511474
URL: https://svnweb.freebsd.org/changeset/ports/511474
Log:
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/
Added:
head/devel/py-azure-mgmt-imagebuilder/
head/devel/py-azure-mgmt-imagebuilder/Makefile (contents, props changed)
head/devel/py-azure-mgmt-imagebuilder/distinfo (contents, props changed)
head/devel/py-azure-mgmt-imagebuilder/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Sep 7 22:47:07 2019 (r511473)
+++ head/devel/Makefile Sat Sep 7 22:47:10 2019 (r511474)
@@ -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
Added: head/devel/py-azure-mgmt-imagebuilder/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-azure-mgmt-imagebuilder/Makefile Sat Sep 7 22:47:10 2019 (r511474)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= azure-mgmt-imagebuilder
+PORTVERSION= 0.2.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio at 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>
Added: head/devel/py-azure-mgmt-imagebuilder/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-azure-mgmt-imagebuilder/distinfo Sat Sep 7 22:47:10 2019 (r511474)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567885796
+SHA256 (azure-mgmt-imagebuilder-0.2.1.zip) = 7e5efd9f641764884cbb6e1521c8e7ff67c5ff85ed367ebe8623dbd289df9457
+SIZE (azure-mgmt-imagebuilder-0.2.1.zip) = 72553
Added: head/devel/py-azure-mgmt-imagebuilder/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-azure-mgmt-imagebuilder/pkg-descr Sat Sep 7 22:47:10 2019 (r511474)
@@ -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/
More information about the svn-ports-all
mailing list