diff --git a/devel/py-azure-mgmt-apimanagement/Makefile b/devel/py-azure-mgmt-apimanagement/Makefile index b640d389e24a..b56f2f7410d3 100644 --- a/devel/py-azure-mgmt-apimanagement/Makefile +++ b/devel/py-azure-mgmt-apimanagement/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-mgmt-apimanagement -PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_apimanagement-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure API Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-apimanagement/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/apimanagement/azure-mgmt-apimanagement \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +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.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${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-apimanagement/distinfo b/devel/py-azure-mgmt-apimanagement/distinfo index b68923df2024..3f0a3638da67 100644 --- a/devel/py-azure-mgmt-apimanagement/distinfo +++ b/devel/py-azure-mgmt-apimanagement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689983945 -SHA256 (azure-mgmt-apimanagement-4.0.0.zip) = 0224e32c9dbc83cd319eb4452df3d47af26079ac4ba6e1a6be4777f85b24362c -SIZE (azure-mgmt-apimanagement-4.0.0.zip) = 824894 +TIMESTAMP = 1764597897 +SHA256 (azure_mgmt_apimanagement-5.0.0.tar.gz) = 0ab7fe17e70fe3154cd840ff47d19d7a4610217003eaa7c21acf3511a6e57999 +SIZE (azure_mgmt_apimanagement-5.0.0.tar.gz) = 625729 diff --git a/devel/py-azure-mgmt-apimanagement/pkg-descr b/devel/py-azure-mgmt-apimanagement/pkg-descr index 781727fb839a..cb831e99ffed 100644 --- a/devel/py-azure-mgmt-apimanagement/pkg-descr +++ b/devel/py-azure-mgmt-apimanagement/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure API 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 API Management 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.