git: 5dcab887bbb1 - main - devel/py-azure-mgmt-marketplaceordering: 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=5dcab887bbb1d59f3a3aca6d25080a8ed8e065f9 commit 5dcab887bbb1d59f3a3aca6d25080a8ed8e065f9 Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:25 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:33 +0000 devel/py-azure-mgmt-marketplaceordering: 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/marketplaceordering/azure-mgmt-marketplaceordering/CHANGELOG.md --- devel/py-azure-mgmt-marketplaceordering/Makefile | 15 ++++++++------- devel/py-azure-mgmt-marketplaceordering/distinfo | 6 +++--- .../files/patch-pyproject.toml | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+), 10 deletions(-) diff --git a/devel/py-azure-mgmt-marketplaceordering/Makefile b/devel/py-azure-mgmt-marketplaceordering/Makefile index 952f913cc3ca..df5084d6ca1d 100644 --- a/devel/py-azure-mgmt-marketplaceordering/Makefile +++ b/devel/py-azure-mgmt-marketplaceordering/Makefile @@ -1,25 +1,26 @@ PORTNAME= azure-mgmt-marketplaceordering -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_marketplaceordering-${PORTVERSION} MAINTAINER= [email protected] -COMMENT= Microsoft Azure Market Place Ordering Client Library for Python +COMMENT= Microsoft Azure Market Place Ordering 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/marketplaceordering/azure-mgmt-marketplaceordering \ 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.5.0: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-marketplaceordering/distinfo b/devel/py-azure-mgmt-marketplaceordering/distinfo index 8e97370ea801..708d5d91c2aa 100644 --- a/devel/py-azure-mgmt-marketplaceordering/distinfo +++ b/devel/py-azure-mgmt-marketplaceordering/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618674798 -SHA256 (azure-mgmt-marketplaceordering-1.1.0.zip) = 68b381f52a4df4435dacad5a97e1c59ac4c981f667dcca8f9d04453417d60ad8 -SIZE (azure-mgmt-marketplaceordering-1.1.0.zip) = 41349 +TIMESTAMP = 1784005108 +SHA256 (azure_mgmt_marketplaceordering-1.1.1.tar.gz) = 9c87db08b4ec0c6f738f5f07ba326b6ff92f348619f749573a55faba88c47285 +SIZE (azure_mgmt_marketplaceordering-1.1.1.tar.gz) = 43211 diff --git a/devel/py-azure-mgmt-marketplaceordering/files/patch-pyproject.toml b/devel/py-azure-mgmt-marketplaceordering/files/patch-pyproject.toml new file mode 100644 index 000000000000..77436ca0e840 --- /dev/null +++ b/devel/py-azure-mgmt-marketplaceordering/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2026-05-18 06:03:28 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 Marketplaceordering Man + { name = "Microsoft Corporation", email = "[email protected]" }, + ] + description = "Microsoft Azure Marketplaceordering Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",