diff --git a/devel/py-azure-mgmt-netapp/Makefile b/devel/py-azure-mgmt-netapp/Makefile index 7a843a6c561e..aa0dda2a759c 100644 --- a/devel/py-azure-mgmt-netapp/Makefile +++ b/devel/py-azure-mgmt-netapp/Makefile @@ -1,23 +1,28 @@ PORTNAME= azure-mgmt-netapp -PORTVERSION= 10.1.0 -PORTREVISION= 1 +PORTVERSION= 14.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_netapp-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure NetApp Files Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-netapp/ +COMMENT= Microsoft Azure Netapp 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/netapp/azure-mgmt-netapp \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61: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}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-mgmt-netapp/distinfo b/devel/py-azure-mgmt-netapp/distinfo index 0f14f18f8b92..5e05c2621104 100644 --- a/devel/py-azure-mgmt-netapp/distinfo +++ b/devel/py-azure-mgmt-netapp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202332 -SHA256 (azure-mgmt-netapp-10.1.0.zip) = 7898964ce0a4d82efd268b64bbd6ca96edef53a1fcd34e215ab5fe87be8c8d03 -SIZE (azure-mgmt-netapp-10.1.0.zip) = 530515 +TIMESTAMP = 1765291448 +SHA256 (azure_mgmt_netapp-14.0.1.tar.gz) = 3f9644f683ce3bca0ba2ba723d376c73bfdfe10310c6c97c3e803511a83fe678 +SIZE (azure_mgmt_netapp-14.0.1.tar.gz) = 178048 diff --git a/devel/py-azure-mgmt-netapp/files/patch-pyproject.toml b/devel/py-azure-mgmt-netapp/files/patch-pyproject.toml new file mode 100644 index 000000000000..a5f321e4afff --- /dev/null +++ b/devel/py-azure-mgmt-netapp/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-11-18 20:30:45 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 Netapp Management Clien + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Netapp 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-netapp/pkg-descr b/devel/py-azure-mgmt-netapp/pkg-descr index 05fc51016361..84f038093f8e 100644 --- a/devel/py-azure-mgmt-netapp/pkg-descr +++ b/devel/py-azure-mgmt-netapp/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure NetApp Files Management Client Library. - -Azure Resource Manager (ARM) is the next generation of management APIs that -replace the old Azure Service Management (ASM). +This is the Microsoft Azure NetApp Files 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.