Date: Thu, 15 Jan 2026 11:57:16 +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: 7d7047d2c96f - main - devel/py-azure-mgmt-mysqlflexibleservers: Add py-azure-mgmt-mysqlflexibleservers 1.0.0 Message-ID: <6968d61c.381fd.6429ec48@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=7d7047d2c96fe977850cd3f9e16970aea986cb92 commit 7d7047d2c96fe977850cd3f9e16970aea986cb92 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-15 11:34:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-15 11:52:59 +0000 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. --- devel/Makefile | 1 + devel/py-azure-mgmt-mysqlflexibleservers/Makefile | 28 ++++++++++++++++++++++ devel/py-azure-mgmt-mysqlflexibleservers/distinfo | 3 +++ .../files/patch-pyproject.toml | 19 +++++++++++++++ devel/py-azure-mgmt-mysqlflexibleservers/pkg-descr | 3 +++ 5 files changed, 54 insertions(+) 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d61c.381fd.6429ec48>
