Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 22:46:06 +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: r511460 - in head/devel: . py-azure-mgmt-deploymentmanager
Message-ID:  <201909072246.x87Mk6qd047203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Sep  7 22:46:06 2019
New Revision: 511460
URL: https://svnweb.freebsd.org/changeset/ports/511460

Log:
  Add devel/py-azure-mgmt-deploymentmanager
  
  This is the Microsoft Azure Deployment Manager 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-deploymentmanager/

Added:
  head/devel/py-azure-mgmt-deploymentmanager/
  head/devel/py-azure-mgmt-deploymentmanager/Makefile   (contents, props changed)
  head/devel/py-azure-mgmt-deploymentmanager/distinfo   (contents, props changed)
  head/devel/py-azure-mgmt-deploymentmanager/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep  7 22:46:01 2019	(r511459)
+++ head/devel/Makefile	Sat Sep  7 22:46:06 2019	(r511460)
@@ -4175,6 +4175,7 @@
     SUBDIR += py-azure-mgmt-datalake-analytics
     SUBDIR += py-azure-mgmt-datalake-store
     SUBDIR += py-azure-mgmt-datamigration
+    SUBDIR += py-azure-mgmt-deploymentmanager
     SUBDIR += py-azure-mgmt-devtestlabs
     SUBDIR += py-azure-mgmt-dns
     SUBDIR += py-azure-mgmt-eventgrid

Added: head/devel/py-azure-mgmt-deploymentmanager/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-deploymentmanager/Makefile	Sat Sep  7 22:46:06 2019	(r511460)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	azure-mgmt-deploymentmanager
+PORTVERSION=	0.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Microsoft Azure Deployment Manager 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-deploymentmanager/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-deploymentmanager/distinfo	Sat Sep  7 22:46:06 2019	(r511460)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567885670
+SHA256 (azure-mgmt-deploymentmanager-0.1.0.zip) = 398a6d38b658c4a790e1a6884921eb98a22a10d906340bb8c9fb3207d709703f
+SIZE (azure-mgmt-deploymentmanager-0.1.0.zip) = 98176

Added: head/devel/py-azure-mgmt-deploymentmanager/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-deploymentmanager/pkg-descr	Sat Sep  7 22:46:06 2019	(r511460)
@@ -0,0 +1,6 @@
+This is the Microsoft Azure Deployment Manager 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-deploymentmanager/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909072246.x87Mk6qd047203>