Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

diff --git a/devel/py-azure-mgmt-appconfiguration/Makefile b/devel/py-azure-mgmt-appconfiguration/Makefile
index 3df90b30fc1d..85c547431ebd 100644
--- a/devel/py-azure-mgmt-appconfiguration/Makefile
+++ b/devel/py-azure-mgmt-appconfiguration/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	azure-mgmt-appconfiguration
-PORTVERSION=	5.0.0
+DISTVERSION=	6.0.0b1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	azure_mgmt_appconfiguration-${PORTVERSION}
+DISTNAME=	azure_mgmt_appconfiguration-${DISTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Microsoft Azure App Configuration Management Client Library for Python
+COMMENT=	Microsoft Azure Appconfiguration 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
@@ -14,10 +14,9 @@ WWW=		https://azure.github.io/azure-sdk-for-python/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61: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} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.6.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}
 
diff --git a/devel/py-azure-mgmt-appconfiguration/distinfo b/devel/py-azure-mgmt-appconfiguration/distinfo
index c0fae42f5191..360868180ad8 100644
--- a/devel/py-azure-mgmt-appconfiguration/distinfo
+++ b/devel/py-azure-mgmt-appconfiguration/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764598085
-SHA256 (azure_mgmt_appconfiguration-5.0.0.tar.gz) = f8f0f81b790d1ed77bbc052ecdcf7b13091fad88b10c1f3f471000dbd9c20977
-SIZE (azure_mgmt_appconfiguration-5.0.0.tar.gz) = 74844
+TIMESTAMP = 1776796078
+SHA256 (azure_mgmt_appconfiguration-6.0.0b1.tar.gz) = cc1684c9271669d72168a5797e18351265566bfa123eb7bf818de1d6f35ae5de
+SIZE (azure_mgmt_appconfiguration-6.0.0b1.tar.gz) = 81938
diff --git a/devel/py-azure-mgmt-appconfiguration/files/patch-pyproject.toml b/devel/py-azure-mgmt-appconfiguration/files/patch-pyproject.toml
new file mode 100644
index 000000000000..340d6709ee1b
--- /dev/null
+++ b/devel/py-azure-mgmt-appconfiguration/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2026-01-27 18:55:53 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+-    "setuptools>=77.0.3",
++    "setuptools>=61",
+     "wheel",
+ ]
+ build-backend = "setuptools.build_meta"
+@@ -11,7 +11,7 @@ description = "Microsoft Azure Appconfiguration Manage
+     { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Appconfiguration Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+     "Development Status :: 4 - Beta",
+     "Programming Language :: Python",


home | help