diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-01-26 13:28:29 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-01-26 13:28:29 +0000 |
commit | cca9328bc1be518fc36a4955c04cd15cd4754414 (patch) | |
tree | 7d21ecc015d835632f8737f86e1f464949bfaa3e /sysutils/py-azure-cli-monitor | |
parent | Add USES azurepy: Shared namespace for py-azure-* ports (diff) |
Add py-azure-cli: Microsoft Azure Command-Line Tools
It also adds all azure-cli libraries, modules and commands.
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/
WWW: https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest
Notes
Notes:
svn path=/head/; revision=491291
Diffstat (limited to 'sysutils/py-azure-cli-monitor')
-rw-r--r-- | sysutils/py-azure-cli-monitor/Makefile | 22 | ||||
-rw-r--r-- | sysutils/py-azure-cli-monitor/distinfo | 3 | ||||
-rw-r--r-- | sysutils/py-azure-cli-monitor/pkg-descr | 8 |
3 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/py-azure-cli-monitor/Makefile b/sysutils/py-azure-cli-monitor/Makefile new file mode 100644 index 000000000000..3c3baf10c248 --- /dev/null +++ b/sysutils/py-azure-cli-monitor/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= azure-cli-monitor +PORTVERSION= 0.2.7 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Command-Line Tools Monitor Command Module + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-monitor>=0.5.2:devel/py-azure-mgmt-monitor@${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> diff --git a/sysutils/py-azure-cli-monitor/distinfo b/sysutils/py-azure-cli-monitor/distinfo new file mode 100644 index 000000000000..482760fd8ea0 --- /dev/null +++ b/sysutils/py-azure-cli-monitor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1544813938 +SHA256 (azure-cli-monitor-0.2.7.tar.gz) = 67b084d6fa288abbaf26da1374e6c6405c754759fe3a5f94121dbb39d574e11f +SIZE (azure-cli-monitor-0.2.7.tar.gz) = 44836 diff --git a/sysutils/py-azure-cli-monitor/pkg-descr b/sysutils/py-azure-cli-monitor/pkg-descr new file mode 100644 index 000000000000..bf46ff7eccb7 --- /dev/null +++ b/sysutils/py-azure-cli-monitor/pkg-descr @@ -0,0 +1,8 @@ +Microsoft Azure CLI 'Monitor' 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-monitor/ |