devel/py-azure-synapse-managedprivateendpoints: New port

This is the Microsoft Azure Synapse Managed Private Endpoints Client
Library.

Azure Synapse is a limitless analytics service that brings together
enterprise data warehousing and Big Data analytics.

WWW: https://pypi.org/project/azure-synapse-managedprivateendpoints/
This commit is contained in:
Danilo G. Baio 2021-09-12 15:44:42 -03:00
parent be14faef03
commit 41a4838611
4 changed files with 31 additions and 0 deletions

View file

@ -4222,6 +4222,7 @@
SUBDIR += py-azure-storage-common
SUBDIR += py-azure-synapse-accesscontrol
SUBDIR += py-azure-synapse-artifacts
SUBDIR += py-azure-synapse-managedprivateendpoints
SUBDIR += py-azure-synapse-spark
SUBDIR += py-b2sdk
SUBDIR += py-babel

View file

@ -0,0 +1,21 @@
PORTNAME= azure-synapse-managedprivateendpoints
DISTVERSION= 0.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Synapse Managed Private Endpoints Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${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 = 1631470193
SHA256 (azure-synapse-managedprivateendpoints-0.3.0.zip) = 7cdd48b99f5f8f181166feaa87d820eafe8a6299ca9577e7a0ba9f6420d7a116
SIZE (azure-synapse-managedprivateendpoints-0.3.0.zip) = 27069

View file

@ -0,0 +1,6 @@
This is the Microsoft Azure Synapse Managed Private Endpoints Client Library.
Azure Synapse is a limitless analytics service that brings together enterprise
data warehousing and Big Data analytics.
WWW: https://pypi.org/project/azure-synapse-managedprivateendpoints/