Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 19:48:35 +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: r493065 - in head/sysutils: . py-azure-cli-sqlvm
Message-ID:  <201902161948.x1GJmZpK075942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Feb 16 19:48:34 2019
New Revision: 493065
URL: https://svnweb.freebsd.org/changeset/ports/493065

Log:
  Add py-azure-cli-sqlvm
  
  Microsoft Azure Command-Line Tools SQL virtual machine Command Module
  
  The Azure CLI is a command-line tool providing a great experience for managing
  Azure resources. The CLI is designed to make scripting easy, query data,
  support long-running operations, and more. Try it today and find out what the
  CLI has to offer!
  
  WWW: https://pypi.org/project/azure-cli-sqlvm/

Added:
  head/sysutils/py-azure-cli-sqlvm/
  head/sysutils/py-azure-cli-sqlvm/Makefile   (contents, props changed)
  head/sysutils/py-azure-cli-sqlvm/distinfo   (contents, props changed)
  head/sysutils/py-azure-cli-sqlvm/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Feb 16 19:46:31 2019	(r493064)
+++ head/sysutils/Makefile	Sat Feb 16 19:48:34 2019	(r493065)
@@ -1008,6 +1008,7 @@
     SUBDIR += py-azure-cli-servicefabric
     SUBDIR += py-azure-cli-signalr
     SUBDIR += py-azure-cli-sql
+    SUBDIR += py-azure-cli-sqlvm
     SUBDIR += py-azure-cli-storage
     SUBDIR += py-azure-cli-telemetry
     SUBDIR += py-azure-cli-vm

Added: head/sysutils/py-azure-cli-sqlvm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-azure-cli-sqlvm/Makefile	Sat Feb 16 19:48:34 2019	(r493065)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	azure-cli-sqlvm
+PORTVERSION=	0.1.0
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Microsoft Azure Command-Line Tools SQL virtual machine Command Module
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-sqlvirtualmachine>=0.2.0:devel/py-azure-mgmt-sqlvirtualmachine@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
+
+USES=		azurepy python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/py-azure-cli-sqlvm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-azure-cli-sqlvm/distinfo	Sat Feb 16 19:48:34 2019	(r493065)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550322316
+SHA256 (azure-cli-sqlvm-0.1.0.tar.gz) = f1396239df4b55e5200557ae5776b3b7c6fcb2eaa6d13cc9d8c911d1afa59c26
+SIZE (azure-cli-sqlvm-0.1.0.tar.gz) = 12833

Added: head/sysutils/py-azure-cli-sqlvm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-azure-cli-sqlvm/pkg-descr	Sat Feb 16 19:48:34 2019	(r493065)
@@ -0,0 +1,8 @@
+Microsoft Azure CLI 'sql vm' Command Module
+
+The Azure CLI is a command-line tool providing a great experience for managing
+Azure resources. The CLI is designed to make scripting easy, query data,
+support long-running operations, and more. Try it today and find out what the
+CLI has to offer!
+
+WWW: https://pypi.org/project/azure-cli-sqlvm/



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