Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

commit cc58a269c581882d957cbbed347045d48f997bc1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:00:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:01 +0000

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

diff --git a/devel/py-azure-mgmt-databoxedge/Makefile b/devel/py-azure-mgmt-databoxedge/Makefile
index 2488d0aa7aec..19e4454a971e 100644
--- a/devel/py-azure-mgmt-databoxedge/Makefile
+++ b/devel/py-azure-mgmt-databoxedge/Makefile
@@ -1,22 +1,28 @@
 PORTNAME=	azure-mgmt-databoxedge
-DISTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_mgmt_databoxedge-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Microsoft Azure Databoxedge Management Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-databoxedge/
+COMMENT=	Microsoft Azure Data Box Edge 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/databoxedge/azure-mgmt-databoxedge \
+		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-core>=1.2.0<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.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-databoxedge/distinfo b/devel/py-azure-mgmt-databoxedge/distinfo
index 9337bab159db..e6a2ace3a5e4 100644
--- a/devel/py-azure-mgmt-databoxedge/distinfo
+++ b/devel/py-azure-mgmt-databoxedge/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628367828
-SHA256 (azure-mgmt-databoxedge-1.0.0.zip) = 04090062bc1e8f00c2f45315a3bceb0fb3b3479ec1474d71b88342e13499b087
-SIZE (azure-mgmt-databoxedge-1.0.0.zip) = 1321796
+TIMESTAMP = 1764606355
+SHA256 (azure_mgmt_databoxedge-2.0.0.tar.gz) = f18f066d027c99a224998d3c4740812682159abe38cf58e87b09770cab2cacc0
+SIZE (azure_mgmt_databoxedge-2.0.0.tar.gz) = 188297
diff --git a/devel/py-azure-mgmt-databoxedge/pkg-descr b/devel/py-azure-mgmt-databoxedge/pkg-descr
index e942e436eaf0..b0c23d5b7aa9 100644
--- a/devel/py-azure-mgmt-databoxedge/pkg-descr
+++ b/devel/py-azure-mgmt-databoxedge/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Databoxedge 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 Data Box Edge 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.


home | help