git: 947f115bce23 - main - devel/py-azure-mgmt-relay: Update to 1.1.1
Po-Chuan Hsieh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=947f115bce23656001bb4f8962d70494c4c43e45 commit 947f115bce23656001bb4f8962d70494c4c43e45 Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:27 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:33 +0000 devel/py-azure-mgmt-relay: Update to 1.1.1 - Update COMMENT - Add LICENSE_FILE Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/relay/azure-mgmt-relay/CHANGELOG.md --- devel/py-azure-mgmt-relay/Makefile | 14 ++++++++------ devel/py-azure-mgmt-relay/distinfo | 6 +++--- devel/py-azure-mgmt-relay/files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/devel/py-azure-mgmt-relay/Makefile b/devel/py-azure-mgmt-relay/Makefile index a9541a208286..1e1843d3ad38 100644 --- a/devel/py-azure-mgmt-relay/Makefile +++ b/devel/py-azure-mgmt-relay/Makefile @@ -1,24 +1,26 @@ PORTNAME= azure-mgmt-relay -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_relay-${PORTVERSION} MAINTAINER= [email protected] -COMMENT= Microsoft Azure Relay Client Library for Python +COMMENT= Microsoft Azure Relay 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/relay/azure-mgmt-relay \ 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<2:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.6.0: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= python zip +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-relay/distinfo b/devel/py-azure-mgmt-relay/distinfo index e7d470eccd03..bd1042f5f927 100644 --- a/devel/py-azure-mgmt-relay/distinfo +++ b/devel/py-azure-mgmt-relay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765293136 -SHA256 (azure-mgmt-relay-1.1.0.zip) = c93b7550e64b6734bf23ce57ca974a3ea929b734c58d1fe3669728c4fd2d2eb3 -SIZE (azure-mgmt-relay-1.1.0.zip) = 74184 +TIMESTAMP = 1784005112 +SHA256 (azure_mgmt_relay-1.1.1.tar.gz) = 4520a6a2d961dce0a5b7b8d5b04f3f1818de7b938d8bfa8136f2c46a08209e68 +SIZE (azure_mgmt_relay-1.1.1.tar.gz) = 60372 diff --git a/devel/py-azure-mgmt-relay/files/patch-pyproject.toml b/devel/py-azure-mgmt-relay/files/patch-pyproject.toml new file mode 100644 index 000000000000..dce620a97622 --- /dev/null +++ b/devel/py-azure-mgmt-relay/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-05-11 02:29:11 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 Relay Management Client + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Relay Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",