Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 11:58:17 +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: 6feaa09906af - main - devel/py-azure-mgmt-core: Update to 1.6.0
Message-ID:  <6968d659.37765.721747c@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=6feaa09906af8d465094338845a73c627a245294

commit 6feaa09906af8d465094338845a73c627a245294
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:37:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:53:20 +0000

    devel/py-azure-mgmt-core: Update to 1.6.0
    
    - Update WWW
    - Add LICENSE_FILE
    - 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/core/azure-mgmt-core/CHANGELOG.md
---
 devel/py-azure-mgmt-core/Makefile             | 16 ++++++++++------
 devel/py-azure-mgmt-core/distinfo             |  6 +++---
 devel/py-azure-mgmt-core/files/patch-setup.py | 11 -----------
 devel/py-azure-mgmt-core/pkg-descr            |  7 ++-----
 4 files changed, 15 insertions(+), 25 deletions(-)

diff --git a/devel/py-azure-mgmt-core/Makefile b/devel/py-azure-mgmt-core/Makefile
index 3aed8714f9be..61ea808fb747 100644
--- a/devel/py-azure-mgmt-core/Makefile
+++ b/devel/py-azure-mgmt-core/Makefile
@@ -1,21 +1,25 @@
 PORTNAME=	azure-mgmt-core
-DISTVERSION=	1.3.2
-PORTREVISION=	1
+PORTVERSION=	1.6.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_mgmt_core-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Microsoft Azure Management Core Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-core/
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-mgmt-core \
+		https://github.com/Azure/azure-sdk-for-python
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-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-core>=1.32.0:devel/py-azure-core@${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-core/distinfo b/devel/py-azure-mgmt-core/distinfo
index 05f69a35c0b7..8466d309ed42 100644
--- a/devel/py-azure-mgmt-core/distinfo
+++ b/devel/py-azure-mgmt-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667055368
-SHA256 (azure-mgmt-core-1.3.2.zip) = 07f4afe823a55d704b048d61edfdc1318c051ed59f244032126350be95e9d501
-SIZE (azure-mgmt-core-1.3.2.zip) = 55402
+TIMESTAMP = 1764495480
+SHA256 (azure_mgmt_core-1.6.0.tar.gz) = b26232af857b021e61d813d9f4ae530465255cb10b3dde945ad3743f7a58e79c
+SIZE (azure_mgmt_core-1.6.0.tar.gz) = 30818
diff --git a/devel/py-azure-mgmt-core/files/patch-setup.py b/devel/py-azure-mgmt-core/files/patch-setup.py
deleted file mode 100644
index a17a64d475ba..000000000000
--- a/devel/py-azure-mgmt-core/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2020-10-05 05:36:52 UTC
-+++ setup.py
-@@ -21,7 +21,7 @@ package_folder_path = PACKAGE_NAME.replace('-', '/')
- namespace_name = PACKAGE_NAME.replace('-', '.')
- 
- # Version extraction inspired from 'requests'
--with open(os.path.join(package_folder_path, '_version.py'), 'r') as fd:
-+with open(os.path.join(package_folder_path, '_version.py'), 'r', encoding='utf-8') as fd:
-     version = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]',  # type: ignore
-                         fd.read(), re.MULTILINE).group(1)
- 
diff --git a/devel/py-azure-mgmt-core/pkg-descr b/devel/py-azure-mgmt-core/pkg-descr
index d0bebe1f8491..69c4c12eefd5 100644
--- a/devel/py-azure-mgmt-core/pkg-descr
+++ b/devel/py-azure-mgmt-core/pkg-descr
@@ -1,8 +1,5 @@
-This is the Microsoft Azure Management Core Library for Python
-
-Azure management core library defines extensions to Azure Core that are
-specific to ARM (Azure Resource Management) needed when you use client
-libraries.
+Azure management core library defines extensions to Azure Core that are specific
+to ARM (Azure Resource Management) needed when you use client libraries.
 
 As an end user, you don't need to manually install azure-mgmt-core because it
 will be installed automatically when you install other SDKs.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d659.37765.721747c>