svn commit: r511492 - in head/devel: . py-azure-mgmt-netapp

Danilo G. Baio dbaio at FreeBSD.org
Sat Sep 7 22:49:28 UTC 2019


Author: dbaio
Date: Sat Sep  7 22:49:27 2019
New Revision: 511492
URL: https://svnweb.freebsd.org/changeset/ports/511492

Log:
  Add devel/py-azure-mgmt-netapp
  
  This is the Microsoft Azure NetApp Files Management 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-netapp/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep  7 22:48:28 2019	(r511491)
+++ head/devel/Makefile	Sat Sep  7 22:49:27 2019	(r511492)
@@ -4195,6 +4195,7 @@
     SUBDIR += py-azure-mgmt-media
     SUBDIR += py-azure-mgmt-monitor
     SUBDIR += py-azure-mgmt-msi
+    SUBDIR += py-azure-mgmt-netapp
     SUBDIR += py-azure-mgmt-network
     SUBDIR += py-azure-mgmt-policyinsights
     SUBDIR += py-azure-mgmt-rdbms

Added: head/devel/py-azure-mgmt-netapp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-netapp/Makefile	Sat Sep  7 22:49:27 2019	(r511492)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	azure-mgmt-netapp
+PORTVERSION=	0.5.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio at FreeBSD.org
+COMMENT=	Microsoft Azure NetApp Files Management 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-netapp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-netapp/distinfo	Sat Sep  7 22:49:27 2019	(r511492)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567886007
+SHA256 (azure-mgmt-netapp-0.5.0.zip) = cd1c15c18a52bb5297243719b2c2881a3f3817c6bc37fb1d06f7dae3e75df4f2
+SIZE (azure-mgmt-netapp-0.5.0.zip) = 130878

Added: head/devel/py-azure-mgmt-netapp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-netapp/pkg-descr	Sat Sep  7 22:49:27 2019	(r511492)
@@ -0,0 +1,6 @@
+This is the Microsoft Azure NetApp Files Management 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-netapp/


More information about the svn-ports-all mailing list