diff --git a/devel/py-azure-mgmt-reservations/Makefile b/devel/py-azure-mgmt-reservations/Makefile index 5639d54bd9b7..511b0a2e139c 100644 --- a/devel/py-azure-mgmt-reservations/Makefile +++ b/devel/py-azure-mgmt-reservations/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-mgmt-reservations -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Reservations Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-reservations/ +COMMENT= Microsoft Azure Reservations Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/reservations/azure-mgmt-reservations \ + 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<2:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1: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-reservations/distinfo b/devel/py-azure-mgmt-reservations/distinfo index 3e77ba0655b9..1b7c935f0c52 100644 --- a/devel/py-azure-mgmt-reservations/distinfo +++ b/devel/py-azure-mgmt-reservations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667058809 -SHA256 (azure-mgmt-reservations-2.1.0.zip) = 0ad4cec3a702f5f90bfb65e07c6febfcb5e9ce14286172e3af0948e90e57a4fe -SIZE (azure-mgmt-reservations-2.1.0.zip) = 146134 +TIMESTAMP = 1765293578 +SHA256 (azure-mgmt-reservations-2.3.0.zip) = 047085105b2de637f2204a34866f3a6de969c56ec4ca0642049f0f4eacea1ca7 +SIZE (azure-mgmt-reservations-2.3.0.zip) = 157101 diff --git a/devel/py-azure-mgmt-reservations/pkg-descr b/devel/py-azure-mgmt-reservations/pkg-descr index 839e54e3b179..7b1e836b2625 100644 --- a/devel/py-azure-mgmt-reservations/pkg-descr +++ b/devel/py-azure-mgmt-reservations/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Reservations 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 Reservations 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.