83Wu2iCC2gw7DCgqn0m0TGfOPLqDAA=; b=mDSDHn58vKluNhjCL/UrSlneJPLiiLAS6OjRjp9lIZI0qFzYHFEMrhKlA4A9VE+V5ZVhg/ LwNQJynYHTGmab+mwSQvblJDf8mAzgy2SdsefxnfRjXA8FPrqbgK/YG0Hu8AhH/a6woRKt xDaaAl06a8sdyEupjQkXcCQAaAaOsBnZ3j9gMGiALJQT1kDH7tpPVYYmpWBPIct58d4n4X FUfvbsOpM+FYA5tnu0FWLdK8+ofS0LK1dNXI/ns53c4/J1A/+kTK95uWPY3ntgBLAMAa9h J/DWy9VjWNB6x3tQB5Ntqxr2s0OIwB1kVdES13NRM9as2svfVhhliXr+K/HbkQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g0TVt6nQjztHK for ; Tue, 21 Apr 2026 17:14:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3f913 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 21 Apr 2026 17:14:46 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: aed3d907ebd5 - main - devel/py-azure-mgmt-storage: Update to 24.0.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: aed3d907ebd50a4173b870410b38cc9396582d57 Auto-Submitted: auto-generated Date: Tue, 21 Apr 2026 17:14:46 +0000 Message-Id: <69e7b086.3f913.355c68dd@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=aed3d907ebd50a4173b870410b38cc9396582d57 commit aed3d907ebd50a4173b870410b38cc9396582d57 Author: Po-Chuan Hsieh AuthorDate: 2026-04-21 17:01:44 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-04-21 17:12:23 +0000 devel/py-azure-mgmt-storage: Update to 24.0.0 - Update WWW - Add LICENSE_FILE - 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/storage/azure-mgmt-storage/CHANGELOG.md --- devel/py-azure-mgmt-storage/Makefile | 21 +++++++++++++-------- devel/py-azure-mgmt-storage/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ devel/py-azure-mgmt-storage/pkg-descr | 7 +++---- 4 files changed, 38 insertions(+), 15 deletions(-) diff --git a/devel/py-azure-mgmt-storage/Makefile b/devel/py-azure-mgmt-storage/Makefile index e9222d06b803..9c6d133db5bf 100644 --- a/devel/py-azure-mgmt-storage/Makefile +++ b/devel/py-azure-mgmt-storage/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-storage -PORTVERSION= 21.1.0 -PORTREVISION= 1 +PORTVERSION= 24.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_storage-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Storage Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-storage/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-mgmt-storage \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${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} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${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-mgmt-core>=1.6.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-storage/distinfo b/devel/py-azure-mgmt-storage/distinfo index a6ad0f0faa89..3fb0f8c9e7c0 100644 --- a/devel/py-azure-mgmt-storage/distinfo +++ b/devel/py-azure-mgmt-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703609392 -SHA256 (azure-mgmt-storage-21.1.0.tar.gz) = d6d3c0e917c988bc9ed0472477d3ef3f90886009eb1d97a711944f8375630162 -SIZE (azure-mgmt-storage-21.1.0.tar.gz) = 1808445 +TIMESTAMP = 1765296327 +SHA256 (azure_mgmt_storage-24.0.0.tar.gz) = b1ae225ef87ada85f29c02e406140ab5895285ca64de2bcfe50b631c4818a337 +SIZE (azure_mgmt_storage-24.0.0.tar.gz) = 212908 diff --git a/devel/py-azure-mgmt-storage/files/patch-pyproject.toml b/devel/py-azure-mgmt-storage/files/patch-pyproject.toml new file mode 100644 index 000000000000..5be29a0a2192 --- /dev/null +++ b/devel/py-azure-mgmt-storage/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-23 02:43:09 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=77.0.3", ++ "setuptools>=61", + "wheel", + ] + build-backend = "setuptools.build_meta" +@@ -11,7 +11,7 @@ description = "Microsoft Azure Storage Management Clie + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Storage Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python", diff --git a/devel/py-azure-mgmt-storage/pkg-descr b/devel/py-azure-mgmt-storage/pkg-descr index 36b201a21538..f4b63f77e695 100644 --- a/devel/py-azure-mgmt-storage/pkg-descr +++ b/devel/py-azure-mgmt-storage/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Storage 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 Storage 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.