git: 41a4838611a4 - main - devel/py-azure-synapse-managedprivateendpoints: New port
Danilo G. Baio
dbaio at FreeBSD.org
Sun Sep 12 20:09:34 UTC 2021
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=41a4838611a4d96691bed2f0c65adf13b88094cd
commit 41a4838611a4d96691bed2f0c65adf13b88094cd
Author: Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-09-12 18:44:42 +0000
Commit: Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-09-12 20:08:54 +0000
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/
---
devel/Makefile | 1 +
.../Makefile | 21 +++++++++++++++++++++
.../distinfo | 3 +++
.../pkg-descr | 6 ++++++
4 files changed, 31 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 88e65dcfeb2b..8f07e9d2b473 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-azure-synapse-managedprivateendpoints/Makefile b/devel/py-azure-synapse-managedprivateendpoints/Makefile
new file mode 100644
index 000000000000..29ca22c4c4ac
--- /dev/null
+++ b/devel/py-azure-synapse-managedprivateendpoints/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= azure-synapse-managedprivateendpoints
+DISTVERSION= 0.3.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio at 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>
diff --git a/devel/py-azure-synapse-managedprivateendpoints/distinfo b/devel/py-azure-synapse-managedprivateendpoints/distinfo
new file mode 100644
index 000000000000..2a29cd02e023
--- /dev/null
+++ b/devel/py-azure-synapse-managedprivateendpoints/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1631470193
+SHA256 (azure-synapse-managedprivateendpoints-0.3.0.zip) = 7cdd48b99f5f8f181166feaa87d820eafe8a6299ca9577e7a0ba9f6420d7a116
+SIZE (azure-synapse-managedprivateendpoints-0.3.0.zip) = 27069
diff --git a/devel/py-azure-synapse-managedprivateendpoints/pkg-descr b/devel/py-azure-synapse-managedprivateendpoints/pkg-descr
new file mode 100644
index 000000000000..690b91701223
--- /dev/null
+++ b/devel/py-azure-synapse-managedprivateendpoints/pkg-descr
@@ -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/
More information about the dev-commits-ports-all
mailing list