Date: Tue, 21 Apr 2026 17:13:38 +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: 17f827843567 - main - devel/py-azure-mgmt-batch: Update to 18.0.0 Message-ID: <69e7b042.3f0fe.5c7d07bc@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=17f827843567752217a89601d6be65aad9b5e57e commit 17f827843567752217a89601d6be65aad9b5e57e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-21 17:00:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-21 17:11:56 +0000 devel/py-azure-mgmt-batch: Update to 18.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/batch/azure-mgmt-batch/CHANGELOG.md --- devel/py-azure-mgmt-batch/Makefile | 21 +++++++++++++-------- devel/py-azure-mgmt-batch/distinfo | 6 +++--- devel/py-azure-mgmt-batch/pkg-descr | 7 +++---- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/devel/py-azure-mgmt-batch/Makefile b/devel/py-azure-mgmt-batch/Makefile index 9a52036f72de..6919bbcfafd1 100644 --- a/devel/py-azure-mgmt-batch/Makefile +++ b/devel/py-azure-mgmt-batch/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-batch -PORTVERSION= 17.0.0 -PORTREVISION= 1 +PORTVERSION= 18.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_batch-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Batch Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-batch/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/batch/azure-mgmt-batch \ + 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-mgmt-core>=1.3.2<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}isodate>=0.6.1<1.0.0:devel/py-isodate@${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-batch/distinfo b/devel/py-azure-mgmt-batch/distinfo index f8bfce083882..a03e37333c71 100644 --- a/devel/py-azure-mgmt-batch/distinfo +++ b/devel/py-azure-mgmt-batch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674606588 -SHA256 (azure-mgmt-batch-17.0.0.zip) = 8643385952eec318f8aa05ec63c61aef3bbbfefdfb80a74fd176dfd84aabb16a -SIZE (azure-mgmt-batch-17.0.0.zip) = 225534 +TIMESTAMP = 1764601858 +SHA256 (azure_mgmt_batch-18.0.0.tar.gz) = 305eb51fb3f73b20927ef47b3b6f93e9e32dc939876c045f970bd386c07ba79c +SIZE (azure_mgmt_batch-18.0.0.tar.gz) = 146711 diff --git a/devel/py-azure-mgmt-batch/pkg-descr b/devel/py-azure-mgmt-batch/pkg-descr index fbe97507e28e..9921ce1c8bb9 100644 --- a/devel/py-azure-mgmt-batch/pkg-descr +++ b/devel/py-azure-mgmt-batch/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Batch 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 Batch 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?69e7b042.3f0fe.5c7d07bc>
