git: 63087a8fbe8d - main - devel/py-azure-mgmt-relay: Update to 1.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 17:14:32 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=63087a8fbe8d578e3ab72275557aa262072e2f55
commit 63087a8fbe8d578e3ab72275557aa262072e2f55
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:31 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:17 +0000
devel/py-azure-mgmt-relay: Update to 1.1.0
- Update COMMENT
- Update WWW
- 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/relay/azure-mgmt-relay/CHANGELOG.md
---
devel/py-azure-mgmt-relay/Makefile | 21 ++++++++++++---------
devel/py-azure-mgmt-relay/distinfo | 6 +++---
devel/py-azure-mgmt-relay/pkg-descr | 7 +++----
3 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/devel/py-azure-mgmt-relay/Makefile b/devel/py-azure-mgmt-relay/Makefile
index febc39d0ad13..a9541a208286 100644
--- a/devel/py-azure-mgmt-relay/Makefile
+++ b/devel/py-azure-mgmt-relay/Makefile
@@ -1,22 +1,25 @@
PORTNAME= azure-mgmt-relay
-PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Microsoft Azure Relay Management Client Library for Python
-WWW= https://pypi.org/project/azure-mgmt-relay/
+COMMENT= Microsoft Azure Relay Client Library for Python
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/relay/azure-mgmt-relay \
+ https://github.com/Azure/azure-sdk-for-python
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${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.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR}
-USES= azurepy python zip
-USE_PYTHON= autoplist concurrent distutils
+USES= python zip
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/devel/py-azure-mgmt-relay/distinfo b/devel/py-azure-mgmt-relay/distinfo
index 3f8322430b5f..e7d470eccd03 100644
--- a/devel/py-azure-mgmt-relay/distinfo
+++ b/devel/py-azure-mgmt-relay/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558570661
-SHA256 (azure-mgmt-relay-0.2.0.zip) = a7e8341b2920d1d45bdf73d2b7825c44427d33fb0d820aceb11c94432323bf68
-SIZE (azure-mgmt-relay-0.2.0.zip) = 79801
+TIMESTAMP = 1765293136
+SHA256 (azure-mgmt-relay-1.1.0.zip) = c93b7550e64b6734bf23ce57ca974a3ea929b734c58d1fe3669728c4fd2d2eb3
+SIZE (azure-mgmt-relay-1.1.0.zip) = 74184
diff --git a/devel/py-azure-mgmt-relay/pkg-descr b/devel/py-azure-mgmt-relay/pkg-descr
index 8dd2f2630cb1..312d6bd80037 100644
--- a/devel/py-azure-mgmt-relay/pkg-descr
+++ b/devel/py-azure-mgmt-relay/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Relay 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 Relay 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.