Add devel/py-azure-mgmt-core: Microsoft Azure Management Core Library for Python

Azure management core library defines extensions to Azure Core that are
specific to ARM (Azure Resource Management) needed when you use client
libraries.

As an end user, you don't need to manually install azure-mgmt-core because it
will be installed automatically when you install other SDKs.

WWW: https://pypi.org/project/azure-mgmt-core/
This commit is contained in:
Danilo G. Baio 2020-04-21 20:04:56 +00:00
parent 69ad700f1e
commit 1ce66896fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532405
4 changed files with 36 additions and 0 deletions

View file

@ -4102,6 +4102,7 @@
SUBDIR += py-azure-mgmt-containerinstance
SUBDIR += py-azure-mgmt-containerregistry
SUBDIR += py-azure-mgmt-containerservice
SUBDIR += py-azure-mgmt-core
SUBDIR += py-azure-mgmt-cosmosdb
SUBDIR += py-azure-mgmt-datalake-analytics
SUBDIR += py-azure-mgmt-datalake-store

View file

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= azure-mgmt-core
DISTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Management Core Library for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.4.0<2.0.0:devel/py-azure-core@${PY_FLAVOR}
USES= azurepy python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1587492949
SHA256 (azure-mgmt-core-1.0.0.zip) = 510faf49a10daec8346cc086143d8e667ef3b4f8c8022a8e710091027631a55e
SIZE (azure-mgmt-core-1.0.0.zip) = 43384

View file

@ -0,0 +1,10 @@
This is the Microsoft Azure Management Core Library for Python
Azure management core library defines extensions to Azure Core that are
specific to ARM (Azure Resource Management) needed when you use client
libraries.
As an end user, you don't need to manually install azure-mgmt-core because it
will be installed automatically when you install other SDKs.
WWW: https://pypi.org/project/azure-mgmt-core/