git: 17e3a27943be - main - devel/py-azure-mgmt-trafficmanager: Update to 1.1.0

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=17e3a27943be0d739be874be8f8b6f73c9fec662

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

    devel/py-azure-mgmt-trafficmanager: Update to 1.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/trafficmanager/azure-mgmt-trafficmanager/CHANGELOG.md
---
 devel/py-azure-mgmt-trafficmanager/Makefile  | 22 +++++++++++++---------
 devel/py-azure-mgmt-trafficmanager/distinfo  |  6 +++---
 devel/py-azure-mgmt-trafficmanager/pkg-descr |  7 +++----
 3 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/devel/py-azure-mgmt-trafficmanager/Makefile b/devel/py-azure-mgmt-trafficmanager/Makefile
index b9f17b787a3a..767a92ebbed2 100644
--- a/devel/py-azure-mgmt-trafficmanager/Makefile
+++ b/devel/py-azure-mgmt-trafficmanager/Makefile
@@ -1,22 +1,26 @@
 PORTNAME=	azure-mgmt-trafficmanager
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Microsoft Azure Traffic Manager Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-trafficmanager/
+COMMENT=	Microsoft Azure Traffic Manager 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/trafficmanager/azure-mgmt-trafficmanager \
+		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-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<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 zip
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-azure-mgmt-trafficmanager/distinfo b/devel/py-azure-mgmt-trafficmanager/distinfo
index 7437021a2168..11147a6e0348 100644
--- a/devel/py-azure-mgmt-trafficmanager/distinfo
+++ b/devel/py-azure-mgmt-trafficmanager/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644760794
-SHA256 (azure-mgmt-trafficmanager-1.0.0.zip) = 4741761e80346c4edd4cb3f271368ea98063f804d015e245c2fe048ed2b596a8
-SIZE (azure-mgmt-trafficmanager-1.0.0.zip) = 61344
+TIMESTAMP = 1765296733
+SHA256 (azure-mgmt-trafficmanager-1.1.0.zip) = 35bf1902bf1589d626e35971e5aaa009e884094672b479b798cd1bb8d4f2fdf9
+SIZE (azure-mgmt-trafficmanager-1.1.0.zip) = 86805
diff --git a/devel/py-azure-mgmt-trafficmanager/pkg-descr b/devel/py-azure-mgmt-trafficmanager/pkg-descr
index e3ce10886806..c7a45a180801 100644
--- a/devel/py-azure-mgmt-trafficmanager/pkg-descr
+++ b/devel/py-azure-mgmt-trafficmanager/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Traffic Manager 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 Traffic Manager Management Client Library. This
+package has been tested with Python 3.7+. For a more complete view of Azure
+libraries, see the azure sdk python release.