diff --git a/devel/py-azure-mgmt-billing/Makefile b/devel/py-azure-mgmt-billing/Makefile index e0bdf29e2e5e..3f57ad420e92 100644 --- a/devel/py-azure-mgmt-billing/Makefile +++ b/devel/py-azure-mgmt-billing/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-mgmt-billing -PORTVERSION= 6.0.0 -PORTREVISION= 1 +PORTVERSION= 7.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_billing-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Billing Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-billing/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/billing/azure-mgmt-billing \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<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.3.2: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-billing/distinfo b/devel/py-azure-mgmt-billing/distinfo index e9fb6ca7ff9f..f0c6e9e7e212 100644 --- a/devel/py-azure-mgmt-billing/distinfo +++ b/devel/py-azure-mgmt-billing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625870800 -SHA256 (azure-mgmt-billing-6.0.0.zip) = d4f5c5a4188a456fe1eb32b6c45f55ca2069c74be41eb76921840b39f2f5c07f -SIZE (azure-mgmt-billing-6.0.0.zip) = 178567 +TIMESTAMP = 1764600524 +SHA256 (azure_mgmt_billing-7.0.0.tar.gz) = 8e0a65c65110b53a42937e5bed6ae00efc9d6206972d96bfd4a74e80c85c2d7b +SIZE (azure_mgmt_billing-7.0.0.tar.gz) = 271584 diff --git a/devel/py-azure-mgmt-billing/pkg-descr b/devel/py-azure-mgmt-billing/pkg-descr index 955954139b66..4c8dd5c1f4b3 100644 --- a/devel/py-azure-mgmt-billing/pkg-descr +++ b/devel/py-azure-mgmt-billing/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Billing 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 Billing Client Library. This package has been tested +with Python 3.8+. For a more complete view of Azure libraries, see the azure sdk +python release.