diff --git a/sysutils/Makefile b/sysutils/Makefile index 28128a4655b0..5a52d805df53 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/py-azure-cli-kusto/Makefile b/sysutils/py-azure-cli-kusto/Makefile new file mode 100644 index 000000000000..b42c5596be4b --- /dev/null +++ b/sysutils/py-azure-cli-kusto/Makefile @@ -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 diff --git a/sysutils/py-azure-cli-kusto/distinfo b/sysutils/py-azure-cli-kusto/distinfo new file mode 100644 index 000000000000..b01b0c77b7a4 --- /dev/null +++ b/sysutils/py-azure-cli-kusto/distinfo @@ -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 diff --git a/sysutils/py-azure-cli-kusto/pkg-descr b/sysutils/py-azure-cli-kusto/pkg-descr new file mode 100644 index 000000000000..4a65adb699a9 --- /dev/null +++ b/sysutils/py-azure-cli-kusto/pkg-descr @@ -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/