git: 9fe20f4249f6 - main - devel/py-azure-mgmt-devtestlabs: Update to 9.0.1
Po-Chuan Hsieh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fe20f4249f6db866e67920ef94bbabcebbd3e2d commit 9fe20f4249f6db866e67920ef94bbabcebbd3e2d Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:21 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:31 +0000 devel/py-azure-mgmt-devtestlabs: Update to 9.0.1 - Add LICENSE_FILE Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/devtestlabs/azure-mgmt-devtestlabs/CHANGELOG.md --- devel/py-azure-mgmt-devtestlabs/Makefile | 12 +++++++----- devel/py-azure-mgmt-devtestlabs/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/devel/py-azure-mgmt-devtestlabs/Makefile b/devel/py-azure-mgmt-devtestlabs/Makefile index bb944b4aad2c..e71b7859d417 100644 --- a/devel/py-azure-mgmt-devtestlabs/Makefile +++ b/devel/py-azure-mgmt-devtestlabs/Makefile @@ -1,8 +1,9 @@ PORTNAME= azure-mgmt-devtestlabs -PORTVERSION= 9.0.0 +PORTVERSION= 9.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_devtestlabs-${PORTVERSION} MAINTAINER= [email protected] COMMENT= Microsoft Azure DevTestLabs Management Client Library for Python @@ -11,14 +12,15 @@ WWW= https://azure.github.io/azure-sdk-for-python/ \ https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE 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.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${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= python zip +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-devtestlabs/distinfo b/devel/py-azure-mgmt-devtestlabs/distinfo index d865bb1bf170..7b3bf251ced5 100644 --- a/devel/py-azure-mgmt-devtestlabs/distinfo +++ b/devel/py-azure-mgmt-devtestlabs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764605987 -SHA256 (azure-mgmt-devtestlabs-9.0.0.zip) = d8160d93fd3d947e5613c6919176b0edf72c94ac69679ea3b92cf27ff7398e64 -SIZE (azure-mgmt-devtestlabs-9.0.0.zip) = 254211 +TIMESTAMP = 1784005100 +SHA256 (azure_mgmt_devtestlabs-9.0.1.tar.gz) = c1d0cdd63a08c2da78b2d17c985b490a8f5d2617d0822f785332d7dae9182c03 +SIZE (azure_mgmt_devtestlabs-9.0.1.tar.gz) = 162650 diff --git a/devel/py-azure-mgmt-devtestlabs/files/patch-pyproject.toml b/devel/py-azure-mgmt-devtestlabs/files/patch-pyproject.toml new file mode 100644 index 000000000000..06129e5d549d --- /dev/null +++ b/devel/py-azure-mgmt-devtestlabs/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-05-18 02:53:19 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 Devtestlabs Management + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Devtestlabs Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",