Date: Tue, 21 Apr 2026 17:14:04 +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: 8df6535ddee1 - main - devel/py-azure-mgmt-imagebuilder: Update to 1.4.0 Message-ID: <69e7b05c.3fa01.10161b7@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=8df6535ddee14c9668134a3ab5061acbee2da71b commit 8df6535ddee14c9668134a3ab5061acbee2da71b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-21 17:01:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-21 17:12:06 +0000 devel/py-azure-mgmt-imagebuilder: Update to 1.4.0 - 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/compute/azure-mgmt-imagebuilder/CHANGELOG.md --- devel/py-azure-mgmt-imagebuilder/Makefile | 20 ++++++++++++-------- devel/py-azure-mgmt-imagebuilder/distinfo | 6 +++--- devel/py-azure-mgmt-imagebuilder/pkg-descr | 7 +++---- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/devel/py-azure-mgmt-imagebuilder/Makefile b/devel/py-azure-mgmt-imagebuilder/Makefile index 92f2956c5222..1d595bd958f6 100644 --- a/devel/py-azure-mgmt-imagebuilder/Makefile +++ b/devel/py-azure-mgmt-imagebuilder/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-imagebuilder -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Image Builder Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-imagebuilder/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/compute/azure-mgmt-imagebuilder \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${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: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} -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-imagebuilder/distinfo b/devel/py-azure-mgmt-imagebuilder/distinfo index f9c7c9ad83fb..ce61f1bc57f8 100644 --- a/devel/py-azure-mgmt-imagebuilder/distinfo +++ b/devel/py-azure-mgmt-imagebuilder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688223695 -SHA256 (azure-mgmt-imagebuilder-1.2.0.zip) = 5e6188cf0fb219881d68d199242945465e77d411ac4141fe1c44945c654ae932 -SIZE (azure-mgmt-imagebuilder-1.2.0.zip) = 92424 +TIMESTAMP = 1764609545 +SHA256 (azure-mgmt-imagebuilder-1.4.0.tar.gz) = e6c2d573abef26222fc14491803d4cb01f86fc61292d4cf7c4729eb4bae4891c +SIZE (azure-mgmt-imagebuilder-1.4.0.tar.gz) = 65883 diff --git a/devel/py-azure-mgmt-imagebuilder/pkg-descr b/devel/py-azure-mgmt-imagebuilder/pkg-descr index 02da325f9e63..240c99ce630d 100644 --- a/devel/py-azure-mgmt-imagebuilder/pkg-descr +++ b/devel/py-azure-mgmt-imagebuilder/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Image Builder 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 Image Builder Client Library. This package has been +tested with Python 3.8+. 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?69e7b05c.3fa01.10161b7>
