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/
This commit is contained in:
Danilo G. Baio 2020-09-12 18:06:40 +00:00
parent 71b560a775
commit 7ed61840fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548391
3 changed files with 32 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1598911407
SHA256 (azure-mgmt-synapse-0.3.0.zip) = 7e0bbf9abfa4e8397e04005895aa5522376f58e79a46ba2c0fb427a78a164169
SIZE (azure-mgmt-synapse-0.3.0.zip) = 164498

View File

@ -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/