From owner-svn-ports-all@freebsd.org Thu May 21 01:28:35 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77EB02FB0F3; Thu, 21 May 2020 01:28:35 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49SBpW2bJjz467h; Thu, 21 May 2020 01:28:35 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 538C5251E8; Thu, 21 May 2020 01:28:35 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04L1SZvI043158; Thu, 21 May 2020 01:28:35 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04L1SY2m043152; Thu, 21 May 2020 01:28:34 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202005210128.04L1SY2m043152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 21 May 2020 01:28:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536030 - in head/devel: . py-azure-loganalytics X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/devel: . py-azure-loganalytics X-SVN-Commit-Revision: 536030 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2020 01:28:35 -0000 Author: dbaio Date: Thu May 21 01:28:34 2020 New Revision: 536030 URL: https://svnweb.freebsd.org/changeset/ports/536030 Log: Add devel/py-azure-loganalytics This is the Microsoft Azure Log Analytics Client Library. Log Analytics is the primary tool in the Azure portal for writing log queries and interactively analyzing their results. Even if a log query is used elsewhere in Azure Monitor, you'll typically write and test the query first using Log Analytics. WWW: https://pypi.org/project/azure-loganalytics/ Added: head/devel/py-azure-loganalytics/ head/devel/py-azure-loganalytics/Makefile (contents, props changed) head/devel/py-azure-loganalytics/distinfo (contents, props changed) head/devel/py-azure-loganalytics/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 21 01:05:01 2020 (r536029) +++ head/devel/Makefile Thu May 21 01:28:34 2020 (r536030) @@ -4097,6 +4097,7 @@ SUBDIR += py-azure-functions-devops-build SUBDIR += py-azure-graphrbac SUBDIR += py-azure-keyvault + SUBDIR += py-azure-loganalytics SUBDIR += py-azure-mgmt-advisor SUBDIR += py-azure-mgmt-apimanagement SUBDIR += py-azure-mgmt-appconfiguration Added: head/devel/py-azure-loganalytics/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-loganalytics/Makefile Thu May 21 01:28:34 2020 (r536030) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= azure-loganalytics +PORTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Log Analytics Client Library for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.4.29<2.0.0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} + +USES= azurepy python:3.6+ zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-azure-loganalytics/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-loganalytics/distinfo Thu May 21 01:28:34 2020 (r536030) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590010815 +SHA256 (azure-loganalytics-0.1.0.zip) = 3ceb350def677a351f34b0a0d1637df6be0c6fe87ff32a5270b17f540f6da06e +SIZE (azure-loganalytics-0.1.0.zip) = 22311 Added: head/devel/py-azure-loganalytics/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-loganalytics/pkg-descr Thu May 21 01:28:34 2020 (r536030) @@ -0,0 +1,8 @@ +This is the Microsoft Azure Log Analytics Client Library. + +Log Analytics is the primary tool in the Azure portal for writing log queries +and interactively analyzing their results. Even if a log query is used +elsewhere in Azure Monitor, you'll typically write and test the query first +using Log Analytics. + +WWW: https://pypi.org/project/azure-loganalytics/