1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add devel/py-azure-mgmt-security

This is the Microsoft Azure Secutiry Center 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-security/
This commit is contained in:
Danilo G. Baio 2019-03-01 22:09:09 +00:00
parent 4f4c969039
commit cd36fa5695
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494318
4 changed files with 33 additions and 0 deletions

View File

@ -4392,6 +4392,7 @@
SUBDIR += py-azure-mgmt-reservations
SUBDIR += py-azure-mgmt-resource
SUBDIR += py-azure-mgmt-search
SUBDIR += py-azure-mgmt-security
SUBDIR += py-azure-mgmt-servicebus
SUBDIR += py-azure-mgmt-servicefabric
SUBDIR += py-azure-mgmt-signalr

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= azure-mgmt-security
PORTVERSION= 0.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Secutiry Center Management Client Library for Python
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
USES= azurepy python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1551394950
SHA256 (azure-mgmt-security-0.1.0.zip) = 1d42ced0690d10ebe5f83bf20be835e1a424d81463e59857cc402f218e3164b1
SIZE (azure-mgmt-security-0.1.0.zip) = 150836

View File

@ -0,0 +1,6 @@
This is the Microsoft Azure Secutiry Center 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-security/