ha256; cv=none; b=XzELmy6FLc9SfEPajy98Wt91AAODhbDnHzcJt521OJyPq8ttIsIkB2bQmOSahOYj1GWupz FsYM1eF1pz/X/+p2GLdmQ6I8tVwqOZ+OiF4GdXn8sL5Q09JSYqftKILv2+uqMiEjM/gTT5 4TtebtH8KabVkSE1o+37TKV/08b0CSgvV+vfLAMOVzO+iRm2e85YuybQSGfBlpXI2Cg/UQ 8AAiwfO8A+dhP5bzc6wZWnaLwaY76ICU9IjRmQN3Gy68Yw96CvDxrNz9UFzw89pKFJTi0z XoYLfI50j/Fd8X9PuOIy0oMIGbO3c3vf3Hr744dBIx9HJL387uMYSSKpAQOnfw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776791663; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ZsYGMAmXJXVtQvIACUnPbJMx4FV3Yl44T89E7fk4sk4=; b=pibqY/pnMYg5sJuptelT+Z+PBKXiWUnmbjHYxniTmabNxnDbhosY1RmIq7s4cfdGK4joZD RlZZ2LbGIbZpNmc6U+zH6i2Rk7cla4j73DDuL+pNuYc1OapmmjMtniJAef63t8vvkXdnfn jxkTZDdjX0RZz1Vw2BW+74sk+vIbLjZLoJLxvMRrxUe3zhaWXSIE6FVs3XFNIUO0MLExZ+ P1zJolJOAeZHI8QuMn665uJquAHD4i/veCZvuL1M3NVym95DxwVVlCea+wzcCMIVKytvl8 Af96gc27slvLL7NOCwlOt1H1rZDbr3uj39Xqy15WzoG6ohXRE/q6mDJK0DkbQQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g0TVR1WM5ztQ2 for ; Tue, 21 Apr 2026 17:14:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3f90f by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 21 Apr 2026 17:14:23 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a49997d576ae - main - devel/py-azure-mgmt-policyinsights: Update to 1.1.0b5 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: a49997d576ae9f31d035c8eca3d1089761efe99d Auto-Submitted: auto-generated Date: Tue, 21 Apr 2026 17:14:23 +0000 Message-Id: <69e7b06f.3f90f.36fa9983@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a49997d576ae9f31d035c8eca3d1089761efe99d commit a49997d576ae9f31d035c8eca3d1089761efe99d Author: Po-Chuan Hsieh AuthorDate: 2026-04-21 17:01:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-04-21 17:12:14 +0000 devel/py-azure-mgmt-policyinsights: Update to 1.1.0b5 - Update COMMENT - Update WWW - Add LICENSE_FILE - Sort RUN_DEPENDS - Convert to USE_PYTHON=pep517 - Update pkg-descr Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/policyinsights/azure-mgmt-policyinsights/CHANGELOG.md --- devel/py-azure-mgmt-policyinsights/Makefile | 22 ++++++++++++++-------- devel/py-azure-mgmt-policyinsights/distinfo | 6 +++--- devel/py-azure-mgmt-policyinsights/pkg-descr | 7 +++---- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/devel/py-azure-mgmt-policyinsights/Makefile b/devel/py-azure-mgmt-policyinsights/Makefile index 5d2b399136e2..88fff0a7b817 100644 --- a/devel/py-azure-mgmt-policyinsights/Makefile +++ b/devel/py-azure-mgmt-policyinsights/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-policyinsights -DISTVERSION= 1.1.0b4 -PORTREVISION= 1 +DISTVERSION= 1.1.0b5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_policyinsights-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Policy Insights Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-policyinsights/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/policyinsights/azure-mgmt-policyinsights \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-policyinsights/distinfo b/devel/py-azure-mgmt-policyinsights/distinfo index 7c283a251bc1..de2fbfa1948b 100644 --- a/devel/py-azure-mgmt-policyinsights/distinfo +++ b/devel/py-azure-mgmt-policyinsights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202271 -SHA256 (azure-mgmt-policyinsights-1.1.0b4.zip) = 681d7ac72ae13581c97a2b6f742795fa48a4db50762c2fb9fce4834081b04e92 -SIZE (azure-mgmt-policyinsights-1.1.0b4.zip) = 140385 +TIMESTAMP = 1765291907 +SHA256 (azure_mgmt_policyinsights-1.1.0b5.tar.gz) = ef4a22b6bc51c3de0ef11ec405dcbc1b05e1a86bd593915d498f0f2c74c83ae7 +SIZE (azure_mgmt_policyinsights-1.1.0b5.tar.gz) = 97631 diff --git a/devel/py-azure-mgmt-policyinsights/pkg-descr b/devel/py-azure-mgmt-policyinsights/pkg-descr index f9063fcff51c..c1b2781dd3bc 100644 --- a/devel/py-azure-mgmt-policyinsights/pkg-descr +++ b/devel/py-azure-mgmt-policyinsights/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Policy Insights Management 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 Policy Insights Client Library. This package has +been tested with Python 3.9+. For a more complete view of Azure libraries, see +the azure sdk python release.