diff --git a/devel/py-azure-mgmt-consumption/Makefile b/devel/py-azure-mgmt-consumption/Makefile index 12e4d33dc58f..fe54453a743b 100644 --- a/devel/py-azure-mgmt-consumption/Makefile +++ b/devel/py-azure-mgmt-consumption/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-mgmt-consumption -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 10.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Consumption Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-consumption/ +COMMENT= Microsoft Azure Consumption Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/consumption/azure-mgmt-consumption \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -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} +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<2:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.1<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-mgmt-consumption/distinfo b/devel/py-azure-mgmt-consumption/distinfo index 6750f41f419d..3d9c0a6497c0 100644 --- a/devel/py-azure-mgmt-consumption/distinfo +++ b/devel/py-azure-mgmt-consumption/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558571018 -SHA256 (azure-mgmt-consumption-3.0.0.zip) = 035d4b74ca7c47e2683bea17105fd9014c27060336fb6255324ac86b27f70f5b -SIZE (azure-mgmt-consumption-3.0.0.zip) = 533101 +TIMESTAMP = 1764603707 +SHA256 (azure-mgmt-consumption-10.0.0.zip) = 06a086436c1737f77ab86894d51f5973b6e0fa5edf56558e4c296589ebab9130 +SIZE (azure-mgmt-consumption-10.0.0.zip) = 157978 diff --git a/devel/py-azure-mgmt-consumption/pkg-descr b/devel/py-azure-mgmt-consumption/pkg-descr index e66e640f3d35..548052ddd0b5 100644 --- a/devel/py-azure-mgmt-consumption/pkg-descr +++ b/devel/py-azure-mgmt-consumption/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Consumption 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 Consumption Client Library. This package has been +tested with Python 3.7+. For a more complete view of Azure libraries, see the +azure sdk python release.