git: c2a19d80c3a1 - main - devel/py-azure-mgmt-redis: Update to 14.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 17:14:31 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c2a19d80c3a13228f71964ae20e6dc60231cdb0e
commit c2a19d80c3a13228f71964ae20e6dc60231cdb0e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:17 +0000
devel/py-azure-mgmt-redis: Update to 14.5.0
- Update WWW
- Add LICENSE_FILE
- 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/redis/azure-mgmt-redis/CHANGELOG.md
---
devel/py-azure-mgmt-redis/Makefile | 22 ++++++++++++++--------
devel/py-azure-mgmt-redis/distinfo | 6 +++---
devel/py-azure-mgmt-redis/pkg-descr | 7 +++----
3 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/devel/py-azure-mgmt-redis/Makefile b/devel/py-azure-mgmt-redis/Makefile
index 6e06756c34d3..5a103e29194a 100644
--- a/devel/py-azure-mgmt-redis/Makefile
+++ b/devel/py-azure-mgmt-redis/Makefile
@@ -1,22 +1,28 @@
PORTNAME= azure-mgmt-redis
-DISTVERSION= 14.1.0
-PORTREVISION= 1
+PORTVERSION= 14.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_redis-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Redis Cache Management Client Library for Python
-WWW= https://pypi.org/project/azure-mgmt-redis/
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/redis/azure-mgmt-redis \
+ https://github.com/Azure/azure-sdk-for-python
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1: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.2<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} \
+ ${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-redis/distinfo b/devel/py-azure-mgmt-redis/distinfo
index f382bde72241..f8c791dc3010 100644
--- a/devel/py-azure-mgmt-redis/distinfo
+++ b/devel/py-azure-mgmt-redis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674606121
-SHA256 (azure-mgmt-redis-14.1.0.zip) = 2cef7659cdbe56fb042a23a35521d7c36a370faf4d4252f9f26f98a9697afa28
-SIZE (azure-mgmt-redis-14.1.0.zip) = 133286
+TIMESTAMP = 1765292972
+SHA256 (azure_mgmt_redis-14.5.0.tar.gz) = 5c3434c82492688e25b93aaf5113ecff0b92b7ad6da2a4fd4695530f82b152fa
+SIZE (azure_mgmt_redis-14.5.0.tar.gz) = 87997
diff --git a/devel/py-azure-mgmt-redis/pkg-descr b/devel/py-azure-mgmt-redis/pkg-descr
index a3d8781914e3..7acae72e8322 100644
--- a/devel/py-azure-mgmt-redis/pkg-descr
+++ b/devel/py-azure-mgmt-redis/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Redis Cache 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 Redis Cache 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.