Date: Fri, 1 Mar 2019 22:14:19 +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: r494322 - in head/devel: . py-azure-mgmt-kusto Message-ID: <201903012214.x21MEJwh096788@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Fri Mar 1 22:14:19 2019 New Revision: 494322 URL: https://svnweb.freebsd.org/changeset/ports/494322 Log: Add devel/py-azure-mgmt-kusto This is the Microsoft Azure Kusto 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-kusto/ Added: head/devel/py-azure-mgmt-kusto/ head/devel/py-azure-mgmt-kusto/Makefile (contents, props changed) head/devel/py-azure-mgmt-kusto/distinfo (contents, props changed) head/devel/py-azure-mgmt-kusto/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 1 22:12:59 2019 (r494321) +++ head/devel/Makefile Fri Mar 1 22:14:19 2019 (r494322) @@ -4375,6 +4375,7 @@ SUBDIR += py-azure-mgmt-iothub SUBDIR += py-azure-mgmt-iothubprovisioningservices SUBDIR += py-azure-mgmt-keyvault + SUBDIR += py-azure-mgmt-kusto SUBDIR += py-azure-mgmt-loganalytics SUBDIR += py-azure-mgmt-managementgroups SUBDIR += py-azure-mgmt-maps Added: head/devel/py-azure-mgmt-kusto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-mgmt-kusto/Makefile Fri Mar 1 22:14:19 2019 (r494322) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= azure-mgmt-kusto +PORTVERSION= 0.3.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Kusto 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-kusto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-mgmt-kusto/distinfo Fri Mar 1 22:14:19 2019 (r494322) @@ -0,0 +1,3 @@ +TIMESTAMP = 1551394436 +SHA256 (azure-mgmt-kusto-0.3.0.zip) = 9eb8b7781fd4410ee9e207cd0c3983baf9e58414b5b4a18849d09856e36bacde +SIZE (azure-mgmt-kusto-0.3.0.zip) = 79531 Added: head/devel/py-azure-mgmt-kusto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-mgmt-kusto/pkg-descr Fri Mar 1 22:14:19 2019 (r494322) @@ -0,0 +1,6 @@ +This is the Microsoft Azure Kusto 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-kusto/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903012214.x21MEJwh096788>