aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-01-15 11:34:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-01-15 11:52:59 +0000
commit7d7047d2c96fe977850cd3f9e16970aea986cb92 (patch)
tree937fb9a389f25053f313ce062d12ceb831d5de2c
parenta919db653d2ac7b98bde50429faf7df12384fde5 (diff)
devel/py-azure-mgmt-mysqlflexibleservers: Add py-azure-mgmt-mysqlflexibleservers 1.0.0
This is the Microsoft Azure Mysqlflexibleservers 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.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-azure-mgmt-mysqlflexibleservers/Makefile28
-rw-r--r--devel/py-azure-mgmt-mysqlflexibleservers/distinfo3
-rw-r--r--devel/py-azure-mgmt-mysqlflexibleservers/files/patch-pyproject.toml19
-rw-r--r--devel/py-azure-mgmt-mysqlflexibleservers/pkg-descr3
5 files changed, 54 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a560ea4f07f2..e5154fc49c75 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4526,6 +4526,7 @@
SUBDIR += py-azure-mgmt-media
SUBDIR += py-azure-mgmt-monitor
SUBDIR += py-azure-mgmt-msi
+ SUBDIR += py-azure-mgmt-mysqlflexibleservers
SUBDIR += py-azure-mgmt-netapp
SUBDIR += py-azure-mgmt-network
SUBDIR += py-azure-mgmt-policyinsights
diff --git a/devel/py-azure-mgmt-mysqlflexibleservers/Makefile b/devel/py-azure-mgmt-mysqlflexibleservers/Makefile
new file mode 100644
index 000000000000..d4becb972391
--- /dev/null
+++ b/devel/py-azure-mgmt-mysqlflexibleservers/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= azure-mgmt-mysqlflexibleservers
+PORTVERSION= 1.0.0
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= azure_mgmt_mysqlflexibleservers-${PORTVERSION}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Microsoft Azure Mysqlflexibleservers 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/mysqlflexibleservers/azure-mgmt-mysqlflexibleservers \
+ 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-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= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-azure-mgmt-mysqlflexibleservers/distinfo b/devel/py-azure-mgmt-mysqlflexibleservers/distinfo
new file mode 100644
index 000000000000..1fc6d6c50409
--- /dev/null
+++ b/devel/py-azure-mgmt-mysqlflexibleservers/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1768283066
+SHA256 (azure_mgmt_mysqlflexibleservers-1.0.0.tar.gz) = d077a656888a5c5977f479a244a64ac4a1d351002e99a7eddaf6a49a82192e56
+SIZE (azure_mgmt_mysqlflexibleservers-1.0.0.tar.gz) = 108286
diff --git a/devel/py-azure-mgmt-mysqlflexibleservers/files/patch-pyproject.toml b/devel/py-azure-mgmt-mysqlflexibleservers/files/patch-pyproject.toml
new file mode 100644
index 000000000000..1f2efd0e4af8
--- /dev/null
+++ b/devel/py-azure-mgmt-mysqlflexibleservers/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2025-11-14 07:27:59 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 Mysqlflexibleservers Ma
+ { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
+ ]
+ description = "Microsoft Azure Mysqlflexibleservers Management Client Library for Python"
+-license = "MIT"
++license = { text = "MIT" }
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Programming Language :: Python",
diff --git a/devel/py-azure-mgmt-mysqlflexibleservers/pkg-descr b/devel/py-azure-mgmt-mysqlflexibleservers/pkg-descr
new file mode 100644
index 000000000000..c838aa62f3cf
--- /dev/null
+++ b/devel/py-azure-mgmt-mysqlflexibleservers/pkg-descr
@@ -0,0 +1,3 @@
+This is the Microsoft Azure Mysqlflexibleservers 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.