Date: Fri, 1 Mar 2019 22:16:10 +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: r494323 - in head/sysutils: . py-azure-cli-kusto Message-ID: <201903012216.x21MGABP097038@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Fri Mar 1 22:16:09 2019 New Revision: 494323 URL: https://svnweb.freebsd.org/changeset/ports/494323 Log: Add sysutils/py-azure-cli-kusto Microsoft Azure CLI 'KUSTO' Command Module Provides management capabilities for Kusto (Azure Data Explorer) clusters. 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-kusto/ Added: head/sysutils/py-azure-cli-kusto/ head/sysutils/py-azure-cli-kusto/Makefile (contents, props changed) head/sysutils/py-azure-cli-kusto/distinfo (contents, props changed) head/sysutils/py-azure-cli-kusto/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Mar 1 22:14:19 2019 (r494322) +++ head/sysutils/Makefile Fri Mar 1 22:16:09 2019 (r494323) @@ -992,6 +992,7 @@ SUBDIR += py-azure-cli-iot SUBDIR += py-azure-cli-iotcentral SUBDIR += py-azure-cli-keyvault + SUBDIR += py-azure-cli-kusto SUBDIR += py-azure-cli-lab SUBDIR += py-azure-cli-maps SUBDIR += py-azure-cli-monitor Added: head/sysutils/py-azure-cli-kusto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-azure-cli-kusto/Makefile Fri Mar 1 22:16:09 2019 (r494323) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= azure-cli-kusto +PORTVERSION= 0.2.0 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Command-Line Tools KUSTO Command Module + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-kusto>=0.2.0:devel/py-azure-mgmt-kusto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + +USES= azurepy python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/sysutils/py-azure-cli-kusto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-azure-cli-kusto/distinfo Fri Mar 1 22:16:09 2019 (r494323) @@ -0,0 +1,3 @@ +TIMESTAMP = 1551394232 +SHA256 (azure-cli-kusto-0.2.0.tar.gz) = 78b5612ec8a1e7b16b2fa046980083eba9698a8399200ab2797e25ba1165e54c +SIZE (azure-cli-kusto-0.2.0.tar.gz) = 5006 Added: head/sysutils/py-azure-cli-kusto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-azure-cli-kusto/pkg-descr Fri Mar 1 22:16:09 2019 (r494323) @@ -0,0 +1,10 @@ +Microsoft Azure CLI 'KUSTO' Command Module + +Provides management capabilities for Kusto (Azure Data Explorer) clusters. + +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-kusto/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903012216.x21MGABP097038>