Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 17:14:17 +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: 80b979c4b6b5 - main - devel/py-azure-mgmt-monitor: Update to 7.0.0
Message-ID:  <69e7b069.3cc77.465989be@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=80b979c4b6b50cb825ccefa938d4572dac57f28c

commit 80b979c4b6b50cb825ccefa938d4572dac57f28c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:12 +0000

    devel/py-azure-mgmt-monitor: Update to 7.0.0
    
    - Update WWW
    - Add LICENSE_FILE
    - 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/monitor/azure-mgmt-monitor/CHANGELOG.md
---
 devel/py-azure-mgmt-monitor/Makefile  | 22 ++++++++++++++--------
 devel/py-azure-mgmt-monitor/distinfo  |  6 +++---
 devel/py-azure-mgmt-monitor/pkg-descr |  7 +++----
 3 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/devel/py-azure-mgmt-monitor/Makefile b/devel/py-azure-mgmt-monitor/Makefile
index 47e6d0918c62..e616cea51b32 100644
--- a/devel/py-azure-mgmt-monitor/Makefile
+++ b/devel/py-azure-mgmt-monitor/Makefile
@@ -1,22 +1,28 @@
 PORTNAME=	azure-mgmt-monitor
-PORTVERSION=	5.0.0
-PORTREVISION=	1
+PORTVERSION=	7.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_mgmt_monitor-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Microsoft Azure Monitor Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-monitor/
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-mgmt-monitor \
+		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-core>=1.3.2<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:www/py-azure-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.0: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
 
diff --git a/devel/py-azure-mgmt-monitor/distinfo b/devel/py-azure-mgmt-monitor/distinfo
index 0d9d21aeb0aa..c97619cd7cb6 100644
--- a/devel/py-azure-mgmt-monitor/distinfo
+++ b/devel/py-azure-mgmt-monitor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667057639
-SHA256 (azure-mgmt-monitor-5.0.0.zip) = 78bf4a268c314c5ee164941040234967b97eaca3c533cc0fe6f12282ddd91461
-SIZE (azure-mgmt-monitor-5.0.0.zip) = 1155506
+TIMESTAMP = 1765291163
+SHA256 (azure_mgmt_monitor-7.0.0.tar.gz) = b75f536441d430f69ff873a1646e5f5dbcb3080a10768a59d0adc01541623816
+SIZE (azure_mgmt_monitor-7.0.0.tar.gz) = 195496
diff --git a/devel/py-azure-mgmt-monitor/pkg-descr b/devel/py-azure-mgmt-monitor/pkg-descr
index ec2d9a225d5c..f266acbbf936 100644
--- a/devel/py-azure-mgmt-monitor/pkg-descr
+++ b/devel/py-azure-mgmt-monitor/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Monitor 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 Monitor Client Library. This package has been tested
+with Python 3.9+. 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?69e7b069.3cc77.465989be>