diff --git a/devel/py-azure-mgmt-msi/Makefile b/devel/py-azure-mgmt-msi/Makefile index 6e84f9272cc5..9253815e77a6 100644 --- a/devel/py-azure-mgmt-msi/Makefile +++ b/devel/py-azure-mgmt-msi/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-mgmt-msi -PORTVERSION= 7.0.0 -PORTREVISION= 1 +PORTVERSION= 7.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_msi-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure MSI Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-msi/ +COMMENT= Microsoft Azure Msi Management Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/resources/azure-mgmt-msi \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -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} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-mgmt-msi/distinfo b/devel/py-azure-mgmt-msi/distinfo index c8d1a4839e47..4c2eab0892bb 100644 --- a/devel/py-azure-mgmt-msi/distinfo +++ b/devel/py-azure-mgmt-msi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679792895 -SHA256 (azure-mgmt-msi-7.0.0.zip) = 72d46c9a62783ec4eab619be9d1b78ffebbdaa164d406fd303f16303f37256b2 -SIZE (azure-mgmt-msi-7.0.0.zip) = 199895 +TIMESTAMP = 1765291278 +SHA256 (azure_mgmt_msi-7.1.0.tar.gz) = 1a01a089f1f66cb0d4b2886603d5ba415f360eff0be6f685737ecdd59c78225b +SIZE (azure_mgmt_msi-7.1.0.tar.gz) = 177406 diff --git a/devel/py-azure-mgmt-msi/pkg-descr b/devel/py-azure-mgmt-msi/pkg-descr index d85d91b115ae..87b06c06a26a 100644 --- a/devel/py-azure-mgmt-msi/pkg-descr +++ b/devel/py-azure-mgmt-msi/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure MSI Management Client Library. - -Azure Resource Manager (ARM) is the next generation of management APIs that -replace the old Azure Service Management (ASM). +This is the Microsoft Azure Msi Management Client Library. This package has been +tested with Python 3.9+. For a more complete view of Azure libraries, see the +azure sdk python release.