Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 01:28:34 +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: r536030 - in head/devel: . py-azure-loganalytics
Message-ID:  <202005210128.04L1SY2m043152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005210128.04L1SY2m043152>