Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 22:13:14 +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: r491762 - in head/devel: . py-azure-mgmt-applicationinsights
Message-ID:  <201901312213.x0VMDEOr071199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Thu Jan 31 22:13:14 2019
New Revision: 491762
URL: https://svnweb.freebsd.org/changeset/ports/491762

Log:
  Add py-azure-mgmt-applicationinsights
  
  This is the Microsoft Azure Application Insights 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-applicationinsights/

Added:
  head/devel/py-azure-mgmt-applicationinsights/
  head/devel/py-azure-mgmt-applicationinsights/Makefile   (contents, props changed)
  head/devel/py-azure-mgmt-applicationinsights/distinfo   (contents, props changed)
  head/devel/py-azure-mgmt-applicationinsights/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jan 31 21:25:54 2019	(r491761)
+++ head/devel/Makefile	Thu Jan 31 22:13:14 2019	(r491762)
@@ -4340,6 +4340,7 @@
     SUBDIR += py-azure-graphrbac
     SUBDIR += py-azure-keyvault
     SUBDIR += py-azure-mgmt-advisor
+    SUBDIR += py-azure-mgmt-applicationinsights
     SUBDIR += py-azure-mgmt-authorization
     SUBDIR += py-azure-mgmt-batch
     SUBDIR += py-azure-mgmt-batchai

Added: head/devel/py-azure-mgmt-applicationinsights/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-applicationinsights/Makefile	Thu Jan 31 22:13:14 2019	(r491762)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	azure-mgmt-applicationinsights
+PORTVERSION=	0.1.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Microsoft Azure Application Insights Management Cli Library for Python
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.20: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-applicationinsights/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-applicationinsights/distinfo	Thu Jan 31 22:13:14 2019	(r491762)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1548882736
+SHA256 (azure-mgmt-applicationinsights-0.1.1.zip) = f10229eb9e3e9d0ad20188b8d14d67055e86f3815b43b75eedf96b654bee2a9b
+SIZE (azure-mgmt-applicationinsights-0.1.1.zip) = 53903

Added: head/devel/py-azure-mgmt-applicationinsights/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-applicationinsights/pkg-descr	Thu Jan 31 22:13:14 2019	(r491762)
@@ -0,0 +1,6 @@
+This is the Microsoft Azure Application Insights 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-applicationinsights/



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