Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 17:13:42 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7346613c4cde - main - devel/py-azure-mgmt-botservice: Update to 2.0.0
Message-ID:  <69e7b046.3de39.4f829382@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7346613c4cde629db28dd5f573605d906103307b

commit 7346613c4cde629db28dd5f573605d906103307b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:00:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:11:57 +0000

    devel/py-azure-mgmt-botservice: Update to 2.0.0
    
    - 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/botservice/azure-mgmt-botservice/CHANGELOG.md
---
 devel/py-azure-mgmt-botservice/Makefile  | 20 ++++++++++++--------
 devel/py-azure-mgmt-botservice/distinfo  |  6 +++---
 devel/py-azure-mgmt-botservice/pkg-descr |  7 +++----
 3 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/devel/py-azure-mgmt-botservice/Makefile b/devel/py-azure-mgmt-botservice/Makefile
index 5e9e36503cbc..96a8e6406ab9 100644
--- a/devel/py-azure-mgmt-botservice/Makefile
+++ b/devel/py-azure-mgmt-botservice/Makefile
@@ -1,22 +1,26 @@
 PORTNAME=	azure-mgmt-botservice
-DISTVERSION=	2.0.0b3
-PORTREVISION=	1
+PORTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Microsoft Azure Bot Service Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-botservice/
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/botservice/azure-mgmt-botservice \
+		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 zip
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-azure-mgmt-botservice/distinfo b/devel/py-azure-mgmt-botservice/distinfo
index 86d8fa6cdd9a..ce27dff6547d 100644
--- a/devel/py-azure-mgmt-botservice/distinfo
+++ b/devel/py-azure-mgmt-botservice/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657996968
-SHA256 (azure-mgmt-botservice-2.0.0b3.zip) = 5d919039e330f2eb32435b65f23e7b7d9deea8bb21a261d8f633bfadba503af3
-SIZE (azure-mgmt-botservice-2.0.0b3.zip) = 100089
+TIMESTAMP = 1764600364
+SHA256 (azure-mgmt-botservice-2.0.0.zip) = 86c04d27c527c19d9600a88215fae2ba524dc674455387b0d0e51722b5a6d6ba
+SIZE (azure-mgmt-botservice-2.0.0.zip) = 144080
diff --git a/devel/py-azure-mgmt-botservice/pkg-descr b/devel/py-azure-mgmt-botservice/pkg-descr
index 4bd25d6f5d6e..348be97e8b8f 100644
--- a/devel/py-azure-mgmt-botservice/pkg-descr
+++ b/devel/py-azure-mgmt-botservice/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Bot Service 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 Bot Service 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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b046.3de39.4f829382>