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



index | | raw e-mail

diff --git a/devel/py-azure-mgmt-cdn/Makefile b/devel/py-azure-mgmt-cdn/Makefile
index 6aaeb81e5ec0..d5da0bc92da9 100644
--- a/devel/py-azure-mgmt-cdn/Makefile
+++ b/devel/py-azure-mgmt-cdn/Makefile
@@ -1,22 +1,26 @@
 PORTNAME=	azure-mgmt-cdn
-DISTVERSION=	12.0.0
-PORTREVISION=	1
+PORTVERSION=	13.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Microsoft Azure CDN Management Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-cdn/
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cdn/azure-mgmt-cdn \
+		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.3.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}
 
-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-cdn/distinfo b/devel/py-azure-mgmt-cdn/distinfo
index 8f6186948b80..ae6ab9bdd4bd 100644
--- a/devel/py-azure-mgmt-cdn/distinfo
+++ b/devel/py-azure-mgmt-cdn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649515092
-SHA256 (azure-mgmt-cdn-12.0.0.zip) = b7c3ee2189234b4af51ace2924927c5fd733f3de748a642d6d5040067c8c9ddd
-SIZE (azure-mgmt-cdn-12.0.0.zip) = 260396
+TIMESTAMP = 1764600127
+SHA256 (azure-mgmt-cdn-13.1.1.tar.gz) = 4663304f31b6672dec320c7ce7ba9715c2b99e7d8b684b375f0b4effda90210c
+SIZE (azure-mgmt-cdn-13.1.1.tar.gz) = 223461
diff --git a/devel/py-azure-mgmt-cdn/pkg-descr b/devel/py-azure-mgmt-cdn/pkg-descr
index b8e11a0af654..1b49a089d655 100644
--- a/devel/py-azure-mgmt-cdn/pkg-descr
+++ b/devel/py-azure-mgmt-cdn/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure CDN 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 CDN Management Client Library. This package has been
+tested with Python 3.8+. For a more complete view of Azure libraries, see the
+azure sdk python release.


home | help