Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 17:13:34 +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: 550ebf8470da - main - devel/py-azure-mgmt-appconfiguration: Update to 5.0.0
Message-ID:  <69e7b03e.3bc66.481f1439@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=550ebf8470da3bcbaa9b785bdc0e3b5cf44622bb

commit 550ebf8470da3bcbaa9b785bdc0e3b5cf44622bb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:00:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:11:54 +0000

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

diff --git a/devel/py-azure-mgmt-appconfiguration/Makefile b/devel/py-azure-mgmt-appconfiguration/Makefile
index e885476078e5..3df90b30fc1d 100644
--- a/devel/py-azure-mgmt-appconfiguration/Makefile
+++ b/devel/py-azure-mgmt-appconfiguration/Makefile
@@ -1,22 +1,28 @@
 PORTNAME=	azure-mgmt-appconfiguration
-DISTVERSION=	3.0.0
-PORTREVISION=	1
+PORTVERSION=	5.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_mgmt_appconfiguration-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Microsoft Azure App Configuration Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-appconfiguration/
+COMMENT=	Microsoft Azure App Configuration 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/appconfiguration/azure-mgmt-appconfiguration \
+		https://github.com/Azure/azure-sdk-for-python
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+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<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${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-appconfiguration/distinfo b/devel/py-azure-mgmt-appconfiguration/distinfo
index 81c6baf4b1c7..c0fae42f5191 100644
--- a/devel/py-azure-mgmt-appconfiguration/distinfo
+++ b/devel/py-azure-mgmt-appconfiguration/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684594909
-SHA256 (azure-mgmt-appconfiguration-3.0.0.zip) = 14986e560a8d8dd4487a03f8bd4212ac0b47bef5657b95501552133e6e072c4c
-SIZE (azure-mgmt-appconfiguration-3.0.0.zip) = 277679
+TIMESTAMP = 1764598085
+SHA256 (azure_mgmt_appconfiguration-5.0.0.tar.gz) = f8f0f81b790d1ed77bbc052ecdcf7b13091fad88b10c1f3f471000dbd9c20977
+SIZE (azure_mgmt_appconfiguration-5.0.0.tar.gz) = 74844
diff --git a/devel/py-azure-mgmt-appconfiguration/pkg-descr b/devel/py-azure-mgmt-appconfiguration/pkg-descr
index 2e09cc6e479c..e7b58122dc12 100644
--- a/devel/py-azure-mgmt-appconfiguration/pkg-descr
+++ b/devel/py-azure-mgmt-appconfiguration/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure App Configuration 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 App Configuration 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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b03e.3bc66.481f1439>