git: 6c6040b932fb - main - devel/py-azure-mgmt-search: Update to 9.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 17:14:36 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6c6040b932fb96cb996651fb8fc867c615b98d5e
commit 6c6040b932fb96cb996651fb8fc867c615b98d5e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:19 +0000
devel/py-azure-mgmt-search: Update to 9.2.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/search/azure-mgmt-search/CHANGELOG.md
---
devel/py-azure-mgmt-search/Makefile | 22 ++++++++++++++--------
devel/py-azure-mgmt-search/distinfo | 6 +++---
devel/py-azure-mgmt-search/pkg-descr | 7 +++----
3 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/devel/py-azure-mgmt-search/Makefile b/devel/py-azure-mgmt-search/Makefile
index 569abb64b35e..1a0bdb65ce95 100644
--- a/devel/py-azure-mgmt-search/Makefile
+++ b/devel/py-azure-mgmt-search/Makefile
@@ -1,22 +1,28 @@
PORTNAME= azure-mgmt-search
-PORTVERSION= 9.0.0
-PORTREVISION= 1
+PORTVERSION= 9.2.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_search-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Search Management Client Library for Python
-WWW= https://pypi.org/project/azure-mgmt-search/
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/search/azure-mgmt-search \
+ 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-core>=1.3.2<2.0.0:devel/py-azure-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.5.0: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-search/distinfo b/devel/py-azure-mgmt-search/distinfo
index 847bb79c6be8..8a9cb34d9364 100644
--- a/devel/py-azure-mgmt-search/distinfo
+++ b/devel/py-azure-mgmt-search/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684594273
-SHA256 (azure-mgmt-search-9.0.0.zip) = 19cfaaa136b5104e3f62626f512a951becd9e74c1fa21bd639efdf2c9fef81bd
-SIZE (azure-mgmt-search-9.0.0.zip) = 124812
+TIMESTAMP = 1765293830
+SHA256 (azure_mgmt_search-9.2.0.tar.gz) = a0da0ec332d1f43d0f6acb63b8cfd80085b075e91afcf812f8c769ad9fdcad84
+SIZE (azure_mgmt_search-9.2.0.tar.gz) = 85694
diff --git a/devel/py-azure-mgmt-search/pkg-descr b/devel/py-azure-mgmt-search/pkg-descr
index 9817406ab379..8e4cbed150dd 100644
--- a/devel/py-azure-mgmt-search/pkg-descr
+++ b/devel/py-azure-mgmt-search/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Search 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 Search Management Client Library. This package has
+been tested with Python 3.9+. For a more complete view of Azure libraries, see
+the azure sdk python release.