git: 4cb447a43e03 - main - devel/py-azure-mgmt-managementgroups: Update to 2.0.0
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=4cb447a43e0371eef983b5bf4cc8f6983b1ed343 commit 4cb447a43e0371eef983b5bf4cc8f6983b1ed343 Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:24 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:32 +0000 devel/py-azure-mgmt-managementgroups: Update to 2.0.0 - 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/managementgroups/azure-mgmt-managementgroups/CHANGELOG.md --- devel/py-azure-mgmt-managementgroups/Makefile | 15 ++++++++------- devel/py-azure-mgmt-managementgroups/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+), 10 deletions(-) diff --git a/devel/py-azure-mgmt-managementgroups/Makefile b/devel/py-azure-mgmt-managementgroups/Makefile index 5e1b6c7c6bb2..c1f3b32b81e5 100644 --- a/devel/py-azure-mgmt-managementgroups/Makefile +++ b/devel/py-azure-mgmt-managementgroups/Makefile @@ -1,25 +1,26 @@ PORTNAME= azure-mgmt-managementgroups -PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_managementgroups-${PORTVERSION} MAINTAINER= [email protected] -COMMENT= Microsoft Azure Management Groups Client Library for Python +COMMENT= Microsoft Azure Management Groups 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/managementgroups/azure-mgmt-managementgroups \ 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.6.21: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-managementgroups/distinfo b/devel/py-azure-mgmt-managementgroups/distinfo index 59f1fa35a756..c244ef5ccdd9 100644 --- a/devel/py-azure-mgmt-managementgroups/distinfo +++ b/devel/py-azure-mgmt-managementgroups/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649514652 -SHA256 (azure-mgmt-managementgroups-1.0.0.zip) = bab9bd532a1c34557f5b0ab9950e431e3f00bb96e8a3ce66df0f6ce2ae19cd73 -SIZE (azure-mgmt-managementgroups-1.0.0.zip) = 68556 +TIMESTAMP = 1784005106 +SHA256 (azure_mgmt_managementgroups-2.0.0.tar.gz) = 02d008fadfd7610b1c7059e3c3a8a33dedaef4b654749b81978b437baf264f1d +SIZE (azure_mgmt_managementgroups-2.0.0.tar.gz) = 81734 diff --git a/devel/py-azure-mgmt-managementgroups/files/patch-pyproject.toml b/devel/py-azure-mgmt-managementgroups/files/patch-pyproject.toml new file mode 100644 index 000000000000..1290f17a64ff --- /dev/null +++ b/devel/py-azure-mgmt-managementgroups/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-06-28 12:15:05 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 Managementgroups Manage + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Managementgroups Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",