Date: Tue, 21 Apr 2026 17:14:14 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2b8c01cc96a2 - main - devel/py-azure-mgmt-maps: Update to 2.1.0 Message-ID: <69e7b066.3f90b.7a273b0f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b8c01cc96a288edae0456399c27a54356a75f5a commit 2b8c01cc96a288edae0456399c27a54356a75f5a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-21 17:01:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-21 17:12:10 +0000 devel/py-azure-mgmt-maps: Update to 2.1.0 - Update WWW - Add LICENSE_FILE - Update version requirement of RUN_DEPENDS - Sort RUN_DEPENDS - Convert to USE_PYTHON=pep517 - Update pkg-descr Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-mgmt-maps/CHANGELOG.md --- devel/py-azure-mgmt-maps/Makefile | 20 ++++++++++++-------- devel/py-azure-mgmt-maps/distinfo | 6 +++--- devel/py-azure-mgmt-maps/pkg-descr | 7 +++---- 3 files changed, 18 insertions(+), 15 deletions(-) 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,22 +1,26 @@ 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 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b066.3f90b.7a273b0f>
