git: f0f41d715513 - main - Add devel/py-azure-mgmt-servicefabricmanagedclusters
Danilo G. Baio
dbaio at FreeBSD.org
Sun Apr 18 12:25:21 UTC 2021
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0f41d7155131ca820162c7d88822beb6ed21afc
commit f0f41d7155131ca820162c7d88822beb6ed21afc
Author: Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-04-17 15:39:09 +0000
Commit: Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-04-18 12:21:56 +0000
Add devel/py-azure-mgmt-servicefabricmanagedclusters
This is the Microsoft Azure Servicefabricmanagedclusters 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-servicefabricmanagedclusters/
---
devel/Makefile | 1 +
.../Makefile | 21 +++++++++++++++++++++
.../distinfo | 3 +++
.../pkg-descr | 7 +++++++
4 files changed, 32 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index dbc4f95bee41..c524ab2863ac 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4172,6 +4172,7 @@
SUBDIR += py-azure-mgmt-security
SUBDIR += py-azure-mgmt-servicebus
SUBDIR += py-azure-mgmt-servicefabric
+ SUBDIR += py-azure-mgmt-servicefabricmanagedclusters
SUBDIR += py-azure-mgmt-signalr
SUBDIR += py-azure-mgmt-sql
SUBDIR += py-azure-mgmt-sqlvirtualmachine
diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile b/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile
new file mode 100644
index 000000000000..b6c67f2f9366
--- /dev/null
+++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= azure-mgmt-servicefabricmanagedclusters
+DISTVERSION= 1.0.0b1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio at FreeBSD.org
+COMMENT= Microsoft Azure Servicefabricmanagedclusters Management 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-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-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-mgmt-servicefabricmanagedclusters/distinfo b/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo
new file mode 100644
index 000000000000..74c3c73deb31
--- /dev/null
+++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1618672996
+SHA256 (azure-mgmt-servicefabricmanagedclusters-1.0.0b1.zip) = dadcaddfe8cabfc9658c43c42624c4483db0ad952412aa11a62f697ec9f3240b
+SIZE (azure-mgmt-servicefabricmanagedclusters-1.0.0b1.zip) = 114276
diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr b/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr
new file mode 100644
index 000000000000..f6ce3d8ce5d3
--- /dev/null
+++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr
@@ -0,0 +1,7 @@
+This is the Microsoft Azure Servicefabricmanagedclusters 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-servicefabricmanagedclusters/
More information about the dev-commits-ports-all
mailing list