git: b2c62f07c696 - main - devel/py-azure-mgmt-synapse: Update to 2.1.0b7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 17:14:48 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b2c62f07c696a68a0f1d1239490425b3fc997560
commit b2c62f07c696a68a0f1d1239490425b3fc997560
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-21 17:01:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-21 17:12:23 +0000
devel/py-azure-mgmt-synapse: Update to 2.1.0b7
- 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/synapse/azure-mgmt-synapse/CHANGELOG.md
---
devel/py-azure-mgmt-synapse/Makefile | 20 ++++++++++++--------
devel/py-azure-mgmt-synapse/distinfo | 6 +++---
devel/py-azure-mgmt-synapse/pkg-descr | 7 +++----
3 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/devel/py-azure-mgmt-synapse/Makefile b/devel/py-azure-mgmt-synapse/Makefile
index 9186b080d053..1aa62c09c992 100644
--- a/devel/py-azure-mgmt-synapse/Makefile
+++ b/devel/py-azure-mgmt-synapse/Makefile
@@ -1,22 +1,26 @@
PORTNAME= azure-mgmt-synapse
-DISTVERSION= 2.1.0b5
-PORTREVISION= 1
+DISTVERSION= 2.1.0b7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Microsoft Azure Synapse Management Client Library for Python
-WWW= https://pypi.org/project/azure-mgmt-synapse/
+WWW= https://azure.github.io/azure-sdk-for-python/ \
+ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-mgmt-synapse \
+ https://github.com/Azure/azure-sdk-for-python
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21: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.0<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-synapse/distinfo b/devel/py-azure-mgmt-synapse/distinfo
index 14000ab742e0..3b45961b5878 100644
--- a/devel/py-azure-mgmt-synapse/distinfo
+++ b/devel/py-azure-mgmt-synapse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667700770
-SHA256 (azure-mgmt-synapse-2.1.0b5.zip) = e44e987f51a03723558ddf927850db843c67380e9f3801baa288f1b423f89be9
-SIZE (azure-mgmt-synapse-2.1.0b5.zip) = 561836
+TIMESTAMP = 1765296585
+SHA256 (azure-mgmt-synapse-2.1.0b7.zip) = f5d88154f594a1f11ad4b272b5a0ce53614a07b9c50e96b25a09a7ab7971e9d6
+SIZE (azure-mgmt-synapse-2.1.0b7.zip) = 632421
diff --git a/devel/py-azure-mgmt-synapse/pkg-descr b/devel/py-azure-mgmt-synapse/pkg-descr
index 67584891ab1f..1633048d624b 100644
--- a/devel/py-azure-mgmt-synapse/pkg-descr
+++ b/devel/py-azure-mgmt-synapse/pkg-descr
@@ -1,4 +1,3 @@
-This is the Microsoft Azure Synapse 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 Synapse Management 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.