Date: Sat, 7 Sep 2019 22:47:11 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511474 - in head/devel: . py-azure-mgmt-imagebuilder Message-ID: <201909072247.x87MlB3w048903@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909072247.x87MlB3w048903>