git: 19f779e2cb30 - main - devel/py-azure-mgmt-rdbms: Update to
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 17:14:26 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=19f779e2cb30739182497249039378b4b4aa9dc4
commit 19f779e2cb30739182497249039378b4b4aa9dc4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:26 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:15 +0000
devel/py-azure-mgmt-rdbms: Update to
- 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/rdbms/azure-mgmt-rdbms/CHANGELOG.md
---
devel/py-azure-mgmt-rdbms/Makefile | 20 +++++++++++++-------
devel/py-azure-mgmt-rdbms/distinfo | 6 +++---
devel/py-azure-mgmt-rdbms/pkg-descr | 7 +++----
3 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/devel/py-azure-mgmt-rdbms/Makefile b/devel/py-azure-mgmt-rdbms/Makefile
index 4c605546da41..67243f97c73c 100644
--- a/devel/py-azure-mgmt-rdbms/Makefile
+++ b/devel/py-azure-mgmt-rdbms/Makefile
@@ -1,22 +1,28 @@
PORTNAME= azure-mgmt-rdbms
-DISTVERSION= 10.2.0b12
-PORTREVISION= 1
+DISTVERSION= 10.2.0b18
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_rdbms-${DISTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure RDBMS Management Client Library for Python
-WWW= https://pypi.org/project/azure-mgmt-rdbms/
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/rdbms/azure-mgmt-rdbms \
+ 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
-USE_PYTHON= autoplist concurrent distutils
+USES= python
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/devel/py-azure-mgmt-rdbms/distinfo b/devel/py-azure-mgmt-rdbms/distinfo
index 6b90006d543b..5c8958fcce0b 100644
--- a/devel/py-azure-mgmt-rdbms/distinfo
+++ b/devel/py-azure-mgmt-rdbms/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703610678
-SHA256 (azure-mgmt-rdbms-10.2.0b12.tar.gz) = 59d4e6d18c4c5cd1c6712183dfc619d5898968c8df2c90bc38899779d7310de1
-SIZE (azure-mgmt-rdbms-10.2.0b12.tar.gz) = 476403
+TIMESTAMP = 1765292152
+SHA256 (azure_mgmt_rdbms-10.2.0b18.tar.gz) = 10703b96a7217e3d7d9303354d9ffb98f7cf72176b8f031fa74075c61f7fe397
+SIZE (azure_mgmt_rdbms-10.2.0b18.tar.gz) = 267275
diff --git a/devel/py-azure-mgmt-rdbms/pkg-descr b/devel/py-azure-mgmt-rdbms/pkg-descr
index 7ae3d7240328..f6dd7b4c19e7 100644
--- a/devel/py-azure-mgmt-rdbms/pkg-descr
+++ b/devel/py-azure-mgmt-rdbms/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure RDBMS 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 RDBMS Management 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.