diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-15 11:34:48 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-15 11:53:00 +0000 |
| commit | b939aa0f606ca8ba2808436eb83130d82fae370a (patch) | |
| tree | 22026987af3b047ea3c23a223c4be86fbd636e92 | |
| parent | 7d7047d2c96fe977850cd3f9e16970aea986cb92 (diff) | |
devel/py-azure-mgmt-postgresqlflexibleservers: Add py-azure-mgmt-postgresqlflexibleservers 2.0.0
This is the Microsoft Azure Postgresqlflexibleservers 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.
5 files changed, 54 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e5154fc49c75..a80bd2648200 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4530,6 +4530,7 @@ SUBDIR += py-azure-mgmt-netapp SUBDIR += py-azure-mgmt-network SUBDIR += py-azure-mgmt-policyinsights + SUBDIR += py-azure-mgmt-postgresqlflexibleservers SUBDIR += py-azure-mgmt-privatedns SUBDIR += py-azure-mgmt-rdbms SUBDIR += py-azure-mgmt-recoveryservices diff --git a/devel/py-azure-mgmt-postgresqlflexibleservers/Makefile b/devel/py-azure-mgmt-postgresqlflexibleservers/Makefile new file mode 100644 index 000000000000..d54739ff2b99 --- /dev/null +++ b/devel/py-azure-mgmt-postgresqlflexibleservers/Makefile @@ -0,0 +1,28 @@ +PORTNAME= azure-mgmt-postgresqlflexibleservers +PORTVERSION= 2.0.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_postgresqlflexibleservers-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure Postgresqlflexibleservers 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/postgresqlflexibleservers/azure-mgmt-postgresqlflexibleservers \ + 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-postgresqlflexibleservers/distinfo b/devel/py-azure-mgmt-postgresqlflexibleservers/distinfo new file mode 100644 index 000000000000..a58827631530 --- /dev/null +++ b/devel/py-azure-mgmt-postgresqlflexibleservers/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1768283068 +SHA256 (azure_mgmt_postgresqlflexibleservers-2.0.0.tar.gz) = 13d2f45ba218a364fb0405684f8070f261ae3ed597d5a54d04e3298732c4cdaa +SIZE (azure_mgmt_postgresqlflexibleservers-2.0.0.tar.gz) = 136582 diff --git a/devel/py-azure-mgmt-postgresqlflexibleservers/files/patch-pyproject.toml b/devel/py-azure-mgmt-postgresqlflexibleservers/files/patch-pyproject.toml new file mode 100644 index 000000000000..16ec27357324 --- /dev/null +++ b/devel/py-azure-mgmt-postgresqlflexibleservers/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-11-25 07:51:26 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 Postgresqlflexibleserve + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Postgresqlflexibleservers 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-postgresqlflexibleservers/pkg-descr b/devel/py-azure-mgmt-postgresqlflexibleservers/pkg-descr new file mode 100644 index 000000000000..21baf92e7983 --- /dev/null +++ b/devel/py-azure-mgmt-postgresqlflexibleservers/pkg-descr @@ -0,0 +1,3 @@ +This is the Microsoft Azure Postgresqlflexibleservers 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. |
