git: 7436596e328c - main - Add port: devel/py-azure-mgmt-appcontainers

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sat, 20 May 2023 18:32:29 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7436596e328c39f3f8dbd9d00027160f37223d96

commit 7436596e328c39f3f8dbd9d00027160f37223d96
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-05-20 15:17:31 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-05-20 18:30:54 +0000

    Add port: devel/py-azure-mgmt-appcontainers
    
    This is the Microsoft Azure Appcontainers Management Client Library.
    
    Azure Resource Manager (ARM) is the next generation of management APIs that
    replace the old Azure Service Management (ASM).
    
    https://pypi.org/project/azure-mgmt-appcontainers/
---
 devel/Makefile                              |  1 +
 devel/py-azure-mgmt-appcontainers/Makefile  | 28 ++++++++++++++++++++++++++++
 devel/py-azure-mgmt-appcontainers/distinfo  |  3 +++
 devel/py-azure-mgmt-appcontainers/pkg-descr |  4 ++++
 4 files changed, 36 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index bace0751d5ed..7f3af142feca 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4249,6 +4249,7 @@
     SUBDIR += py-awscli
     SUBDIR += py-awscrt
     SUBDIR += py-azure-appconfiguration
+    SUBDIR += py-azure-appcontainers
     SUBDIR += py-azure-batch
     SUBDIR += py-azure-core
     SUBDIR += py-azure-cosmos
diff --git a/devel/py-azure-mgmt-appcontainers/Makefile b/devel/py-azure-mgmt-appcontainers/Makefile
new file mode 100644
index 000000000000..9ad21a64c33d
--- /dev/null
+++ b/devel/py-azure-mgmt-appcontainers/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	azure-mgmt-appcontainers
+DISTVERSION=	2.0.0
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Microsoft Azure Appcontainers Management Client Library for Python
+WWW=		https://pypi.org/project/azure-mgmt-appcontainers/
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
+
+USES=		azurepy python:3.7+ zip
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 30800
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-azure-mgmt-appcontainers/distinfo b/devel/py-azure-mgmt-appcontainers/distinfo
new file mode 100644
index 000000000000..2255043ef448
--- /dev/null
+++ b/devel/py-azure-mgmt-appcontainers/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1684595595
+SHA256 (azure-mgmt-appcontainers-2.0.0.zip) = 71c74876f7604d83d6119096aa42dcf2512e32e004111be5e41d61b89c8192f5
+SIZE (azure-mgmt-appcontainers-2.0.0.zip) = 225789
diff --git a/devel/py-azure-mgmt-appcontainers/pkg-descr b/devel/py-azure-mgmt-appcontainers/pkg-descr
new file mode 100644
index 000000000000..a246be0787f2
--- /dev/null
+++ b/devel/py-azure-mgmt-appcontainers/pkg-descr
@@ -0,0 +1,4 @@
+This is the Microsoft Azure Appcontainers Management Client Library.
+
+Azure Resource Manager (ARM) is the next generation of management APIs that
+replace the old Azure Service Management (ASM).