Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 17:13:47 +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: f035c8a334a4 - main - devel/py-azure-mgmt-containerinstance: Update to 10.2.0b1
Message-ID:  <69e7b04b.3d553.650ff202@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=f035c8a334a48c0a42c22f14088f5224441ad9bd

commit f035c8a334a48c0a42c22f14088f5224441ad9bd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:00:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:00 +0000

    devel/py-azure-mgmt-containerinstance: Update to 10.2.0b1
    
    - Update WWW
    - Add LICENSE_FILE
    - Update version requirement of RUN_DEPENDS
    - Sort RUN_DEPENDS
    - Convert to USE_PYTHON=pep517
    - Update pkg-descr
---
 devel/py-azure-mgmt-containerinstance/Makefile  | 20 +++++++++++++-------
 devel/py-azure-mgmt-containerinstance/distinfo  |  6 +++---
 devel/py-azure-mgmt-containerinstance/pkg-descr |  7 +++----
 3 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/devel/py-azure-mgmt-containerinstance/Makefile b/devel/py-azure-mgmt-containerinstance/Makefile
index afd6cae145a0..caf82f5a04ab 100644
--- a/devel/py-azure-mgmt-containerinstance/Makefile
+++ b/devel/py-azure-mgmt-containerinstance/Makefile
@@ -1,22 +1,28 @@
 PORTNAME=	azure-mgmt-containerinstance
-DISTVERSION=	10.1.0
-PORTREVISION=	1
+DISTVERSION=	10.2.0b1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_mgmt_containerinstance-${DISTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Microsoft Azure Container Instance Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-containerinstance/
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerinstance/azure-mgmt-containerinstance \
+		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: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}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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-containerinstance/distinfo b/devel/py-azure-mgmt-containerinstance/distinfo
index 61cc181721be..1e60f42bfc2f 100644
--- a/devel/py-azure-mgmt-containerinstance/distinfo
+++ b/devel/py-azure-mgmt-containerinstance/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688223891
-SHA256 (azure-mgmt-containerinstance-10.1.0.zip) = 78d437adb28574f448c838ed5f01f9ced378196098061deb59d9f7031704c17e
-SIZE (azure-mgmt-containerinstance-10.1.0.zip) = 106507
+TIMESTAMP = 1772026002
+SHA256 (azure_mgmt_containerinstance-10.2.0b1.tar.gz) = bf4bb77bd6681270dd0a733aa3a7c3ecdfacba8e616d3a8c3b98cce9c48cc7c0
+SIZE (azure_mgmt_containerinstance-10.2.0b1.tar.gz) = 79214
diff --git a/devel/py-azure-mgmt-containerinstance/pkg-descr b/devel/py-azure-mgmt-containerinstance/pkg-descr
index 5e2167856296..060c9746b4ea 100644
--- a/devel/py-azure-mgmt-containerinstance/pkg-descr
+++ b/devel/py-azure-mgmt-containerinstance/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Container Instance 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 Container Instance 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?69e7b04b.3d553.650ff202>