Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 17:14:44 +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: b21de0ae03bb - main - devel/py-azure-mgmt-sql: Update to 4.0.0b24
Message-ID:  <69e7b084.3dbbf.259aebe2@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=b21de0ae03bba2c740767e7d7c131369d7dff1c3

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

    devel/py-azure-mgmt-sql: Update to 4.0.0b24
    
    - Update COMMENT
    - 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/sql/azure-mgmt-sql/CHANGELOG.md
---
 devel/py-azure-mgmt-sql/Makefile                   | 23 +++++++++++++---------
 devel/py-azure-mgmt-sql/distinfo                   |  6 +++---
 devel/py-azure-mgmt-sql/files/patch-pyproject.toml | 19 ++++++++++++++++++
 devel/py-azure-mgmt-sql/pkg-descr                  |  7 +++----
 4 files changed, 39 insertions(+), 16 deletions(-)

diff --git a/devel/py-azure-mgmt-sql/Makefile b/devel/py-azure-mgmt-sql/Makefile
index c7ed1969ab21..0c35667dc7a0 100644
--- a/devel/py-azure-mgmt-sql/Makefile
+++ b/devel/py-azure-mgmt-sql/Makefile
@@ -1,22 +1,27 @@
 PORTNAME=	azure-mgmt-sql
-DISTVERSION=	4.0.0b13
-PORTREVISION=	1
+DISTVERSION=	4.0.0b24
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	azure_mgmt_sql-${DISTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Microsoft Azure SQL Management Client Library for Python
-WWW=		https://pypi.org/project/azure-mgmt-sql/
+COMMENT=	Microsoft Azure Sql Management Client Library for Python
+WWW=		https://azure.github.io/azure-sdk-for-python/ \
+		https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/sql/azure-mgmt-sql \
+		https://github.com/Azure/azure-sdk-for-python
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-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}
+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-mgmt-core>=1.6.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR}
 
-USES=		azurepy python
-USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-azure-mgmt-sql/distinfo b/devel/py-azure-mgmt-sql/distinfo
index 11562e5d8730..e57f6fd58b0d 100644
--- a/devel/py-azure-mgmt-sql/distinfo
+++ b/devel/py-azure-mgmt-sql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703610464
-SHA256 (azure-mgmt-sql-4.0.0b13.tar.gz) = 27a4b1015d5c82529be388731dfe7e9b59746e97ea79cc291b7a707640b3defb
-SIZE (azure-mgmt-sql-4.0.0b13.tar.gz) = 618913
+TIMESTAMP = 1765295605
+SHA256 (azure_mgmt_sql-4.0.0b24.tar.gz) = 983103dff7ac376d787231ff61840542cf4013d018bb4215e9e2f4771944aae4
+SIZE (azure_mgmt_sql-4.0.0b24.tar.gz) = 596047
diff --git a/devel/py-azure-mgmt-sql/files/patch-pyproject.toml b/devel/py-azure-mgmt-sql/files/patch-pyproject.toml
new file mode 100644
index 000000000000..818de076468d
--- /dev/null
+++ b/devel/py-azure-mgmt-sql/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2025-10-09 07:59:45 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+-    "setuptools>=77.0.3",
++    "setuptools>=61",
+     "wheel",
+ ]
+ build-backend = "setuptools.build_meta"
+@@ -11,7 +11,7 @@ description = "Microsoft Azure Sql Management Client L
+     { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Sql Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+     "Development Status :: 4 - Beta",
+     "Programming Language :: Python",
diff --git a/devel/py-azure-mgmt-sql/pkg-descr b/devel/py-azure-mgmt-sql/pkg-descr
index e775df7490ba..df9329f71d34 100644
--- a/devel/py-azure-mgmt-sql/pkg-descr
+++ b/devel/py-azure-mgmt-sql/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure SQL 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 SQL Management 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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e7b084.3dbbf.259aebe2>