Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 17:13:53 +0000
Message-ID:  <69e7b051.3bc6a.18f2e051@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=4273840bb375bef4636563f01781c1ed45e45bb3

commit 4273840bb375bef4636563f01781c1ed45e45bb3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:00:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:02 +0000

    devel/py-azure-mgmt-datalake-analytics: Convert to USE_PYTHON=pep517
    
    - Update WWW
    - Add LICENSE_FILE
    - Update version requirement of RUN_DEPENDS
    - Sort RUN_DEPENDS
    - Update pkg-descr
---
 devel/py-azure-mgmt-datalake-analytics/Makefile  | 16 ++++++++++------
 devel/py-azure-mgmt-datalake-analytics/pkg-descr |  7 +++----
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/devel/py-azure-mgmt-datalake-analytics/Makefile b/devel/py-azure-mgmt-datalake-analytics/Makefile
index 46c6b380d8f8..bd506c125075 100644
--- a/devel/py-azure-mgmt-datalake-analytics/Makefile
+++ b/devel/py-azure-mgmt-datalake-analytics/Makefile
@@ -1,21 +1,25 @@
 PORTNAME=	azure-mgmt-datalake-analytics
 PORTVERSION=	0.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Microsoft Azure Data Lake Analytics Management Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-datalake-analytics/
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/datalake/azure-mgmt-datalake-analytics \
+		https://github.com/Azure/azure-sdk-for-python
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27: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}msrestazure>=0.4.27<2.0.0:net-mgmt/py-msrestazure@${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-datalake-analytics/pkg-descr b/devel/py-azure-mgmt-datalake-analytics/pkg-descr
index 93888b814162..df95347f2060 100644
--- a/devel/py-azure-mgmt-datalake-analytics/pkg-descr
+++ b/devel/py-azure-mgmt-datalake-analytics/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Data Lake Analytics 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 Datalake-analytics Management 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?69e7b051.3bc6a.18f2e051>