svn commit: r559965 - in head/devel: . py-azure-mgmt-databoxedge

Danilo G. Baio dbaio at FreeBSD.org
Sat Jan 2 21:22:11 UTC 2021


Author: dbaio
Date: Sat Jan  2 21:22:10 2021
New Revision: 559965
URL: https://svnweb.freebsd.org/changeset/ports/559965

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

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jan  2 21:20:35 2021	(r559964)
+++ head/devel/Makefile	Sat Jan  2 21:22:10 2021	(r559965)
@@ -4095,6 +4095,7 @@
     SUBDIR += py-azure-mgmt-containerservice
     SUBDIR += py-azure-mgmt-core
     SUBDIR += py-azure-mgmt-cosmosdb
+    SUBDIR += py-azure-mgmt-databoxedge
     SUBDIR += py-azure-mgmt-datalake-analytics
     SUBDIR += py-azure-mgmt-datalake-store
     SUBDIR += py-azure-mgmt-datamigration

Added: head/devel/py-azure-mgmt-databoxedge/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-databoxedge/Makefile	Sat Jan  2 21:22:10 2021	(r559965)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	azure-mgmt-databoxedge
+DISTVERSION=	0.2.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio at FreeBSD.org
+COMMENT=	Microsoft Azure Databoxedge 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:3.6+ zip
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-azure-mgmt-databoxedge/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-databoxedge/distinfo	Sat Jan  2 21:22:10 2021	(r559965)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609619848
+SHA256 (azure-mgmt-databoxedge-0.2.0.zip) = 83c06d5292063ac7bc26bc2ce3c810fe8eec8329a5817d172319754e11d2dd70
+SIZE (azure-mgmt-databoxedge-0.2.0.zip) = 347617

Added: head/devel/py-azure-mgmt-databoxedge/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-databoxedge/pkg-descr	Sat Jan  2 21:22:10 2021	(r559965)
@@ -0,0 +1,6 @@
+This is the Microsoft Azure Databoxedge 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-databoxedge/


More information about the svn-ports-all mailing list