svn commit: r493063 - in head/devel: . py-azure-mgmt-sqlvirtualmachine

Danilo G. Baio dbaio at FreeBSD.org
Sat Feb 16 19:45:38 UTC 2019


Author: dbaio
Date: Sat Feb 16 19:45:36 2019
New Revision: 493063
URL: https://svnweb.freebsd.org/changeset/ports/493063

Log:
  Add py-azure-mgmt-sqlvirtualmachine
  
  Microsoft Azure SQL Virtual Machine Management Client Library for Python
  
  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-sqlvirtualmachine/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Feb 16 19:43:21 2019	(r493062)
+++ head/devel/Makefile	Sat Feb 16 19:45:36 2019	(r493063)
@@ -4389,6 +4389,7 @@
     SUBDIR += py-azure-mgmt-servicefabric
     SUBDIR += py-azure-mgmt-signalr
     SUBDIR += py-azure-mgmt-sql
+    SUBDIR += py-azure-mgmt-sqlvirtualmachine
     SUBDIR += py-azure-mgmt-storage
     SUBDIR += py-azure-mgmt-trafficmanager
     SUBDIR += py-azure-mgmt-web

Added: head/devel/py-azure-mgmt-sqlvirtualmachine/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-sqlvirtualmachine/Makefile	Sat Feb 16 19:45:36 2019	(r493063)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	azure-mgmt-sqlvirtualmachine
+PORTVERSION=	0.2.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio at FreeBSD.org
+COMMENT=	Microsoft Azure SQL Virtual Machine 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-sqlvirtualmachine/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-sqlvirtualmachine/distinfo	Sat Feb 16 19:45:36 2019	(r493063)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550322503
+SHA256 (azure-mgmt-sqlvirtualmachine-0.2.0.zip) = 9c386bc33437f63e54c34911fb38c9caf02b998eb2ad7551b59757e18f02af81
+SIZE (azure-mgmt-sqlvirtualmachine-0.2.0.zip) = 73050

Added: head/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr	Sat Feb 16 19:45:36 2019	(r493063)
@@ -0,0 +1,6 @@
+This is the Microsoft Azure SQL Virtual Machine 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-sqlvirtualmachine/


More information about the svn-ports-all mailing list