Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 17:14:33 +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: c3fdfce4a40e - main - devel/py-azure-mgmt-reservations: Update to 2.3.0
Message-ID:  <69e7b079.3bc72.245930d7@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=c3fdfce4a40ec92e0cab4963b01be7d4002bf5db

commit c3fdfce4a40ec92e0cab4963b01be7d4002bf5db
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:18 +0000

    devel/py-azure-mgmt-reservations: Update to 2.3.0
    
    - Update COMMENT
    - Update WWW
    - Add LICENSE_FILE
    - Update version requirement of RUN_DEPENDS
    - 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/reservations/azure-mgmt-reservations/CHANGELOG.md
---
 devel/py-azure-mgmt-reservations/Makefile  | 22 +++++++++++++---------
 devel/py-azure-mgmt-reservations/distinfo  |  6 +++---
 devel/py-azure-mgmt-reservations/pkg-descr |  7 +++----
 3 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/devel/py-azure-mgmt-reservations/Makefile b/devel/py-azure-mgmt-reservations/Makefile
index 5639d54bd9b7..511b0a2e139c 100644
--- a/devel/py-azure-mgmt-reservations/Makefile
+++ b/devel/py-azure-mgmt-reservations/Makefile
@@ -1,22 +1,26 @@
 PORTNAME=	azure-mgmt-reservations
-PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTVERSION=	2.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Microsoft Azure Reservations Management Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-reservations/
+COMMENT=	Microsoft Azure Reservations Client Library for Python
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/reservations/azure-mgmt-reservations \
+		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<2:www/py-azure-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1: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-reservations/distinfo b/devel/py-azure-mgmt-reservations/distinfo
index 3e77ba0655b9..1b7c935f0c52 100644
--- a/devel/py-azure-mgmt-reservations/distinfo
+++ b/devel/py-azure-mgmt-reservations/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667058809
-SHA256 (azure-mgmt-reservations-2.1.0.zip) = 0ad4cec3a702f5f90bfb65e07c6febfcb5e9ce14286172e3af0948e90e57a4fe
-SIZE (azure-mgmt-reservations-2.1.0.zip) = 146134
+TIMESTAMP = 1765293578
+SHA256 (azure-mgmt-reservations-2.3.0.zip) = 047085105b2de637f2204a34866f3a6de969c56ec4ca0642049f0f4eacea1ca7
+SIZE (azure-mgmt-reservations-2.3.0.zip) = 157101
diff --git a/devel/py-azure-mgmt-reservations/pkg-descr b/devel/py-azure-mgmt-reservations/pkg-descr
index 839e54e3b179..7b1e836b2625 100644
--- a/devel/py-azure-mgmt-reservations/pkg-descr
+++ b/devel/py-azure-mgmt-reservations/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Reservations 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 Reservations Client Library. This package has been
+tested with Python 3.7+. 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?69e7b079.3bc72.245930d7>