git: 73e4eb78ae58 - main - devel/py-azure-mgmt-media: Update to 10.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 17:14:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=73e4eb78ae58bb757b49f253c05062e3864623aa
commit 73e4eb78ae58bb757b49f253c05062e3864623aa
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:16 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:11 +0000
devel/py-azure-mgmt-media: Update to 10.2.1
- 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/media/azure-mgmt-media/CHANGELOG.md
---
devel/py-azure-mgmt-media/Makefile | 21 +++++++++++++--------
devel/py-azure-mgmt-media/distinfo | 6 +++---
devel/py-azure-mgmt-media/pkg-descr | 10 +++++++---
3 files changed, 23 insertions(+), 14 deletions(-)
diff --git a/devel/py-azure-mgmt-media/Makefile b/devel/py-azure-mgmt-media/Makefile
index d085c4221d8e..44231a756b51 100644
--- a/devel/py-azure-mgmt-media/Makefile
+++ b/devel/py-azure-mgmt-media/Makefile
@@ -1,22 +1,27 @@
PORTNAME= azure-mgmt-media
-PORTVERSION= 9.0.0
-PORTREVISION= 1
+PORTVERSION= 10.2.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_media-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Media Services Client Library for Python
-WWW= https://pypi.org/project/azure-mgmt-media/
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/media/azure-mgmt-media \
+ 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<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}msrest>=0.7.1:net-mgmt/py-msrest@${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-media/distinfo b/devel/py-azure-mgmt-media/distinfo
index 16b0a2939229..03d7995b8d20 100644
--- a/devel/py-azure-mgmt-media/distinfo
+++ b/devel/py-azure-mgmt-media/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651412208
-SHA256 (azure-mgmt-media-9.0.0.zip) = 4c8ee5f2c490d905203ea884dc2bbf17aed69daf8a1db412ddfb888ce6fde593
-SIZE (azure-mgmt-media-9.0.0.zip) = 227568
+TIMESTAMP = 1765290853
+SHA256 (azure_mgmt_media-10.2.1.tar.gz) = d654dce92a85c3aeb251a7e0d0c8d8fa377d26ae4d38836ef69b85c9b4869113
+SIZE (azure_mgmt_media-10.2.1.tar.gz) = 191730
diff --git a/devel/py-azure-mgmt-media/pkg-descr b/devel/py-azure-mgmt-media/pkg-descr
index c65178bb7e6f..f84309d436fc 100644
--- a/devel/py-azure-mgmt-media/pkg-descr
+++ b/devel/py-azure-mgmt-media/pkg-descr
@@ -1,4 +1,8 @@
-This is the Microsoft Azure Media Services Client Library.
+Please note, this package has been deprecated and will no longer be maintained
+after 06/30/2024. Refer to Azure Media Services retirement guide for more
+retirement details and how to migrate to the new services. Refer to our
+deprecation policy for more details.
-Azure Resource Manager (ARM) is the next generation of management APIs that
-replace the old Azure Service Management (ASM).
+This is the Microsoft Azure Media Services 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.