git: 57e9639c91c7 - main - devel/py-azure-mgmt-servicelinker: Update to 1.2.0b3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 17:14:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=57e9639c91c7a4af1bb36c43b44e2ee7c9e3b216
commit 57e9639c91c7a4af1bb36c43b44e2ee7c9e3b216
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:40 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:21 +0000
devel/py-azure-mgmt-servicelinker: Update to 1.2.0b3
- Update COMMENT
- 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/servicelinker/azure-mgmt-servicelinker/CHANGELOG.md
---
devel/py-azure-mgmt-servicelinker/Makefile | 24 +++++++++++++++---------
devel/py-azure-mgmt-servicelinker/distinfo | 6 +++---
devel/py-azure-mgmt-servicelinker/pkg-descr | 7 +++----
3 files changed, 21 insertions(+), 16 deletions(-)
diff --git a/devel/py-azure-mgmt-servicelinker/Makefile b/devel/py-azure-mgmt-servicelinker/Makefile
index f420bc005622..42bbcfed1477 100644
--- a/devel/py-azure-mgmt-servicelinker/Makefile
+++ b/devel/py-azure-mgmt-servicelinker/Makefile
@@ -1,22 +1,28 @@
PORTNAME= azure-mgmt-servicelinker
-DISTVERSION= 1.2.0b1
-PORTREVISION= 1
+DISTVERSION= 1.2.0b3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_servicelinker-${DISTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Microsoft Azure Servicelinker Management Client Library for Python
-WWW= https://pypi.org/project/azure-mgmt-servicelinker/
+COMMENT= Microsoft Azure Service Linker 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/servicelinker/azure-mgmt-servicelinker \
+ 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} \
+ ${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-servicelinker/distinfo b/devel/py-azure-mgmt-servicelinker/distinfo
index 39bd026b3db1..0946d1f43d42 100644
--- a/devel/py-azure-mgmt-servicelinker/distinfo
+++ b/devel/py-azure-mgmt-servicelinker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674605947
-SHA256 (azure-mgmt-servicelinker-1.2.0b1.zip) = 44ad50e75434c001b9e682ab166bfae7fd8050a97e811769dbbb7f11cb8c38d9
-SIZE (azure-mgmt-servicelinker-1.2.0b1.zip) = 99906
+TIMESTAMP = 1765295304
+SHA256 (azure_mgmt_servicelinker-1.2.0b3.tar.gz) = c51c111fb76c59e58fceccfecfd119f8c83e4d64fdca77a46b62d81ec6a3ea29
+SIZE (azure_mgmt_servicelinker-1.2.0b3.tar.gz) = 73179
diff --git a/devel/py-azure-mgmt-servicelinker/pkg-descr b/devel/py-azure-mgmt-servicelinker/pkg-descr
index 127ccf26d48f..d54a1a447a2b 100644
--- a/devel/py-azure-mgmt-servicelinker/pkg-descr
+++ b/devel/py-azure-mgmt-servicelinker/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Servicelinker 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 Service Linker 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.