git: e05aa7c9a340 - main - devel/py-azure-mgmt-advisor: 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=e05aa7c9a340cc42b62a987fc94468f65a5ed19f commit e05aa7c9a340cc42b62a987fc94468f65a5ed19f Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:18 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:30 +0000 devel/py-azure-mgmt-advisor: Update to 9.0.1 - Update COMMENT - Add LICENSE_FILE Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/advisor/azure-mgmt-advisor/CHANGELOG.md --- devel/py-azure-mgmt-advisor/Makefile | 15 ++++++++------- devel/py-azure-mgmt-advisor/distinfo | 6 +++--- .../py-azure-mgmt-advisor/files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+), 10 deletions(-) diff --git a/devel/py-azure-mgmt-advisor/Makefile b/devel/py-azure-mgmt-advisor/Makefile index 0e0b2d3f452a..768ebefc9f6f 100644 --- a/devel/py-azure-mgmt-advisor/Makefile +++ b/devel/py-azure-mgmt-advisor/Makefile @@ -1,25 +1,26 @@ PORTNAME= azure-mgmt-advisor -PORTVERSION= 9.0.0 -PORTREVISION= 2 +PORTVERSION= 9.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_advisor-${PORTVERSION} MAINTAINER= [email protected] -COMMENT= Microsoft Azure Advisor Client Library for Python +COMMENT= Microsoft Azure Advisor Management Client Library for Python WWW= https://azure.github.io/azure-sdk-for-python/ \ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/advisor/azure-mgmt-advisor \ 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-advisor/distinfo b/devel/py-azure-mgmt-advisor/distinfo index fdf906113772..53fd66954833 100644 --- a/devel/py-azure-mgmt-advisor/distinfo +++ b/devel/py-azure-mgmt-advisor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625870946 -SHA256 (azure-mgmt-advisor-9.0.0.zip) = fc408b37315fe84781b519124f8cb1b8ac10b2f4241e439d0d3e25fd6ca18d7b -SIZE (azure-mgmt-advisor-9.0.0.zip) = 62679 +TIMESTAMP = 1784005094 +SHA256 (azure_mgmt_advisor-9.0.1.tar.gz) = 166a59bbc17499e3c5a004a70988c30b70688ad4dd03283ff0687c8a387ef279 +SIZE (azure_mgmt_advisor-9.0.1.tar.gz) = 53998 diff --git a/devel/py-azure-mgmt-advisor/files/patch-pyproject.toml b/devel/py-azure-mgmt-advisor/files/patch-pyproject.toml new file mode 100644 index 000000000000..9eacab832dd6 --- /dev/null +++ b/devel/py-azure-mgmt-advisor/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-05-13 07:43:26 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 Advisor Management Clie + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Advisor Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",