svn commit: r511494 - in head/devel: . py-azure-mgmt-apimanagement

Danilo G. Baio dbaio at FreeBSD.org
Sat Sep 7 22:53:26 UTC 2019


Author: dbaio
Date: Sat Sep  7 22:53:25 2019
New Revision: 511494
URL: https://svnweb.freebsd.org/changeset/ports/511494

Log:
  Add devel/py-azure-mgmt-apimanagement
  
  This is the Microsoft Azure API 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-apimanagement/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep  7 22:50:30 2019	(r511493)
+++ head/devel/Makefile	Sat Sep  7 22:53:25 2019	(r511494)
@@ -4157,6 +4157,7 @@
     SUBDIR += py-azure-graphrbac
     SUBDIR += py-azure-keyvault
     SUBDIR += py-azure-mgmt-advisor
+    SUBDIR += py-azure-mgmt-apimanagement
     SUBDIR += py-azure-mgmt-appconfiguration
     SUBDIR += py-azure-mgmt-applicationinsights
     SUBDIR += py-azure-mgmt-authorization

Added: head/devel/py-azure-mgmt-apimanagement/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-apimanagement/Makefile	Sat Sep  7 22:53:25 2019	(r511494)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	azure-mgmt-apimanagement
+PORTVERSION=	0.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio at FreeBSD.org
+COMMENT=	Microsoft Azure API 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-apimanagement/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-apimanagement/distinfo	Sat Sep  7 22:53:25 2019	(r511494)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1567883130
+SHA256 (azure-mgmt-apimanagement-0.1.0.zip) = 5d45d3438c6a11bae6bb8d4d5173cdb44b85683695f9f3433f22f45aecc47819
+SIZE (azure-mgmt-apimanagement-0.1.0.zip) = 556098

Added: head/devel/py-azure-mgmt-apimanagement/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-apimanagement/pkg-descr	Sat Sep  7 22:53:25 2019	(r511494)
@@ -0,0 +1,6 @@
+This is the Microsoft Azure API 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-apimanagement/


More information about the svn-ports-head mailing list