ntent-transfer-encoding:content-transfer-encoding; bh=RN4oPolki/k+i4ima3aUoivR6b0QE9/p5jM142FwKlw=; b=byHMNmtREV73uNay81V5UMqZpFw3uRKlD9E1uiBwVVnDxGkfasIhfBmC57nrKKOkZwE3Wh 7W60sgyuEzyepOj8awB8knQFfETfiv4obArU/8qOtitKE0TYzUHBWLflbD/g1oGWTC+hp8 DwdeB3n+WXONl8SeNc6UwtzicrUWX1PrNTR2OGLlDZ5tCbeenZARcLD9BvI2v5xMa4Nmo1 Lenq0UK69l74In0dYwmdLk2Xk5FlbylKe3ikMjYJfWlxtKpr+LQOLhF5GDLEfmBJYSCAvW Kd5ADMZ+4iyYjdb2wH9aeedwOnHnA6IKsJl6gbCnveMzLfHfV5Hy8z8KjOo7UA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g0TVF1GyPztMW for ; Tue, 21 Apr 2026 17:14:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3d55b by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 21 Apr 2026 17:14:13 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 25a589fb1477 - main - devel/py-azure-mgmt-managementgroups: Convert to USE_PYTHON=pep517 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 25a589fb14777fdf99c79e56ef655842dfaba365 Auto-Submitted: auto-generated Date: Tue, 21 Apr 2026 17:14:13 +0000 Message-Id: <69e7b065.3d55b.b98b5ff@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=25a589fb14777fdf99c79e56ef655842dfaba365 commit 25a589fb14777fdf99c79e56ef655842dfaba365 Author: Po-Chuan Hsieh AuthorDate: 2026-04-21 17:01:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-04-21 17:12:10 +0000 devel/py-azure-mgmt-managementgroups: Convert to USE_PYTHON=pep517 - Update WWW - Update version requirement of RUN_DEPENDS - Sort RUN_DEPENDS - Update pkg-descr - Bump PORTREVISION for package change --- devel/py-azure-mgmt-managementgroups/Makefile | 18 +++++++++++------- devel/py-azure-mgmt-managementgroups/pkg-descr | 7 +++---- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/devel/py-azure-mgmt-managementgroups/Makefile b/devel/py-azure-mgmt-managementgroups/Makefile index f5fb6b3423b3..5e1b6c7c6bb2 100644 --- a/devel/py-azure-mgmt-managementgroups/Makefile +++ b/devel/py-azure-mgmt-managementgroups/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-managementgroups PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Management Groups Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-managementgroups/ +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 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<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<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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-managementgroups/pkg-descr b/devel/py-azure-mgmt-managementgroups/pkg-descr index f9d3e5129e4d..ba222b96c6eb 100644 --- a/devel/py-azure-mgmt-managementgroups/pkg-descr +++ b/devel/py-azure-mgmt-managementgroups/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Management Groups 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 Management Groups 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.