Date: Tue, 21 Apr 2026 17:14:13 +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: 25a589fb1477 - main - devel/py-azure-mgmt-managementgroups: Convert to USE_PYTHON=pep517 Message-ID: <69e7b065.3d55b.b98b5ff@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=25a589fb14777fdf99c79e56ef655842dfaba365 commit 25a589fb14777fdf99c79e56ef655842dfaba365 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-21 17:01:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b065.3d55b.b98b5ff>
