Skip to content

Commit

Permalink
Add port: devel/py-azure-mgmt-appcontainers
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
dbaio committed May 20, 2023
1 parent 2fde300 commit 7436596
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 28 additions & 0 deletions devel/py-azure-mgmt-appcontainers/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions devel/py-azure-mgmt-appcontainers/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1684595595
SHA256 (azure-mgmt-appcontainers-2.0.0.zip) = 71c74876f7604d83d6119096aa42dcf2512e32e004111be5e41d61b89c8192f5
SIZE (azure-mgmt-appcontainers-2.0.0.zip) = 225789
4 changes: 4 additions & 0 deletions devel/py-azure-mgmt-appcontainers/pkg-descr
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 7436596

Please sign in to comment.