Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 18:06:40 +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: r548391 - head/devel/py-azure-mgmt-synapse
Message-ID:  <202009121806.08CI6e0N030206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Sep 12 18:06:40 2020
New Revision: 548391
URL: https://svnweb.freebsd.org/changeset/ports/548391

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

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

Added: head/devel/py-azure-mgmt-synapse/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-synapse/Makefile	Sat Sep 12 18:06:40 2020	(r548391)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	azure-mgmt-synapse
+DISTVERSION=	0.3.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Microsoft Azure Synapse 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<2.0.0: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-synapse/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-synapse/distinfo	Sat Sep 12 18:06:40 2020	(r548391)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1598911407
+SHA256 (azure-mgmt-synapse-0.3.0.zip) = 7e0bbf9abfa4e8397e04005895aa5522376f58e79a46ba2c0fb427a78a164169
+SIZE (azure-mgmt-synapse-0.3.0.zip) = 164498

Added: head/devel/py-azure-mgmt-synapse/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-azure-mgmt-synapse/pkg-descr	Sat Sep 12 18:06:40 2020	(r548391)
@@ -0,0 +1,6 @@
+This is the Microsoft Azure Synapse 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-synapse/



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