Date: Sun, 18 Apr 2021 12:25:21 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f0f41d715513 - main - Add devel/py-azure-mgmt-servicefabricmanagedclusters Message-ID: <202104181225.13ICPL4C034684@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0f41d7155131ca820162c7d88822beb6ed21afc commit f0f41d7155131ca820162c7d88822beb6ed21afc Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-04-17 15:39:09 +0000 Commit: Danilo G. Baio <dbaio@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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104181225.13ICPL4C034684>