git: 2ef2e33614f5 - main - devel/py-azure-mgmt-applicationinsights: Update to 4.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Apr 2026 17:13:36 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ef2e33614f5735c230eb2525ff1a6673e10a1a7

commit 2ef2e33614f5735c230eb2525ff1a6673e10a1a7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:00:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:11:55 +0000

    devel/py-azure-mgmt-applicationinsights: Update to 4.1.0
    
    - Update COMMENT
    - 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/applicationinsights/azure-mgmt-applicationinsights/CHANGELOG.md
---
 devel/py-azure-mgmt-applicationinsights/Makefile  | 24 ++++++++++++++---------
 devel/py-azure-mgmt-applicationinsights/distinfo  |  6 +++---
 devel/py-azure-mgmt-applicationinsights/pkg-descr |  7 +++----
 3 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/devel/py-azure-mgmt-applicationinsights/Makefile b/devel/py-azure-mgmt-applicationinsights/Makefile
index 00f374be065a..be1f87c91c08 100644
--- a/devel/py-azure-mgmt-applicationinsights/Makefile
+++ b/devel/py-azure-mgmt-applicationinsights/Makefile
@@ -1,22 +1,28 @@
 PORTNAME=	azure-mgmt-applicationinsights
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	4.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_mgmt_applicationinsights-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Microsoft Azure Application Insights Management Cli Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-applicationinsights/
+COMMENT=	Microsoft Azure Application Insights Management Client Library for Python
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/applicationinsights/azure-mgmt-applicationinsights \
+		https://github.com/Azure/azure-sdk-for-python
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<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:www/py-azure-common@${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
 
diff --git a/devel/py-azure-mgmt-applicationinsights/distinfo b/devel/py-azure-mgmt-applicationinsights/distinfo
index c1faa1f6b5f2..1794dc6a9c1f 100644
--- a/devel/py-azure-mgmt-applicationinsights/distinfo
+++ b/devel/py-azure-mgmt-applicationinsights/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624102866
-SHA256 (azure-mgmt-applicationinsights-1.0.0.zip) = c287a2c7def4de19f92c0c31ba02867fac6f5b8df71b5dbdab19288bb455fc5b
-SIZE (azure-mgmt-applicationinsights-1.0.0.zip) = 332143
+TIMESTAMP = 1764602494
+SHA256 (azure_mgmt_applicationinsights-4.1.0.tar.gz) = 15531390f12ce3d767cd3f1949af36aa39077c145c952fec4d80303c86ec7b6c
+SIZE (azure_mgmt_applicationinsights-4.1.0.tar.gz) = 323696
diff --git a/devel/py-azure-mgmt-applicationinsights/pkg-descr b/devel/py-azure-mgmt-applicationinsights/pkg-descr
index 6db81138c2d1..1f4aa2ce55ff 100644
--- a/devel/py-azure-mgmt-applicationinsights/pkg-descr
+++ b/devel/py-azure-mgmt-applicationinsights/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Application Insights 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 Application Insights Management 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.