Date: Tue, 21 Apr 2026 17:13:48 +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: 695c48167e36 - main - devel/py-azure-mgmt-containerregistry: Update to 14.1.0b4 Message-ID: <69e7b04c.3cf6a.7ffdf44e@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=695c48167e36a7c7bda70b1ee5ec51e769bc2f16 commit 695c48167e36a7c7bda70b1ee5ec51e769bc2f16 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-21 17:00:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-21 17:12:00 +0000 devel/py-azure-mgmt-containerregistry: Update to 14.1.0b4 - 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/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md --- devel/py-azure-mgmt-containerregistry/Makefile | 21 +++++++++++++-------- devel/py-azure-mgmt-containerregistry/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ devel/py-azure-mgmt-containerregistry/pkg-descr | 7 +++---- 4 files changed, 38 insertions(+), 15 deletions(-) diff --git a/devel/py-azure-mgmt-containerregistry/Makefile b/devel/py-azure-mgmt-containerregistry/Makefile index 0a431489bccf..463348e68ad8 100644 --- a/devel/py-azure-mgmt-containerregistry/Makefile +++ b/devel/py-azure-mgmt-containerregistry/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-containerregistry -DISTVERSION= 10.1.0 -PORTREVISION= 1 +DISTVERSION= 14.1.0b4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_containerregistry-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Container Registry Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-containerregistry/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-mgmt-containerregistry \ + 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>=61: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}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-containerregistry/distinfo b/devel/py-azure-mgmt-containerregistry/distinfo index 37c192d4d5be..8898c76d0ba2 100644 --- a/devel/py-azure-mgmt-containerregistry/distinfo +++ b/devel/py-azure-mgmt-containerregistry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679793089 -SHA256 (azure-mgmt-containerregistry-10.1.0.zip) = 56b5fd61f60dbe503cf9e36a1c2a77e4101e419cd029a919b3b6592b04fca187 -SIZE (azure-mgmt-containerregistry-10.1.0.zip) = 1750534 +TIMESTAMP = 1772027284 +SHA256 (azure_mgmt_containerregistry-14.1.0b4.tar.gz) = 6a6e9ad26e12ee2c215fa40312398305ebaba17cb0f337461378dbba4d18c481 +SIZE (azure_mgmt_containerregistry-14.1.0b4.tar.gz) = 185446 diff --git a/devel/py-azure-mgmt-containerregistry/files/patch-pyproject.toml b/devel/py-azure-mgmt-containerregistry/files/patch-pyproject.toml new file mode 100644 index 000000000000..f23239b31e0f --- /dev/null +++ b/devel/py-azure-mgmt-containerregistry/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-12-05 08:31:36 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 Containerregistry Manag + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Containerregistry Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python", diff --git a/devel/py-azure-mgmt-containerregistry/pkg-descr b/devel/py-azure-mgmt-containerregistry/pkg-descr index cef87f6da087..0f826481dd3c 100644 --- a/devel/py-azure-mgmt-containerregistry/pkg-descr +++ b/devel/py-azure-mgmt-containerregistry/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Container Registry 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 Container Registry 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
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b04c.3cf6a.7ffdf44e>
