diff --git a/devel/py-azure-mgmt-maps/Makefile b/devel/py-azure-mgmt-maps/Makefile index a047237350a1..0a02011a0217 100644 --- a/devel/py-azure-mgmt-maps/Makefile +++ b/devel/py-azure-mgmt-maps/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-mgmt-maps -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Maps Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-maps/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/maps/azure-mgmt-maps \ + 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-core>=1.2.0<2.0.0:devel/py-azure-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}isodate>=0.6.1<1.0.0:devel/py-isodate@${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-maps/distinfo b/devel/py-azure-mgmt-maps/distinfo index cbd6dd088bdd..e43b049e5fd8 100644 --- a/devel/py-azure-mgmt-maps/distinfo +++ b/devel/py-azure-mgmt-maps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628367485 -SHA256 (azure-mgmt-maps-2.0.0.zip) = 384e17f76a68b700a4f988478945c3a9721711c0400725afdfcb63cf84e85f0e -SIZE (azure-mgmt-maps-2.0.0.zip) = 48946 +TIMESTAMP = 1765288085 +SHA256 (azure-mgmt-maps-2.1.0.tar.gz) = 5d56a697852e5416a76181f18c1d584ff3ef131ce000f6c3e202371db734748d +SIZE (azure-mgmt-maps-2.1.0.tar.gz) = 57264 diff --git a/devel/py-azure-mgmt-maps/pkg-descr b/devel/py-azure-mgmt-maps/pkg-descr index 955d7bfaa7f2..0c34b1b8d84f 100644 --- a/devel/py-azure-mgmt-maps/pkg-descr +++ b/devel/py-azure-mgmt-maps/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Maps 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 Maps 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.