diff --git a/devel/py-azure-appconfiguration/Makefile b/devel/py-azure-appconfiguration/Makefile index 16c3e398bc73..44a22bbd45a5 100644 --- a/devel/py-azure-appconfiguration/Makefile +++ b/devel/py-azure-appconfiguration/Makefile @@ -1,21 +1,27 @@ PORTNAME= azure-appconfiguration -DISTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.7.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_appconfiguration-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft App Configuration Data Library for Python -WWW= https://pypi.org/project/azure-appconfiguration/ +COMMENT= Microsoft App Configuration Data Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.10:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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-core>=1.30.0:devel/py-azure-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 diff --git a/devel/py-azure-appconfiguration/distinfo b/devel/py-azure-appconfiguration/distinfo index 11e925f868a6..3bb2a6cb2d85 100644 --- a/devel/py-azure-appconfiguration/distinfo +++ b/devel/py-azure-appconfiguration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602721417 -SHA256 (azure-appconfiguration-1.1.1.zip) = b83cd2cb63d93225de84e27abbfc059212f8de27766f4c58dd3abb839dff0be4 -SIZE (azure-appconfiguration-1.1.1.zip) = 77609 +TIMESTAMP = 1761400605 +SHA256 (azure_appconfiguration-1.7.2.tar.gz) = cefd75b298b898a8ed9f73048f3f39f4e81059a58cd832d0523787fc1d912a06 +SIZE (azure_appconfiguration-1.7.2.tar.gz) = 120992 diff --git a/devel/py-azure-appconfiguration/pkg-descr b/devel/py-azure-appconfiguration/pkg-descr index d023e99daff1..d6fb690f0f82 100644 --- a/devel/py-azure-appconfiguration/pkg-descr +++ b/devel/py-azure-appconfiguration/pkg-descr @@ -4,5 +4,8 @@ their application configurations simply and securely. Modern programs, especially programs running in a cloud, generally have many components that are distributed in nature. Spreading configuration settings across these components can lead to hard-to-troubleshoot errors during an -application deployment. Use App Configuration to securely store all the -settings for your application in one place. +application deployment. Use App Configuration to securely store all the settings +for your application in one place. + +Use the client library for App Configuration to create and manage application +configuration settings. diff --git a/devel/py-azure-batch/Makefile b/devel/py-azure-batch/Makefile index 867c42cff550..dd3e79497c40 100644 --- a/devel/py-azure-batch/Makefile +++ b/devel/py-azure-batch/Makefile @@ -1,21 +1,27 @@ PORTNAME= azure-batch -PORTVERSION= 14.0.0 -PORTREVISION= 1 +DISTVERSION= 15.0.0b3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_batch-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Batch Client Library for Python -WWW= https://pypi.org/project/azure-batch/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/batch/azure-batch \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${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-core>=1.35.0:devel/py-azure-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 diff --git a/devel/py-azure-batch/distinfo b/devel/py-azure-batch/distinfo index 0df3ced505d2..91acf3a5119b 100644 --- a/devel/py-azure-batch/distinfo +++ b/devel/py-azure-batch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202725 -SHA256 (azure-batch-14.0.0.zip) = 165b1e99b86f821024c4fae85fb34869d407aa0ebb0ca4b96fb26d859c26c934 -SIZE (azure-batch-14.0.0.zip) = 265201 +TIMESTAMP = 1771961510 +SHA256 (azure_batch-15.0.0b3.tar.gz) = 13c63de3b7bf2c49b6c026874f1e62c2fe397096ea491def4899221e6afd8736 +SIZE (azure_batch-15.0.0b3.tar.gz) = 276007 diff --git a/devel/py-azure-batch/files/patch-pyproject.toml b/devel/py-azure-batch/files/patch-pyproject.toml new file mode 100644 index 000000000000..45c099dde56c --- /dev/null +++ b/devel/py-azure-batch/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-10-16 01:09:53 UTC ++++ pyproject.toml +@@ -6,7 +6,7 @@ + # -------------------------------------------------------------------------- + + [build-system] +-requires = ["setuptools>=77.0.3", "wheel"] ++requires = ["setuptools>=61", "wheel"] + build-backend = "setuptools.build_meta" + + [project] +@@ -15,7 +15,7 @@ description = "Microsoft Corporation Azure Batch Clien + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Corporation Azure Batch Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python", diff --git a/devel/py-azure-batch/pkg-descr b/devel/py-azure-batch/pkg-descr index 13a8ff7ed43d..a251763bcc29 100644 --- a/devel/py-azure-batch/pkg-descr +++ b/devel/py-azure-batch/pkg-descr @@ -1,10 +1,3 @@ -This is the Microsoft Azure Batch Client Library. - -Batch processing began with mainframe computers and punch cards. Today, it -still plays a central role in business, engineering, science, and other -areas that require running lots of automated tasks-processing bills and -payroll, calculating portfolio risk, designing new products, rendering -animated films, testing software, searching for energy, predicting the -weather, and finding new cures for disease. Previously, few people had -access to the computing power for these scenarios. With Azure Batch, that -power is available to you when you need it, without any capital investment. +This is the Microsoft Azure Batch Client Library. This package has been tested +with Python 3.6+. For a more complete set of Azure libraries, see +https://aka.ms/azsdk/python/all diff --git a/devel/py-azure-cosmos/Makefile b/devel/py-azure-cosmos/Makefile index 714e5f9f922c..ec9766b4f44b 100644 --- a/devel/py-azure-cosmos/Makefile +++ b/devel/py-azure-cosmos/Makefile @@ -1,25 +1,30 @@ PORTNAME= azure-cosmos -PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTVERSION= 4.14.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_cosmos-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Azure Cosmos Python SDK -WWW= https://pypi.org/project/azure-cosmos/ +COMMENT= Microsoft Azure Cosmos Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} +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-core>=1.30.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -post-extract: - @${RM} -r ${WRKSRC}/samples ${WRKSRC}/doc +post-patch: + @${RM} -r ${WRKSRC}/doc ${WRKSRC}/samples .include diff --git a/devel/py-azure-cosmos/distinfo b/devel/py-azure-cosmos/distinfo index b91fd61dfddc..de208b0ec5e8 100644 --- a/devel/py-azure-cosmos/distinfo +++ b/devel/py-azure-cosmos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598916807 -SHA256 (azure-cosmos-3.2.0.tar.gz) = 4f77cc558fecffac04377ba758ac4e23f076dc1c54e2cf2515f85bc15cbde5c6 -SIZE (azure-cosmos-3.2.0.tar.gz) = 154607 +TIMESTAMP = 1764526602 +SHA256 (azure_cosmos-4.14.2.tar.gz) = 7fb746449ef159304c5af6fe687548e561c1f1e257fd6505d60158d00101ec6e +SIZE (azure_cosmos-4.14.2.tar.gz) = 2034916 diff --git a/devel/py-azure-cosmos/pkg-descr b/devel/py-azure-cosmos/pkg-descr index a28790306cdb..ce4bd6c5c938 100644 --- a/devel/py-azure-cosmos/pkg-descr +++ b/devel/py-azure-cosmos/pkg-descr @@ -1,11 +1,10 @@ -This is the Microsoft Azure Cosmos Python SDK. +Azure Cosmos DB is a globally distributed, multi-model database service that +supports document, key-value, wide-column, and graph databases. -Azure Cosmos DB is Microsoft's globally distributed, multi-model database -service. With the click of a button, Azure Cosmos DB enables you to elastically -and independently scale throughput and storage across any number of Azure's -geographic regions. You can elastically scale throughput and storage, and take -advantage of fast, single-digit-millisecond data access using your favorite API -among SQL, MongoDB, Cassandra, Tables, or Gremlin. Cosmos DB provides -comprehensive service level agreements (SLAs) for throughput, latency, -availability, and consistency guarantees, something no other database service -can offer. +Use the Azure Cosmos DB SQL API SDK for Python to manage databases and the JSON +documents they contain in this NoSQL database service. High level capabilities +are: +- Create Cosmos DB databases and modify their settings +- Create and modify containers to store collections of JSON documents +- Create, read, update, and delete the items (JSON documents) in your containers +- Query the documents in your database using SQL-like syntax diff --git a/devel/py-azure-data-tables/Makefile b/devel/py-azure-data-tables/Makefile index c4bd24c35afc..ea3c81b12ce8 100644 --- a/devel/py-azure-data-tables/Makefile +++ b/devel/py-azure-data-tables/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-data-tables -DISTVERSION= 12.4.2 -PORTREVISION= 1 +PORTVERSION= 12.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_data_tables-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Data Tables Client Library for Python -WWW= https://pypi.org/project/azure-data-tables/ +COMMENT= Microsoft Azure Azure Data Tables Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/tables/azure-data-tables \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} +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-core>=1.29.4:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yarl>=1.0:www/py-yarl@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-data-tables/distinfo b/devel/py-azure-data-tables/distinfo index 61381544edbc..7459ba3bb5bb 100644 --- a/devel/py-azure-data-tables/distinfo +++ b/devel/py-azure-data-tables/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684595167 -SHA256 (azure-data-tables-12.4.2.zip) = 3b3d5d15b2a963e09b4934b1fe2ba217f29dd9ac51821c17549fcaf874702434 -SIZE (azure-data-tables-12.4.2.zip) = 315127 +TIMESTAMP = 1764526971 +SHA256 (azure_data_tables-12.7.0.tar.gz) = b14fc94a3223a2835ff5688e17d8e107b27c7cd7c4114138f2ac81373723705d +SIZE (azure_data_tables-12.7.0.tar.gz) = 258650 diff --git a/devel/py-azure-data-tables/pkg-descr b/devel/py-azure-data-tables/pkg-descr index 938871005a1b..738c8b0f6bcf 100644 --- a/devel/py-azure-data-tables/pkg-descr +++ b/devel/py-azure-data-tables/pkg-descr @@ -1,7 +1,5 @@ -This is the Microsoft Azure Data Tables Client Library. - Azure Tables is a NoSQL data storage service that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. Tables scales as -needed to support the amount of data inserted, and allow for the storing of -data with non-complex accessing. The Azure Tables client can be used to access -Azure Storage or Cosmos accounts. +needed to support the amount of data inserted, and allow for the storing of data +with non-complex accessing. The Azure Tables client can be used to access Azure +Storage or Cosmos accounts. This document covers azure-data-tables. diff --git a/devel/py-azure-datalake-store/Makefile b/devel/py-azure-datalake-store/Makefile index ecbfcfb911c1..3390e167c529 100644 --- a/devel/py-azure-datalake-store/Makefile +++ b/devel/py-azure-datalake-store/Makefile @@ -1,22 +1,24 @@ PORTNAME= azure-datalake-store -PORTVERSION= 0.0.53 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_datalake_store-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Data Lake Store Filesystem Client Library for Python -WWW= https://pypi.org/project/azure-datalake-store/ +COMMENT= Azure Data Lake Store Filesystem Client Library for Python +WWW= https://github.com/Azure/azure-data-lake-store-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/License.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msal>=1.16.0:devel/py-msal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-datalake-store/distinfo b/devel/py-azure-datalake-store/distinfo index 0cc0c529ba29..2fa7a05a14ef 100644 --- a/devel/py-azure-datalake-store/distinfo +++ b/devel/py-azure-datalake-store/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684595035 -SHA256 (azure-datalake-store-0.0.53.tar.gz) = 05b6de62ee3f2a0a6e6941e6933b792b800c3e7f6ffce2fc324bc19875757393 -SIZE (azure-datalake-store-0.0.53.tar.gz) = 71430 +TIMESTAMP = 1764527637 +SHA256 (azure_datalake_store-1.0.1.tar.gz) = 5364d4445aab154a1c7cb10215629c3ce46ce5c7aaaf16071890c03fae53a035 +SIZE (azure_datalake_store-1.0.1.tar.gz) = 69462 diff --git a/devel/py-azure-datalake-store/pkg-descr b/devel/py-azure-datalake-store/pkg-descr index 77e0ec6c80bf..3f0db21ec85a 100644 --- a/devel/py-azure-datalake-store/pkg-descr +++ b/devel/py-azure-datalake-store/pkg-descr @@ -1,10 +1,6 @@ -This project is the Python filesystem library for Azure Data Lake Store. +A pure-python interface to the Azure Data-lake Storage Gen 1 system, providing +pythonic file-system and file objects, seamless transition between Windows and +POSIX remote paths, high-performance up- and down-loader. -Azure Data Lake Storage Gen2 is a highly scalable and cost-effective data lake -solution for big data analytics. It combines the power of a high-performance -file system with massive scale and economy to help you speed your time to -insight. Data Lake Storage Gen2 extends Azure Blob Storage capabilities and is -optimized for analytics workloads. Store data once and access it via existing -Blob Storage and HDFS-compliant file system interfaces with no programming -changes or data copying. Data Lake Storage Gen2 is the most comprehensive data -lake available. +This software is under active development and not yet recommended for general +use. diff --git a/devel/py-azure-functions-devops-build/Makefile b/devel/py-azure-functions-devops-build/Makefile index b2b94029c82b..1d684e1c49a0 100644 --- a/devel/py-azure-functions-devops-build/Makefile +++ b/devel/py-azure-functions-devops-build/Makefile @@ -1,23 +1,25 @@ PORTNAME= azure-functions-devops-build PORTVERSION= 0.0.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Azure Devops Build Manager For Azure Functions -WWW= https://pypi.org/project/azure-functions-devops-build/ +COMMENT= Python package for integrating Azure Functions with Azure DevOps. Specifically made for the Azure CLI +WWW= https://github.com/Azure/azure-functions-devops-build LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}vsts>=0:devel/py-vsts@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}vsts>=0:devel/py-vsts@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-graphrbac/Makefile b/devel/py-azure-graphrbac/Makefile index 6c058366f9c3..2e0dc6cb6770 100644 --- a/devel/py-azure-graphrbac/Makefile +++ b/devel/py-azure-graphrbac/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-graphrbac -PORTVERSION= 0.61.1 -PORTREVISION= 1 +PORTVERSION= 0.61.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_graphrbac-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Graph RBAC Client Library for Python WWW= https://pypi.org/project/azure-graphrbac/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/graphrbac/azure-graphrbac \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-graphrbac/distinfo b/devel/py-azure-graphrbac/distinfo index eaa74ad1c63e..0a597ce3c2f8 100644 --- a/devel/py-azure-graphrbac/distinfo +++ b/devel/py-azure-graphrbac/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559777996 -SHA256 (azure-graphrbac-0.61.1.zip) = 53e98ae2ca7c19b349e9e9bb1b6a824aeae8dcfcbe17190d20fe69c0f185b2e2 -SIZE (azure-graphrbac-0.61.1.zip) = 277920 +TIMESTAMP = 1764527928 +SHA256 (azure_graphrbac-0.61.2.tar.gz) = fb25b03307e17f739c81ad6bd3e9b57c57843686031f0f214b65158447c773dd +SIZE (azure_graphrbac-0.61.2.tar.gz) = 47651 diff --git a/devel/py-azure-graphrbac/pkg-descr b/devel/py-azure-graphrbac/pkg-descr index 362fb5cddc48..7f09a09a34ad 100644 --- a/devel/py-azure-graphrbac/pkg-descr +++ b/devel/py-azure-graphrbac/pkg-descr @@ -1 +1,10 @@ -This is the Microsoft Azure Graph RBAC Client Library. +This package has been deprecated and will no longer be maintained after +10-31-2024. This package will only receive security fixes until 10-31-2024. +Refer to the samples in the MS Graph SDK for Python repo instead. + +For additional support, open a new issue in the Issues section of the MS Graph +SDK for Python repo. + +Package source code and samples have been removed from the main branch and can +be found under the release tag for the latest version. See +azure-graphrbac_0.61.2. The latest release can be found on PyPI. diff --git a/devel/py-azure-identity/Makefile b/devel/py-azure-identity/Makefile index 5f85ce4d5f0e..39afcdcb3be0 100644 --- a/devel/py-azure-identity/Makefile +++ b/devel/py-azure-identity/Makefile @@ -1,23 +1,28 @@ PORTNAME= azure-identity -DISTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.25.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_identity-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Identity Library for Python -WWW= https://pypi.org/project/azure-identity/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.0.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msal>=1.7.0<2.0.0:devel/py-msal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msal-extensions>=0.3.0:devel/py-msal-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${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-core>=1.31.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msal>=1.30.0:devel/py-msal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msal-extensions>=1.2.0:devel/py-msal-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent cryptography distutils +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/devel/py-azure-identity/distinfo b/devel/py-azure-identity/distinfo index a99431b6a923..cb1db25ff840 100644 --- a/devel/py-azure-identity/distinfo +++ b/devel/py-azure-identity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641081021 -SHA256 (azure-identity-1.6.1.zip) = 69035c81f280fac5fa9c55f87be3a359b264853727486e3568818bb43988080e -SIZE (azure-identity-1.6.1.zip) = 248470 +TIMESTAMP = 1764499379 +SHA256 (azure_identity-1.25.1.tar.gz) = 87ca8328883de6036443e1c37b40e8dc8fb74898240f61071e09d2e369361456 +SIZE (azure_identity-1.25.1.tar.gz) = 279826 diff --git a/devel/py-azure-identity/files/patch-pyproject.toml b/devel/py-azure-identity/files/patch-pyproject.toml new file mode 100644 index 000000000000..e828822d01c3 --- /dev/null +++ b/devel/py-azure-identity/files/patch-pyproject.toml @@ -0,0 +1,25 @@ +--- pyproject.toml.orig 2025-10-06 19:11:24 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=77.0.3", "wheel"] ++requires = ["setuptools>=61", "wheel"] + build-backend = "setuptools.build_meta" + + [project] +@@ -10,7 +10,7 @@ requires-python = ">=3.9" + description = "Microsoft Azure Identity Library for Python" + keywords = ["azure", "azure sdk"] + requires-python = ">=3.9" +-license = "MIT" ++license = {text = "MIT"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python", +@@ -47,4 +47,4 @@ verifytypes = true + [tool.azure-sdk-build] + pyright = false + verifytypes = true +-black = true +\ No newline at end of file ++black = true diff --git a/devel/py-azure-keyvault-administration/Makefile b/devel/py-azure-keyvault-administration/Makefile index c5afccd53e3b..74d2507c469d 100644 --- a/devel/py-azure-keyvault-administration/Makefile +++ b/devel/py-azure-keyvault-administration/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-keyvault-administration -DISTVERSION= 4.4.0b2 -PORTREVISION= 1 +PORTVERSION= 4.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_keyvault_administration-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Key Vault Administration Client Library for Python -WWW= https://pypi.org/project/azure-keyvault-administration/ +COMMENT= Microsoft Corporation Key Vault Administration Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-administration \ + 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-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} +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-core>=1.31.0:devel/py-azure-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 -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-keyvault-administration/distinfo b/devel/py-azure-keyvault-administration/distinfo index d3d3b9a72599..0643cffdb9e5 100644 --- a/devel/py-azure-keyvault-administration/distinfo +++ b/devel/py-azure-keyvault-administration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703611190 -SHA256 (azure-keyvault-administration-4.4.0b2.tar.gz) = 8d0edefad78024c3a97b071fa5cf50daf923085e9d4379259f7237d911e66810 -SIZE (azure-keyvault-administration-4.4.0b2.tar.gz) = 98067 +TIMESTAMP = 1764498482 +SHA256 (azure_keyvault_administration-4.6.0.tar.gz) = d583029e2efaa09e1e1c46f7c01bb1bc1f890388acbf2354a42d1f3379f734e4 +SIZE (azure_keyvault_administration-4.6.0.tar.gz) = 109769 diff --git a/devel/py-azure-keyvault/Makefile b/devel/py-azure-keyvault/Makefile index a8a39e97b57e..86f04580ebab 100644 --- a/devel/py-azure-keyvault/Makefile +++ b/devel/py-azure-keyvault/Makefile @@ -1,23 +1,25 @@ PORTNAME= azure-keyvault -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 4.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Key Vault Client Library for Python -WWW= https://pypi.org/project/azure-keyvault/ +COMMENT= Microsoft Azure Key Vault Client Libraries for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} +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-keyvault-certificates>=4.4<5:security/py-azure-keyvault-certificates@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-keys>=4.5<5:security/py-azure-keyvault-keys@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-secrets>=4.4<5:security/py-azure-keyvault-secrets@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent cryptography distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-keyvault/distinfo b/devel/py-azure-keyvault/distinfo index 36f6751c47aa..2551f7a3d974 100644 --- a/devel/py-azure-keyvault/distinfo +++ b/devel/py-azure-keyvault/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544279239 -SHA256 (azure-keyvault-1.1.0.zip) = 37a8e5f376eb5a304fcd066d414b5d93b987e68f9212b0c41efa37d429aadd49 -SIZE (azure-keyvault-1.1.0.zip) = 363909 +TIMESTAMP = 1764498980 +SHA256 (azure-keyvault-4.2.0.zip) = 731add108a3e29ab4fd501a3c477256c286c34d0996b383fb6a3945462933761 +SIZE (azure-keyvault-4.2.0.zip) = 13376 diff --git a/devel/py-azure-keyvault/pkg-descr b/devel/py-azure-keyvault/pkg-descr index 3646d296d343..72f451d88e39 100644 --- a/devel/py-azure-keyvault/pkg-descr +++ b/devel/py-azure-keyvault/pkg-descr @@ -1,4 +1,7 @@ -This is the Microsoft Azure Key Vault Client Library. +This is the Microsoft Azure Key Vault libraries bundle. -Use the Azure Key Vault management libraries to create key vaults, authorize -applications, and manage permissions. +This package does not contain any code in itself. It installs a set of packages +that provide APIs for Key Vault operations: +- azure-keyvault-keys v4.x +- azure-keyvault-secrets v4.x +- azure-keyvault-certificates v4.x diff --git a/devel/py-azure-loganalytics/Makefile b/devel/py-azure-loganalytics/Makefile index a62b0c801cf9..7f7753b8897b 100644 --- a/devel/py-azure-loganalytics/Makefile +++ b/devel/py-azure-loganalytics/Makefile @@ -1,21 +1,28 @@ PORTNAME= azure-loganalytics PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Log Analytics Client Library for Python -WWW= https://pypi.org/project/azure-loganalytics/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/loganalytics/azure-loganalytics \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +DEPRECATED= This package is no longer being maintained. Use devel/py-azure-monitor-query instead +EXPIRATION_DATE=2025-12-31 -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +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}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-advisor/Makefile b/devel/py-azure-mgmt-advisor/Makefile index f23ea9ed360c..0e0b2d3f452a 100644 --- a/devel/py-azure-mgmt-advisor/Makefile +++ b/devel/py-azure-mgmt-advisor/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-advisor PORTVERSION= 9.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Advisor Client Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-advisor/ +COMMENT= Microsoft Azure Advisor Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/advisor/azure-mgmt-advisor \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-advisor/pkg-descr b/devel/py-azure-mgmt-advisor/pkg-descr index 1bf4bd4d40e2..5d36c5792cb2 100644 --- a/devel/py-azure-mgmt-advisor/pkg-descr +++ b/devel/py-azure-mgmt-advisor/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Advisor 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 Advisor Client Library. This package has been tested +with Python 3.7+. For a more complete view of Azure libraries, see the azure sdk +python release. diff --git a/devel/py-azure-mgmt-apimanagement/Makefile b/devel/py-azure-mgmt-apimanagement/Makefile index b640d389e24a..b56f2f7410d3 100644 --- a/devel/py-azure-mgmt-apimanagement/Makefile +++ b/devel/py-azure-mgmt-apimanagement/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-apimanagement -PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_apimanagement-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure API Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-apimanagement/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/apimanagement/azure-mgmt-apimanagement \ + 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:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-apimanagement/distinfo b/devel/py-azure-mgmt-apimanagement/distinfo index b68923df2024..3f0a3638da67 100644 --- a/devel/py-azure-mgmt-apimanagement/distinfo +++ b/devel/py-azure-mgmt-apimanagement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689983945 -SHA256 (azure-mgmt-apimanagement-4.0.0.zip) = 0224e32c9dbc83cd319eb4452df3d47af26079ac4ba6e1a6be4777f85b24362c -SIZE (azure-mgmt-apimanagement-4.0.0.zip) = 824894 +TIMESTAMP = 1764597897 +SHA256 (azure_mgmt_apimanagement-5.0.0.tar.gz) = 0ab7fe17e70fe3154cd840ff47d19d7a4610217003eaa7c21acf3511a6e57999 +SIZE (azure_mgmt_apimanagement-5.0.0.tar.gz) = 625729 diff --git a/devel/py-azure-mgmt-apimanagement/pkg-descr b/devel/py-azure-mgmt-apimanagement/pkg-descr index 781727fb839a..cb831e99ffed 100644 --- a/devel/py-azure-mgmt-apimanagement/pkg-descr +++ b/devel/py-azure-mgmt-apimanagement/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure API 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 API Management Client Library. This package has been +tested with Python 3.8+. For a more complete view of Azure libraries, see the +azure sdk python release. diff --git a/devel/py-azure-mgmt-appconfiguration/Makefile b/devel/py-azure-mgmt-appconfiguration/Makefile index e885476078e5..3df90b30fc1d 100644 --- a/devel/py-azure-mgmt-appconfiguration/Makefile +++ b/devel/py-azure-mgmt-appconfiguration/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-appconfiguration -DISTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_appconfiguration-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure App Configuration Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-appconfiguration/ +COMMENT= Microsoft Azure App Configuration 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/appconfiguration/azure-mgmt-appconfiguration \ + 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: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} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-appconfiguration/distinfo b/devel/py-azure-mgmt-appconfiguration/distinfo index 81c6baf4b1c7..c0fae42f5191 100644 --- a/devel/py-azure-mgmt-appconfiguration/distinfo +++ b/devel/py-azure-mgmt-appconfiguration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684594909 -SHA256 (azure-mgmt-appconfiguration-3.0.0.zip) = 14986e560a8d8dd4487a03f8bd4212ac0b47bef5657b95501552133e6e072c4c -SIZE (azure-mgmt-appconfiguration-3.0.0.zip) = 277679 +TIMESTAMP = 1764598085 +SHA256 (azure_mgmt_appconfiguration-5.0.0.tar.gz) = f8f0f81b790d1ed77bbc052ecdcf7b13091fad88b10c1f3f471000dbd9c20977 +SIZE (azure_mgmt_appconfiguration-5.0.0.tar.gz) = 74844 diff --git a/devel/py-azure-mgmt-appconfiguration/pkg-descr b/devel/py-azure-mgmt-appconfiguration/pkg-descr index 2e09cc6e479c..e7b58122dc12 100644 --- a/devel/py-azure-mgmt-appconfiguration/pkg-descr +++ b/devel/py-azure-mgmt-appconfiguration/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure App Configuration 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 App Configuration 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. diff --git a/devel/py-azure-mgmt-appcontainers/Makefile b/devel/py-azure-mgmt-appcontainers/Makefile index e87cdec6c5fc..6c34c6f84aa7 100644 --- a/devel/py-azure-mgmt-appcontainers/Makefile +++ b/devel/py-azure-mgmt-appcontainers/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-appcontainers -DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 4.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_appcontainers-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Appcontainers Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-appcontainers/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appcontainers/azure-mgmt-appcontainers \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${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} +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}msrest>=0.7.1:net-mgmt/py-msrest@${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 diff --git a/devel/py-azure-mgmt-appcontainers/distinfo b/devel/py-azure-mgmt-appcontainers/distinfo index 2255043ef448..8967960f28ab 100644 --- a/devel/py-azure-mgmt-appcontainers/distinfo +++ b/devel/py-azure-mgmt-appcontainers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684595595 -SHA256 (azure-mgmt-appcontainers-2.0.0.zip) = 71c74876f7604d83d6119096aa42dcf2512e32e004111be5e41d61b89c8192f5 -SIZE (azure-mgmt-appcontainers-2.0.0.zip) = 225789 +TIMESTAMP = 1764598719 +SHA256 (azure_mgmt_appcontainers-4.0.0.tar.gz) = 1731136ca0166c5fbc21a58cd37ea76787d20989e7f95dc12ae627efaf1dc3a5 +SIZE (azure_mgmt_appcontainers-4.0.0.tar.gz) = 213877 diff --git a/devel/py-azure-mgmt-appcontainers/files/patch-pyproject.toml b/devel/py-azure-mgmt-appcontainers/files/patch-pyproject.toml new file mode 100644 index 000000000000..9dbcecda7d11 --- /dev/null +++ b/devel/py-azure-mgmt-appcontainers/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-24 06:50:01 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 Appcontainers Managemen + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Appcontainers 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-appcontainers/pkg-descr b/devel/py-azure-mgmt-appcontainers/pkg-descr index a246be0787f2..4ffe56588fa8 100644 --- a/devel/py-azure-mgmt-appcontainers/pkg-descr +++ b/devel/py-azure-mgmt-appcontainers/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Appcontainers 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 Appcontainers 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. diff --git a/devel/py-azure-mgmt-applicationinsights/Makefile b/devel/py-azure-mgmt-applicationinsights/Makefile index 00f374be065a..be1f87c91c08 100644 --- a/devel/py-azure-mgmt-applicationinsights/Makefile +++ b/devel/py-azure-mgmt-applicationinsights/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-applicationinsights -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 4.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_applicationinsights-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Application Insights Management Cli Library for Python -WWW= https://pypi.org/project/azure-mgmt-applicationinsights/ +COMMENT= Microsoft Azure Application Insights 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/applicationinsights/azure-mgmt-applicationinsights \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-applicationinsights/distinfo b/devel/py-azure-mgmt-applicationinsights/distinfo index c1faa1f6b5f2..1794dc6a9c1f 100644 --- a/devel/py-azure-mgmt-applicationinsights/distinfo +++ b/devel/py-azure-mgmt-applicationinsights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624102866 -SHA256 (azure-mgmt-applicationinsights-1.0.0.zip) = c287a2c7def4de19f92c0c31ba02867fac6f5b8df71b5dbdab19288bb455fc5b -SIZE (azure-mgmt-applicationinsights-1.0.0.zip) = 332143 +TIMESTAMP = 1764602494 +SHA256 (azure_mgmt_applicationinsights-4.1.0.tar.gz) = 15531390f12ce3d767cd3f1949af36aa39077c145c952fec4d80303c86ec7b6c +SIZE (azure_mgmt_applicationinsights-4.1.0.tar.gz) = 323696 diff --git a/devel/py-azure-mgmt-applicationinsights/pkg-descr b/devel/py-azure-mgmt-applicationinsights/pkg-descr index 6db81138c2d1..1f4aa2ce55ff 100644 --- a/devel/py-azure-mgmt-applicationinsights/pkg-descr +++ b/devel/py-azure-mgmt-applicationinsights/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Application Insights 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 Application Insights 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. diff --git a/devel/py-azure-mgmt-authorization/Makefile b/devel/py-azure-mgmt-authorization/Makefile index 0391654d353a..666cb45b09a3 100644 --- a/devel/py-azure-mgmt-authorization/Makefile +++ b/devel/py-azure-mgmt-authorization/Makefile @@ -1,22 +1,29 @@ PORTNAME= azure-mgmt-authorization -PORTVERSION= 4.0.0 -PORTREVISION= 1 +DISTVERSION= 5.0.0b1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_authorization-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Authorization Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-authorization/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/authorization/azure-mgmt-authorization \ + 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: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} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-authorization/distinfo b/devel/py-azure-mgmt-authorization/distinfo index 8dbb1bbbefab..08c0016ff407 100644 --- a/devel/py-azure-mgmt-authorization/distinfo +++ b/devel/py-azure-mgmt-authorization/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202685 -SHA256 (azure-mgmt-authorization-4.0.0.zip) = 69b85abc09ae64fc72975bd43431170d8c7eb5d166754b98aac5f3845de57dc4 -SIZE (azure-mgmt-authorization-4.0.0.zip) = 1134795 +TIMESTAMP = 1765482645 +SHA256 (azure_mgmt_authorization-5.0.0b1.tar.gz) = 2b96eab3a61ef9dd84776a476482e82726013bfe110262d90619685b235e5737 +SIZE (azure_mgmt_authorization-5.0.0b1.tar.gz) = 144029 diff --git a/devel/py-azure-mgmt-authorization/pkg-descr b/devel/py-azure-mgmt-authorization/pkg-descr index 769b528b52e5..8b45c4b3e224 100644 --- a/devel/py-azure-mgmt-authorization/pkg-descr +++ b/devel/py-azure-mgmt-authorization/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Authorization 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 Authorization 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. diff --git a/devel/py-azure-mgmt-batch/Makefile b/devel/py-azure-mgmt-batch/Makefile index 9a52036f72de..6919bbcfafd1 100644 --- a/devel/py-azure-mgmt-batch/Makefile +++ b/devel/py-azure-mgmt-batch/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-batch -PORTVERSION= 17.0.0 -PORTREVISION= 1 +PORTVERSION= 18.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_batch-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Batch Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-batch/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/batch/azure-mgmt-batch \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${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} +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.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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-batch/distinfo b/devel/py-azure-mgmt-batch/distinfo index f8bfce083882..a03e37333c71 100644 --- a/devel/py-azure-mgmt-batch/distinfo +++ b/devel/py-azure-mgmt-batch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674606588 -SHA256 (azure-mgmt-batch-17.0.0.zip) = 8643385952eec318f8aa05ec63c61aef3bbbfefdfb80a74fd176dfd84aabb16a -SIZE (azure-mgmt-batch-17.0.0.zip) = 225534 +TIMESTAMP = 1764601858 +SHA256 (azure_mgmt_batch-18.0.0.tar.gz) = 305eb51fb3f73b20927ef47b3b6f93e9e32dc939876c045f970bd386c07ba79c +SIZE (azure_mgmt_batch-18.0.0.tar.gz) = 146711 diff --git a/devel/py-azure-mgmt-batch/pkg-descr b/devel/py-azure-mgmt-batch/pkg-descr index fbe97507e28e..9921ce1c8bb9 100644 --- a/devel/py-azure-mgmt-batch/pkg-descr +++ b/devel/py-azure-mgmt-batch/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Batch 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 Batch Management Client Library. This package has +been tested with Python 3.7+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-mgmt-batchai/Makefile b/devel/py-azure-mgmt-batchai/Makefile index a3d59b969fcb..5fe5dc907da5 100644 --- a/devel/py-azure-mgmt-batchai/Makefile +++ b/devel/py-azure-mgmt-batchai/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-batchai -DISTVERSION= 7.0.0b1 -PORTREVISION= 1 +PORTVERSION= 7.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_batchai-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Batch AI Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-batchai/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/batchai/azure-mgmt-batchai \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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.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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-batchai/distinfo b/devel/py-azure-mgmt-batchai/distinfo index a982566d97b3..29a24ec1c9a2 100644 --- a/devel/py-azure-mgmt-batchai/distinfo +++ b/devel/py-azure-mgmt-batchai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628368146 -SHA256 (azure-mgmt-batchai-7.0.0b1.zip) = 993eafbe359bab445642276e811db6f44f09795122a1b3c3dd703f9c333723a6 -SIZE (azure-mgmt-batchai-7.0.0b1.zip) = 111578 +TIMESTAMP = 1764601785 +SHA256 (azure_mgmt_batchai-7.0.0.tar.gz) = 5df004fd0c924fc65594947a9cff4f76087dee17c884533a1bbb0b20db27d3a3 +SIZE (azure_mgmt_batchai-7.0.0.tar.gz) = 69149 diff --git a/devel/py-azure-mgmt-batchai/pkg-descr b/devel/py-azure-mgmt-batchai/pkg-descr index 4beda213a757..48e475e2f22a 100644 --- a/devel/py-azure-mgmt-batchai/pkg-descr +++ b/devel/py-azure-mgmt-batchai/pkg-descr @@ -1,4 +1,6 @@ -This is the Microsoft Azure Batch AI Management Client Library. - -Azure Resource Manager (ARM) is the next generation of management APIs that -replace the old Azure Service Management (ASM). +This package has been deprecated and will no longer be maintained after +10-31-2024. This package will only receive security fixes until 10-31-2024. To +receive updates on new features and non-security bug fixes, upgrade to the +replacement package, azureml-core. Refer to the migration guide +(https://learn.microsoft.com/previous-versions/azure/batch-ai/how-to-migrate) +for guidance on upgrading. diff --git a/devel/py-azure-mgmt-billing/Makefile b/devel/py-azure-mgmt-billing/Makefile index e0bdf29e2e5e..3f57ad420e92 100644 --- a/devel/py-azure-mgmt-billing/Makefile +++ b/devel/py-azure-mgmt-billing/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-billing -PORTVERSION= 6.0.0 -PORTREVISION= 1 +PORTVERSION= 7.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_billing-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Billing Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-billing/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/billing/azure-mgmt-billing \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-billing/distinfo b/devel/py-azure-mgmt-billing/distinfo index e9fb6ca7ff9f..f0c6e9e7e212 100644 --- a/devel/py-azure-mgmt-billing/distinfo +++ b/devel/py-azure-mgmt-billing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625870800 -SHA256 (azure-mgmt-billing-6.0.0.zip) = d4f5c5a4188a456fe1eb32b6c45f55ca2069c74be41eb76921840b39f2f5c07f -SIZE (azure-mgmt-billing-6.0.0.zip) = 178567 +TIMESTAMP = 1764600524 +SHA256 (azure_mgmt_billing-7.0.0.tar.gz) = 8e0a65c65110b53a42937e5bed6ae00efc9d6206972d96bfd4a74e80c85c2d7b +SIZE (azure_mgmt_billing-7.0.0.tar.gz) = 271584 diff --git a/devel/py-azure-mgmt-billing/pkg-descr b/devel/py-azure-mgmt-billing/pkg-descr index 955954139b66..4c8dd5c1f4b3 100644 --- a/devel/py-azure-mgmt-billing/pkg-descr +++ b/devel/py-azure-mgmt-billing/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Billing 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 Billing Client Library. This package has been tested +with Python 3.8+. For a more complete view of Azure libraries, see the azure sdk +python release. diff --git a/devel/py-azure-mgmt-botservice/Makefile b/devel/py-azure-mgmt-botservice/Makefile index 5e9e36503cbc..96a8e6406ab9 100644 --- a/devel/py-azure-mgmt-botservice/Makefile +++ b/devel/py-azure-mgmt-botservice/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-botservice -DISTVERSION= 2.0.0b3 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Bot Service Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-botservice/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/botservice/azure-mgmt-botservice \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-botservice/distinfo b/devel/py-azure-mgmt-botservice/distinfo index 86d8fa6cdd9a..ce27dff6547d 100644 --- a/devel/py-azure-mgmt-botservice/distinfo +++ b/devel/py-azure-mgmt-botservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657996968 -SHA256 (azure-mgmt-botservice-2.0.0b3.zip) = 5d919039e330f2eb32435b65f23e7b7d9deea8bb21a261d8f633bfadba503af3 -SIZE (azure-mgmt-botservice-2.0.0b3.zip) = 100089 +TIMESTAMP = 1764600364 +SHA256 (azure-mgmt-botservice-2.0.0.zip) = 86c04d27c527c19d9600a88215fae2ba524dc674455387b0d0e51722b5a6d6ba +SIZE (azure-mgmt-botservice-2.0.0.zip) = 144080 diff --git a/devel/py-azure-mgmt-botservice/pkg-descr b/devel/py-azure-mgmt-botservice/pkg-descr index 4bd25d6f5d6e..348be97e8b8f 100644 --- a/devel/py-azure-mgmt-botservice/pkg-descr +++ b/devel/py-azure-mgmt-botservice/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Bot Service 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 Bot Service Client Library. This package has been +tested with Python 3.7+. For a more complete view of Azure libraries, see the +azure sdk python release. diff --git a/devel/py-azure-mgmt-cdn/Makefile b/devel/py-azure-mgmt-cdn/Makefile index 6aaeb81e5ec0..d5da0bc92da9 100644 --- a/devel/py-azure-mgmt-cdn/Makefile +++ b/devel/py-azure-mgmt-cdn/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-cdn -DISTVERSION= 12.0.0 -PORTREVISION= 1 +PORTVERSION= 13.1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure CDN Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-cdn/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cdn/azure-mgmt-cdn \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-cdn/distinfo b/devel/py-azure-mgmt-cdn/distinfo index 8f6186948b80..ae6ab9bdd4bd 100644 --- a/devel/py-azure-mgmt-cdn/distinfo +++ b/devel/py-azure-mgmt-cdn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649515092 -SHA256 (azure-mgmt-cdn-12.0.0.zip) = b7c3ee2189234b4af51ace2924927c5fd733f3de748a642d6d5040067c8c9ddd -SIZE (azure-mgmt-cdn-12.0.0.zip) = 260396 +TIMESTAMP = 1764600127 +SHA256 (azure-mgmt-cdn-13.1.1.tar.gz) = 4663304f31b6672dec320c7ce7ba9715c2b99e7d8b684b375f0b4effda90210c +SIZE (azure-mgmt-cdn-13.1.1.tar.gz) = 223461 diff --git a/devel/py-azure-mgmt-cdn/pkg-descr b/devel/py-azure-mgmt-cdn/pkg-descr index b8e11a0af654..1b49a089d655 100644 --- a/devel/py-azure-mgmt-cdn/pkg-descr +++ b/devel/py-azure-mgmt-cdn/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure CDN 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 CDN Management Client Library. This package has been +tested with Python 3.8+. For a more complete view of Azure libraries, see the +azure sdk python release. diff --git a/devel/py-azure-mgmt-cognitiveservices/Makefile b/devel/py-azure-mgmt-cognitiveservices/Makefile index fefdccdf23aa..94619edf0bf0 100644 --- a/devel/py-azure-mgmt-cognitiveservices/Makefile +++ b/devel/py-azure-mgmt-cognitiveservices/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-cognitiveservices -PORTVERSION= 13.5.0 -PORTREVISION= 1 +PORTVERSION= 14.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_cognitiveservices-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Cognitive Services Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-cognitiveservices/ +COMMENT= Microsoft Azure Cognitiveservices 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/cognitiveservices/azure-mgmt-cognitiveservices \ + 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}msrest>=0.7.1:net-mgmt/py-msrest@${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 diff --git a/devel/py-azure-mgmt-cognitiveservices/distinfo b/devel/py-azure-mgmt-cognitiveservices/distinfo index 41591daad79c..f86d3b00201b 100644 --- a/devel/py-azure-mgmt-cognitiveservices/distinfo +++ b/devel/py-azure-mgmt-cognitiveservices/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202613 -SHA256 (azure-mgmt-cognitiveservices-13.5.0.zip) = 44af0b19b1f827e9cdea09c6054c1e66092a51c32bc1ef5a56dbd9b40bc57815 -SIZE (azure-mgmt-cognitiveservices-13.5.0.zip) = 163223 +TIMESTAMP = 1764604105 +SHA256 (azure_mgmt_cognitiveservices-14.1.0.tar.gz) = 915191374d0adb443863c20aaea2c9f3b9d558a849ac2b78f152249262fdcaf8 +SIZE (azure_mgmt_cognitiveservices-14.1.0.tar.gz) = 184444 diff --git a/devel/py-azure-mgmt-cognitiveservices/files/patch-pyproject.toml b/devel/py-azure-mgmt-cognitiveservices/files/patch-pyproject.toml new file mode 100644 index 000000000000..765380093a65 --- /dev/null +++ b/devel/py-azure-mgmt-cognitiveservices/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-24 06:50: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 Cognitiveservices Manag + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Cognitiveservices 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-cognitiveservices/pkg-descr b/devel/py-azure-mgmt-cognitiveservices/pkg-descr index fbd974149c4a..2cdb3852be77 100644 --- a/devel/py-azure-mgmt-cognitiveservices/pkg-descr +++ b/devel/py-azure-mgmt-cognitiveservices/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Cognitive Services 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 Cognitive Services 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. diff --git a/devel/py-azure-mgmt-compute/Makefile b/devel/py-azure-mgmt-compute/Makefile index 0342d801ae02..dff0da5f1074 100644 --- a/devel/py-azure-mgmt-compute/Makefile +++ b/devel/py-azure-mgmt-compute/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-compute -PORTVERSION= 30.3.0 -PORTREVISION= 1 +PORTVERSION= 37.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_compute-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Compute Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-compute/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/compute/azure-mgmt-compute \ + 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}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-compute/distinfo b/devel/py-azure-mgmt-compute/distinfo index ce31899528b7..59f8aafbbafc 100644 --- a/devel/py-azure-mgmt-compute/distinfo +++ b/devel/py-azure-mgmt-compute/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703611103 -SHA256 (azure-mgmt-compute-30.3.0.tar.gz) = e529786340f862aa6a218a7ad6a5beb6b9fb55833c5caa0851cc3314d0493b63 -SIZE (azure-mgmt-compute-30.3.0.tar.gz) = 4728763 +TIMESTAMP = 1764603871 +SHA256 (azure_mgmt_compute-37.1.0.tar.gz) = 57aed44f84c2a53323e11c3731485dd7be99aee0dd1a74f5fa77df607943d34a +SIZE (azure_mgmt_compute-37.1.0.tar.gz) = 519133 diff --git a/devel/py-azure-mgmt-compute/files/patch-pyproject.toml b/devel/py-azure-mgmt-compute/files/patch-pyproject.toml new file mode 100644 index 000000000000..9c2e1ee9dc74 --- /dev/null +++ b/devel/py-azure-mgmt-compute/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-11-17 08:31:44 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 Compute Management Clie + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Compute 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-compute/pkg-descr b/devel/py-azure-mgmt-compute/pkg-descr index 1deba04c75cd..c3143ab41e2c 100644 --- a/devel/py-azure-mgmt-compute/pkg-descr +++ b/devel/py-azure-mgmt-compute/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Compute 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 Compute 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. diff --git a/devel/py-azure-mgmt-consumption/Makefile b/devel/py-azure-mgmt-consumption/Makefile index 12e4d33dc58f..fe54453a743b 100644 --- a/devel/py-azure-mgmt-consumption/Makefile +++ b/devel/py-azure-mgmt-consumption/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-consumption -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 10.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Consumption Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-consumption/ +COMMENT= Microsoft Azure Consumption Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/consumption/azure-mgmt-consumption \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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.3.1<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-consumption/distinfo b/devel/py-azure-mgmt-consumption/distinfo index 6750f41f419d..3d9c0a6497c0 100644 --- a/devel/py-azure-mgmt-consumption/distinfo +++ b/devel/py-azure-mgmt-consumption/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558571018 -SHA256 (azure-mgmt-consumption-3.0.0.zip) = 035d4b74ca7c47e2683bea17105fd9014c27060336fb6255324ac86b27f70f5b -SIZE (azure-mgmt-consumption-3.0.0.zip) = 533101 +TIMESTAMP = 1764603707 +SHA256 (azure-mgmt-consumption-10.0.0.zip) = 06a086436c1737f77ab86894d51f5973b6e0fa5edf56558e4c296589ebab9130 +SIZE (azure-mgmt-consumption-10.0.0.zip) = 157978 diff --git a/devel/py-azure-mgmt-consumption/pkg-descr b/devel/py-azure-mgmt-consumption/pkg-descr index e66e640f3d35..548052ddd0b5 100644 --- a/devel/py-azure-mgmt-consumption/pkg-descr +++ b/devel/py-azure-mgmt-consumption/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Consumption 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 Consumption Client Library. This package has been +tested with Python 3.7+. For a more complete view of Azure libraries, see the +azure sdk python release. diff --git a/devel/py-azure-mgmt-containerinstance/Makefile b/devel/py-azure-mgmt-containerinstance/Makefile index afd6cae145a0..caf82f5a04ab 100644 --- a/devel/py-azure-mgmt-containerinstance/Makefile +++ b/devel/py-azure-mgmt-containerinstance/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-containerinstance -DISTVERSION= 10.1.0 -PORTREVISION= 1 +DISTVERSION= 10.2.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_containerinstance-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Container Instance Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-containerinstance/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerinstance/azure-mgmt-containerinstance \ + 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: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} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-containerinstance/distinfo b/devel/py-azure-mgmt-containerinstance/distinfo index 61cc181721be..1e60f42bfc2f 100644 --- a/devel/py-azure-mgmt-containerinstance/distinfo +++ b/devel/py-azure-mgmt-containerinstance/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688223891 -SHA256 (azure-mgmt-containerinstance-10.1.0.zip) = 78d437adb28574f448c838ed5f01f9ced378196098061deb59d9f7031704c17e -SIZE (azure-mgmt-containerinstance-10.1.0.zip) = 106507 +TIMESTAMP = 1772026002 +SHA256 (azure_mgmt_containerinstance-10.2.0b1.tar.gz) = bf4bb77bd6681270dd0a733aa3a7c3ecdfacba8e616d3a8c3b98cce9c48cc7c0 +SIZE (azure_mgmt_containerinstance-10.2.0b1.tar.gz) = 79214 diff --git a/devel/py-azure-mgmt-containerinstance/pkg-descr b/devel/py-azure-mgmt-containerinstance/pkg-descr index 5e2167856296..060c9746b4ea 100644 --- a/devel/py-azure-mgmt-containerinstance/pkg-descr +++ b/devel/py-azure-mgmt-containerinstance/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Container Instance 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 Container Instance Client Library. This package has +been tested with Python 3.8+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-mgmt-containerregistry/Makefile b/devel/py-azure-mgmt-containerregistry/Makefile index 0a431489bccf..463348e68ad8 100644 --- a/devel/py-azure-mgmt-containerregistry/Makefile +++ b/devel/py-azure-mgmt-containerregistry/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-containerregistry -DISTVERSION= 10.1.0 -PORTREVISION= 1 +DISTVERSION= 14.1.0b4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_containerregistry-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Container Registry Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-containerregistry/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-mgmt-containerregistry \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${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} +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 diff --git a/devel/py-azure-mgmt-containerregistry/distinfo b/devel/py-azure-mgmt-containerregistry/distinfo index 37c192d4d5be..8898c76d0ba2 100644 --- a/devel/py-azure-mgmt-containerregistry/distinfo +++ b/devel/py-azure-mgmt-containerregistry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679793089 -SHA256 (azure-mgmt-containerregistry-10.1.0.zip) = 56b5fd61f60dbe503cf9e36a1c2a77e4101e419cd029a919b3b6592b04fca187 -SIZE (azure-mgmt-containerregistry-10.1.0.zip) = 1750534 +TIMESTAMP = 1772027284 +SHA256 (azure_mgmt_containerregistry-14.1.0b4.tar.gz) = 6a6e9ad26e12ee2c215fa40312398305ebaba17cb0f337461378dbba4d18c481 +SIZE (azure_mgmt_containerregistry-14.1.0b4.tar.gz) = 185446 diff --git a/devel/py-azure-mgmt-containerregistry/files/patch-pyproject.toml b/devel/py-azure-mgmt-containerregistry/files/patch-pyproject.toml new file mode 100644 index 000000000000..f23239b31e0f --- /dev/null +++ b/devel/py-azure-mgmt-containerregistry/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-12-05 08:31:36 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 Containerregistry Manag + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Containerregistry Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python", diff --git a/devel/py-azure-mgmt-containerregistry/pkg-descr b/devel/py-azure-mgmt-containerregistry/pkg-descr index cef87f6da087..0f826481dd3c 100644 --- a/devel/py-azure-mgmt-containerregistry/pkg-descr +++ b/devel/py-azure-mgmt-containerregistry/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Container Registry 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 Container Registry 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. diff --git a/devel/py-azure-mgmt-containerservice/Makefile b/devel/py-azure-mgmt-containerservice/Makefile index fb959ba85b36..dd490602d15a 100644 --- a/devel/py-azure-mgmt-containerservice/Makefile +++ b/devel/py-azure-mgmt-containerservice/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-containerservice -PORTVERSION= 28.0.0 -PORTREVISION= 1 +PORTVERSION= 40.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_containerservice-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Container Service Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-containerservice/ +COMMENT= Microsoft Azure Containerservice 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/containerservice/azure-mgmt-containerservice \ + 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}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-containerservice/distinfo b/devel/py-azure-mgmt-containerservice/distinfo index e0aa63ff373c..fcc7e77fa7f3 100644 --- a/devel/py-azure-mgmt-containerservice/distinfo +++ b/devel/py-azure-mgmt-containerservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703611007 -SHA256 (azure-mgmt-containerservice-28.0.0.tar.gz) = b55605a44515f6fd0e3a4dc22bfa0f440f3e7e1625ebaf06ab3eb06bf35a6cdb -SIZE (azure-mgmt-containerservice-28.0.0.tar.gz) = 5737088 +TIMESTAMP = 1764606606 +SHA256 (azure_mgmt_containerservice-40.2.0.tar.gz) = acd55cae95b768efeb0377d83dea07d610c434eec0c089e02935ff31f0e3e07d +SIZE (azure_mgmt_containerservice-40.2.0.tar.gz) = 206403 diff --git a/devel/py-azure-mgmt-containerservice/files/patch-pyproject.toml b/devel/py-azure-mgmt-containerservice/files/patch-pyproject.toml new file mode 100644 index 000000000000..fe6fee6b2279 --- /dev/null +++ b/devel/py-azure-mgmt-containerservice/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-11-24 02:58:37 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 Containerservice Manage + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Containerservice 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-containerservice/pkg-descr b/devel/py-azure-mgmt-containerservice/pkg-descr index 6c88a94a8169..c5c0587418f7 100644 --- a/devel/py-azure-mgmt-containerservice/pkg-descr +++ b/devel/py-azure-mgmt-containerservice/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Container Service 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 Container Service 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. diff --git a/devel/py-azure-mgmt-cosmosdb/Makefile b/devel/py-azure-mgmt-cosmosdb/Makefile index c4bdfbdfd79d..d3653f09edf1 100644 --- a/devel/py-azure-mgmt-cosmosdb/Makefile +++ b/devel/py-azure-mgmt-cosmosdb/Makefile @@ -1,23 +1,28 @@ PORTNAME= azure-mgmt-cosmosdb -DISTVERSION= 9.3.0 -PORTREVISION= 1 +PORTVERSION= 9.9.0 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_cosmosdb-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Cosmos DB Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-cosmosdb/ +COMMENT= Microsoft Azure Cosmosdb 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/cosmos/azure-mgmt-cosmosdb \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} \ - ${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} +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}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-cosmosdb/distinfo b/devel/py-azure-mgmt-cosmosdb/distinfo index d843737db0ab..e303b2091372 100644 --- a/devel/py-azure-mgmt-cosmosdb/distinfo +++ b/devel/py-azure-mgmt-cosmosdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703610971 -SHA256 (azure-mgmt-cosmosdb-9.3.0.tar.gz) = d360e2b14376fdab810e13e013d694bc4bd8c28414402e0d6060ff3d064e97f6 -SIZE (azure-mgmt-cosmosdb-9.3.0.tar.gz) = 272663 +TIMESTAMP = 1764606443 +SHA256 (azure_mgmt_cosmosdb-9.9.0.tar.gz) = 4678bf042bdc208aa24fca71767ac29b6f2a2722ac7872608371a5922f3b6c37 +SIZE (azure_mgmt_cosmosdb-9.9.0.tar.gz) = 285338 diff --git a/devel/py-azure-mgmt-cosmosdb/files/patch-pyproject.toml b/devel/py-azure-mgmt-cosmosdb/files/patch-pyproject.toml new file mode 100644 index 000000000000..77dffc6d701d --- /dev/null +++ b/devel/py-azure-mgmt-cosmosdb/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-11-14 05:55:31 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 Cosmosdb Management Cli + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Cosmosdb 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-cosmosdb/pkg-descr b/devel/py-azure-mgmt-cosmosdb/pkg-descr index 476613f2d704..95d50f46f2a5 100644 --- a/devel/py-azure-mgmt-cosmosdb/pkg-descr +++ b/devel/py-azure-mgmt-cosmosdb/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Cosmos DB 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 Cosmos DB 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. diff --git a/devel/py-azure-mgmt-databoxedge/Makefile b/devel/py-azure-mgmt-databoxedge/Makefile index 2488d0aa7aec..19e4454a971e 100644 --- a/devel/py-azure-mgmt-databoxedge/Makefile +++ b/devel/py-azure-mgmt-databoxedge/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-databoxedge -DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_databoxedge-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Databoxedge Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-databoxedge/ +COMMENT= Microsoft Azure Data Box Edge 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/databoxedge/azure-mgmt-databoxedge \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-databoxedge/distinfo b/devel/py-azure-mgmt-databoxedge/distinfo index 9337bab159db..e6a2ace3a5e4 100644 --- a/devel/py-azure-mgmt-databoxedge/distinfo +++ b/devel/py-azure-mgmt-databoxedge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628367828 -SHA256 (azure-mgmt-databoxedge-1.0.0.zip) = 04090062bc1e8f00c2f45315a3bceb0fb3b3479ec1474d71b88342e13499b087 -SIZE (azure-mgmt-databoxedge-1.0.0.zip) = 1321796 +TIMESTAMP = 1764606355 +SHA256 (azure_mgmt_databoxedge-2.0.0.tar.gz) = f18f066d027c99a224998d3c4740812682159abe38cf58e87b09770cab2cacc0 +SIZE (azure_mgmt_databoxedge-2.0.0.tar.gz) = 188297 diff --git a/devel/py-azure-mgmt-databoxedge/pkg-descr b/devel/py-azure-mgmt-databoxedge/pkg-descr index e942e436eaf0..b0c23d5b7aa9 100644 --- a/devel/py-azure-mgmt-databoxedge/pkg-descr +++ b/devel/py-azure-mgmt-databoxedge/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Databoxedge 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 Data Box Edge 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. diff --git a/devel/py-azure-mgmt-datalake-analytics/Makefile b/devel/py-azure-mgmt-datalake-analytics/Makefile index 46c6b380d8f8..bd506c125075 100644 --- a/devel/py-azure-mgmt-datalake-analytics/Makefile +++ b/devel/py-azure-mgmt-datalake-analytics/Makefile @@ -1,21 +1,25 @@ PORTNAME= azure-mgmt-datalake-analytics PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Data Lake Analytics Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-datalake-analytics/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/datalake/azure-mgmt-datalake-analytics \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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}msrestazure>=0.4.27<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-datalake-analytics/pkg-descr b/devel/py-azure-mgmt-datalake-analytics/pkg-descr index 93888b814162..df95347f2060 100644 --- a/devel/py-azure-mgmt-datalake-analytics/pkg-descr +++ b/devel/py-azure-mgmt-datalake-analytics/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Data Lake Analytics 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 Datalake-analytics Management Client Library. This +package has been tested with Python 3.7+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-datalake-store/Makefile b/devel/py-azure-mgmt-datalake-store/Makefile index 287a114f89e7..e87f9babf34f 100644 --- a/devel/py-azure-mgmt-datalake-store/Makefile +++ b/devel/py-azure-mgmt-datalake-store/Makefile @@ -1,21 +1,27 @@ PORTNAME= azure-mgmt-datalake-store -PORTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 1.1.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure-mgmt-datalake-store-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Data Lake Store Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-datalake-store/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/datalake/azure-mgmt-datalake-store \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-datalake-store/distinfo b/devel/py-azure-mgmt-datalake-store/distinfo index 421347e8e867..f192150aa14e 100644 --- a/devel/py-azure-mgmt-datalake-store/distinfo +++ b/devel/py-azure-mgmt-datalake-store/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1545684975 -SHA256 (azure-mgmt-datalake-store-0.5.0.zip) = 9376d35495661d19f8acc5604f67b0bc59493b1835bbc480f9a1952f90017a4c -SIZE (azure-mgmt-datalake-store-0.5.0.zip) = 101342 +TIMESTAMP = 1772027862 +SHA256 (azure-mgmt-datalake-store-1.1.0b1.zip) = 5a275768bc1bd918caa0e65df9bae28b74e6fdf3dc9ea7e24aed75ffb499cb64 +SIZE (azure-mgmt-datalake-store-1.1.0b1.zip) = 109334 diff --git a/devel/py-azure-mgmt-datalake-store/pkg-descr b/devel/py-azure-mgmt-datalake-store/pkg-descr index 5959af06536e..471cce40db86 100644 --- a/devel/py-azure-mgmt-datalake-store/pkg-descr +++ b/devel/py-azure-mgmt-datalake-store/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Data Lake Store 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 Data Lake Store Management Client Library. This +package has been tested with Python 3.7+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-datamigration/Makefile b/devel/py-azure-mgmt-datamigration/Makefile index 8ab85c698690..fdb689098e9c 100644 --- a/devel/py-azure-mgmt-datamigration/Makefile +++ b/devel/py-azure-mgmt-datamigration/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-datamigration -PORTVERSION= 10.0.0 -PORTREVISION= 1 +PORTVERSION= 10.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_datamigration-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Data Migration Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-datamigration/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/datamigration/azure-mgmt-datamigration \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${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 diff --git a/devel/py-azure-mgmt-datamigration/distinfo b/devel/py-azure-mgmt-datamigration/distinfo index 52e12f2891a9..04664e1d6d15 100644 --- a/devel/py-azure-mgmt-datamigration/distinfo +++ b/devel/py-azure-mgmt-datamigration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641080801 -SHA256 (azure-mgmt-datamigration-10.0.0.zip) = 5cee70f97fe3a093c3cb70c2a190c2df936b772e94a09ef7e3deb1ed177c9f32 -SIZE (azure-mgmt-datamigration-10.0.0.zip) = 189864 +TIMESTAMP = 1764606209 +SHA256 (azure_mgmt_datamigration-10.1.0.tar.gz) = c28ef8f162b945a4cb5006404a303741c246f0331249e601d15ea1fdce95c54a +SIZE (azure_mgmt_datamigration-10.1.0.tar.gz) = 199603 diff --git a/devel/py-azure-mgmt-datamigration/pkg-descr b/devel/py-azure-mgmt-datamigration/pkg-descr index 1a67bd8cba2c..c33d9855b072 100644 --- a/devel/py-azure-mgmt-datamigration/pkg-descr +++ b/devel/py-azure-mgmt-datamigration/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Data Migration 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 Data Migration 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. diff --git a/devel/py-azure-mgmt-deploymentmanager/Makefile b/devel/py-azure-mgmt-deploymentmanager/Makefile index cd4be309cd63..6526d789a5c5 100644 --- a/devel/py-azure-mgmt-deploymentmanager/Makefile +++ b/devel/py-azure-mgmt-deploymentmanager/Makefile @@ -1,22 +1,25 @@ PORTNAME= azure-mgmt-deploymentmanager -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Deployment Manager Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-deploymentmanager/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/deploymentmanager/azure-mgmt-deploymentmanager \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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}isodate>=0.6.21:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-deploymentmanager/distinfo b/devel/py-azure-mgmt-deploymentmanager/distinfo index 7455b3f361f4..49277c7a56f8 100644 --- a/devel/py-azure-mgmt-deploymentmanager/distinfo +++ b/devel/py-azure-mgmt-deploymentmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581280084 -SHA256 (azure-mgmt-deploymentmanager-0.2.0.zip) = 46e342227993fc9acab1dda42f2eb566b522a8c945ab9d0eea56276b46f6d730 -SIZE (azure-mgmt-deploymentmanager-0.2.0.zip) = 49329 +TIMESTAMP = 1764606119 +SHA256 (azure-mgmt-deploymentmanager-1.0.0.zip) = 9badb768617209149c33e68ca2e59c35b1d3d11427e2969872f2e236e14eee78 +SIZE (azure-mgmt-deploymentmanager-1.0.0.zip) = 80679 diff --git a/devel/py-azure-mgmt-deploymentmanager/pkg-descr b/devel/py-azure-mgmt-deploymentmanager/pkg-descr index 007ea5190ded..5931002f63af 100644 --- a/devel/py-azure-mgmt-deploymentmanager/pkg-descr +++ b/devel/py-azure-mgmt-deploymentmanager/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Deployment Manager 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 Deployment Manager Client Library. This package has +been tested with Python 3.7+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-mgmt-devtestlabs/Makefile b/devel/py-azure-mgmt-devtestlabs/Makefile index 570284d08cb7..bb944b4aad2c 100644 --- a/devel/py-azure-mgmt-devtestlabs/Makefile +++ b/devel/py-azure-mgmt-devtestlabs/Makefile @@ -1,22 +1,25 @@ PORTNAME= azure-mgmt-devtestlabs -PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTVERSION= 9.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure DevTestLabs Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-devtestlabs/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/devtestlabs/azure-mgmt-devtestlabs \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-devtestlabs/distinfo b/devel/py-azure-mgmt-devtestlabs/distinfo index 3d14c4d72c55..d865bb1bf170 100644 --- a/devel/py-azure-mgmt-devtestlabs/distinfo +++ b/devel/py-azure-mgmt-devtestlabs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567880237 -SHA256 (azure-mgmt-devtestlabs-4.0.0.zip) = 59549c4c4068f26466b1097b574a8e5099fb2cd6c8be0a00395b06d3b29e278d -SIZE (azure-mgmt-devtestlabs-4.0.0.zip) = 149388 +TIMESTAMP = 1764605987 +SHA256 (azure-mgmt-devtestlabs-9.0.0.zip) = d8160d93fd3d947e5613c6919176b0edf72c94ac69679ea3b92cf27ff7398e64 +SIZE (azure-mgmt-devtestlabs-9.0.0.zip) = 254211 diff --git a/devel/py-azure-mgmt-devtestlabs/pkg-descr b/devel/py-azure-mgmt-devtestlabs/pkg-descr index 51caeb6b94d8..9c2b53c5c48d 100644 --- a/devel/py-azure-mgmt-devtestlabs/pkg-descr +++ b/devel/py-azure-mgmt-devtestlabs/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure DevTestLabs 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 Dev Test Labs Management Client Library. This +package has been tested with Python 3.8+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-dns/Makefile b/devel/py-azure-mgmt-dns/Makefile index 856651eacb59..c9eb3876c705 100644 --- a/devel/py-azure-mgmt-dns/Makefile +++ b/devel/py-azure-mgmt-dns/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-dns -PORTVERSION= 8.0.0 -PORTREVISION= 1 +PORTVERSION= 9.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_dns-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure DNS Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-dns/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/network/azure-mgmt-dns \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-dns/distinfo b/devel/py-azure-mgmt-dns/distinfo index 8b7280148379..d85e82a9e4c5 100644 --- a/devel/py-azure-mgmt-dns/distinfo +++ b/devel/py-azure-mgmt-dns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620348995 -SHA256 (azure-mgmt-dns-8.0.0.zip) = 407c2dacb33513ffbe9ca4be5addb5e9d4bae0cb7efa613c3f7d531ef7bf8de8 -SIZE (azure-mgmt-dns-8.0.0.zip) = 137548 +TIMESTAMP = 1764605151 +SHA256 (azure_mgmt_dns-9.0.0.tar.gz) = 89f8c4e467a94224b97bf16dd76d5bd616bf11cefe727f776618a57cc5486e37 +SIZE (azure_mgmt_dns-9.0.0.tar.gz) = 56953 diff --git a/devel/py-azure-mgmt-dns/pkg-descr b/devel/py-azure-mgmt-dns/pkg-descr index 1b11a1edc6c3..5e7c2e049edf 100644 --- a/devel/py-azure-mgmt-dns/pkg-descr +++ b/devel/py-azure-mgmt-dns/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure DNS 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 DNS 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. diff --git a/devel/py-azure-mgmt-eventgrid/Makefile b/devel/py-azure-mgmt-eventgrid/Makefile index 36864efc6bff..bf1a4b9a13ff 100644 --- a/devel/py-azure-mgmt-eventgrid/Makefile +++ b/devel/py-azure-mgmt-eventgrid/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-eventgrid -DISTVERSION= 10.2.0b2 -PORTREVISION= 1 +PORTVERSION= 10.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_eventgrid-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure EventGrid Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-eventgrid/ +COMMENT= Microsoft Azure Event Grid 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/eventgrid/azure-mgmt-eventgrid \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-eventgrid/distinfo b/devel/py-azure-mgmt-eventgrid/distinfo index d27d41f3a418..7223b5d4335b 100644 --- a/devel/py-azure-mgmt-eventgrid/distinfo +++ b/devel/py-azure-mgmt-eventgrid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659804531 -SHA256 (azure-mgmt-eventgrid-10.2.0b2.zip) = 41c1d8d700b043254e11d522d3aff011ae1da891f909c777de02754a3bb4a990 -SIZE (azure-mgmt-eventgrid-10.2.0b2.zip) = 270423 +TIMESTAMP = 1764605094 +SHA256 (azure_mgmt_eventgrid-10.4.0.tar.gz) = 303e5e27cf4bb5ec833ba4e5a9ef70b5bc410e190412ec47cde59d82e413fb7e +SIZE (azure_mgmt_eventgrid-10.4.0.tar.gz) = 258796 diff --git a/devel/py-azure-mgmt-eventgrid/pkg-descr b/devel/py-azure-mgmt-eventgrid/pkg-descr index 53dbe753d3b0..e16e9e943019 100644 --- a/devel/py-azure-mgmt-eventgrid/pkg-descr +++ b/devel/py-azure-mgmt-eventgrid/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure EventGrid 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 Event Grid 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. diff --git a/devel/py-azure-mgmt-eventhub/Makefile b/devel/py-azure-mgmt-eventhub/Makefile index 1cb3c1a4d3ac..890dabf73637 100644 --- a/devel/py-azure-mgmt-eventhub/Makefile +++ b/devel/py-azure-mgmt-eventhub/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-eventhub -PORTVERSION= 10.1.0 -PORTREVISION= 1 +DISTVERSION= 12.0.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_eventhub-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure EventHub Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-eventhub/ +COMMENT= Microsoft Azure Event Hub 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/eventhub/azure-mgmt-eventhub \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-eventhub/distinfo b/devel/py-azure-mgmt-eventhub/distinfo index fc7d4723f502..83ccb3fbd0af 100644 --- a/devel/py-azure-mgmt-eventhub/distinfo +++ b/devel/py-azure-mgmt-eventhub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657996760 -SHA256 (azure-mgmt-eventhub-10.1.0.zip) = 319aa1481930ca9bc479f86811610fb0150589d5980fba805fa79d7010c34920 -SIZE (azure-mgmt-eventhub-10.1.0.zip) = 633273 +TIMESTAMP = 1772028059 +SHA256 (azure_mgmt_eventhub-12.0.0b1.tar.gz) = e7bdf166c32de7aef5a626953f536ca4f1c6115f16795354c8c3f38f1da1fe10 +SIZE (azure_mgmt_eventhub-12.0.0b1.tar.gz) = 108028 diff --git a/devel/py-azure-mgmt-eventhub/pkg-descr b/devel/py-azure-mgmt-eventhub/pkg-descr index 14ca5c439ebf..1d0f2d57cc23 100644 --- a/devel/py-azure-mgmt-eventhub/pkg-descr +++ b/devel/py-azure-mgmt-eventhub/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure EventHub 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 Event Hub 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. diff --git a/devel/py-azure-mgmt-extendedlocation/Makefile b/devel/py-azure-mgmt-extendedlocation/Makefile index f6cf1bf1640f..a54312e2edd2 100644 --- a/devel/py-azure-mgmt-extendedlocation/Makefile +++ b/devel/py-azure-mgmt-extendedlocation/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-extendedlocation -DISTVERSION= 1.0.0b2 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_extendedlocation-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Extendedlocation Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-extendedlocation/ +COMMENT= Microsoft Azure Extended Location 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/extendedlocation/azure-mgmt-extendedlocation \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-extendedlocation/distinfo b/devel/py-azure-mgmt-extendedlocation/distinfo index 77d7e9c12b0f..0a23dad2cb7a 100644 --- a/devel/py-azure-mgmt-extendedlocation/distinfo +++ b/devel/py-azure-mgmt-extendedlocation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624101605 -SHA256 (azure-mgmt-extendedlocation-1.0.0b2.zip) = 9a37c7df94fcd4943dee35601255a667c3f93305d5c5942ffd024a34b4b74fc0 -SIZE (azure-mgmt-extendedlocation-1.0.0b2.zip) = 45963 +TIMESTAMP = 1764604830 +SHA256 (azure_mgmt_extendedlocation-2.0.0.tar.gz) = 3b5c1d2f0a21f15e9b176f440206c702a1f77fa4b97df1ca4001f991abcf7cd1 +SIZE (azure_mgmt_extendedlocation-2.0.0.tar.gz) = 45054 diff --git a/devel/py-azure-mgmt-extendedlocation/pkg-descr b/devel/py-azure-mgmt-extendedlocation/pkg-descr index 422ce10ddb37..e268fd064119 100644 --- a/devel/py-azure-mgmt-extendedlocation/pkg-descr +++ b/devel/py-azure-mgmt-extendedlocation/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Extendedlocation 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 Extended Location Management Client Library. This +package has been tested with Python 3.8+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-hdinsight/Makefile b/devel/py-azure-mgmt-hdinsight/Makefile index aec92665e36d..a374331b8e83 100644 --- a/devel/py-azure-mgmt-hdinsight/Makefile +++ b/devel/py-azure-mgmt-hdinsight/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-hdinsight -PORTVERSION= 9.0.0 -PORTREVISION= 1 +DISTVERSION= 9.1.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_hdinsight-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure HDInsight Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-hdinsight/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/hdinsight/azure-mgmt-hdinsight \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${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}msrest>=0.7.1:net-mgmt/py-msrest@${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 diff --git a/devel/py-azure-mgmt-hdinsight/distinfo b/devel/py-azure-mgmt-hdinsight/distinfo index 7a304a14698c..57f43271afff 100644 --- a/devel/py-azure-mgmt-hdinsight/distinfo +++ b/devel/py-azure-mgmt-hdinsight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641080749 -SHA256 (azure-mgmt-hdinsight-9.0.0.zip) = 41ebdc69c0d1f81d25dd30438c14fff4331f66639f55805b918b9649eaffe78a -SIZE (azure-mgmt-hdinsight-9.0.0.zip) = 146712 +TIMESTAMP = 1772028172 +SHA256 (azure_mgmt_hdinsight-9.1.0b2.tar.gz) = 5b0d1335e2c1a73bc0891abbb178dc006309756d1e0bc5766c1832b9fb442717 +SIZE (azure_mgmt_hdinsight-9.1.0b2.tar.gz) = 112981 diff --git a/devel/py-azure-mgmt-hdinsight/files/patch-pyproject.toml b/devel/py-azure-mgmt-hdinsight/files/patch-pyproject.toml new file mode 100644 index 000000000000..2fbde8b62c90 --- /dev/null +++ b/devel/py-azure-mgmt-hdinsight/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-15 09:37:16 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 Hdinsight Management Cl + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Hdinsight Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python", diff --git a/devel/py-azure-mgmt-hdinsight/pkg-descr b/devel/py-azure-mgmt-hdinsight/pkg-descr index 09cf381f3c25..4ba271f82aee 100644 --- a/devel/py-azure-mgmt-hdinsight/pkg-descr +++ b/devel/py-azure-mgmt-hdinsight/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure HDInsight 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 HDInsight 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. diff --git a/devel/py-azure-mgmt-imagebuilder/Makefile b/devel/py-azure-mgmt-imagebuilder/Makefile index 92f2956c5222..1d595bd958f6 100644 --- a/devel/py-azure-mgmt-imagebuilder/Makefile +++ b/devel/py-azure-mgmt-imagebuilder/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-imagebuilder -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Image Builder Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-imagebuilder/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/compute/azure-mgmt-imagebuilder \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} \ - ${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} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-imagebuilder/distinfo b/devel/py-azure-mgmt-imagebuilder/distinfo index f9c7c9ad83fb..ce61f1bc57f8 100644 --- a/devel/py-azure-mgmt-imagebuilder/distinfo +++ b/devel/py-azure-mgmt-imagebuilder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688223695 -SHA256 (azure-mgmt-imagebuilder-1.2.0.zip) = 5e6188cf0fb219881d68d199242945465e77d411ac4141fe1c44945c654ae932 -SIZE (azure-mgmt-imagebuilder-1.2.0.zip) = 92424 +TIMESTAMP = 1764609545 +SHA256 (azure-mgmt-imagebuilder-1.4.0.tar.gz) = e6c2d573abef26222fc14491803d4cb01f86fc61292d4cf7c4729eb4bae4891c +SIZE (azure-mgmt-imagebuilder-1.4.0.tar.gz) = 65883 diff --git a/devel/py-azure-mgmt-imagebuilder/pkg-descr b/devel/py-azure-mgmt-imagebuilder/pkg-descr index 02da325f9e63..240c99ce630d 100644 --- a/devel/py-azure-mgmt-imagebuilder/pkg-descr +++ b/devel/py-azure-mgmt-imagebuilder/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Image Builder 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 Image Builder Client Library. This package has been +tested with Python 3.8+. For a more complete view of Azure libraries, see the +azure sdk python release. diff --git a/devel/py-azure-mgmt-iotcentral/Makefile b/devel/py-azure-mgmt-iotcentral/Makefile index 3ed6f32ddadd..0fd2302b7486 100644 --- a/devel/py-azure-mgmt-iotcentral/Makefile +++ b/devel/py-azure-mgmt-iotcentral/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-iotcentral -DISTVERSION= 10.0.0b1 -PORTREVISION= 1 +DISTVERSION= 10.0.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure IoTCentral Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-iotcentral/ +COMMENT= Microsoft Azure Iotcentral 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/iothub/azure-mgmt-iotcentral \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-iotcentral/distinfo b/devel/py-azure-mgmt-iotcentral/distinfo index 169f96b7b8cb..a125662b44e3 100644 --- a/devel/py-azure-mgmt-iotcentral/distinfo +++ b/devel/py-azure-mgmt-iotcentral/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655516660 -SHA256 (azure-mgmt-iotcentral-10.0.0b1.zip) = d42899b935d88486fbe1e1906542471f3a2f60d9e755ddd876ed540b2d81bb4d -SIZE (azure-mgmt-iotcentral-10.0.0b1.zip) = 60196 +TIMESTAMP = 1764609705 +SHA256 (azure-mgmt-iotcentral-10.0.0b2.zip) = 0366753a58884951de5554872453b0b3281a0147fd2dc97cec048a589f08c6e4 +SIZE (azure-mgmt-iotcentral-10.0.0b2.zip) = 66983 diff --git a/devel/py-azure-mgmt-iotcentral/pkg-descr b/devel/py-azure-mgmt-iotcentral/pkg-descr index f60bc296c109..0cb360004855 100644 --- a/devel/py-azure-mgmt-iotcentral/pkg-descr +++ b/devel/py-azure-mgmt-iotcentral/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure IoTCentral 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 Iot Central Management Client Library. This package +has been tested with Python 3.7+. For a more complete view of Azure libraries, +see the azure sdk python release. diff --git a/devel/py-azure-mgmt-iothub/Makefile b/devel/py-azure-mgmt-iothub/Makefile index 619b018966b4..05aca610910e 100644 --- a/devel/py-azure-mgmt-iothub/Makefile +++ b/devel/py-azure-mgmt-iothub/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-iothub -PORTVERSION= 3.0.0 -PORTREVISION= 1 +DISTVERSION= 5.0.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_iothub-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure IoTHub Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-iothub/ +COMMENT= Microsoft Azure IoT Hub 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/iothub/azure-mgmt-iothub \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-iothub/distinfo b/devel/py-azure-mgmt-iothub/distinfo index 1d9c8e635264..1e902ddad515 100644 --- a/devel/py-azure-mgmt-iothub/distinfo +++ b/devel/py-azure-mgmt-iothub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703610916 -SHA256 (azure-mgmt-iothub-3.0.0.tar.gz) = daf21fc98c68a353ec616318c0e62be04c8d6899960be8c2cbf991673ac8b722 -SIZE (azure-mgmt-iothub-3.0.0.tar.gz) = 887095 +TIMESTAMP = 1772028534 +SHA256 (azure_mgmt_iothub-5.0.0b2.tar.gz) = aed49934946a8e83059edc730443182dee4d935a59ce967f7d0299785a16bcf5 +SIZE (azure_mgmt_iothub-5.0.0b2.tar.gz) = 92797 diff --git a/devel/py-azure-mgmt-iothub/files/patch-pyproject.toml b/devel/py-azure-mgmt-iothub/files/patch-pyproject.toml new file mode 100644 index 000000000000..72b318be2823 --- /dev/null +++ b/devel/py-azure-mgmt-iothub/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-20 06:23:48 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 Iothub Management Clien + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Iothub Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python", diff --git a/devel/py-azure-mgmt-iothub/pkg-descr b/devel/py-azure-mgmt-iothub/pkg-descr index bff515cda43c..00fc8f6f0943 100644 --- a/devel/py-azure-mgmt-iothub/pkg-descr +++ b/devel/py-azure-mgmt-iothub/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure IoTHub 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 IoT Hub 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. diff --git a/devel/py-azure-mgmt-iothubprovisioningservices/Makefile b/devel/py-azure-mgmt-iothubprovisioningservices/Makefile index c48905120d18..e5b19f6500b9 100644 --- a/devel/py-azure-mgmt-iothubprovisioningservices/Makefile +++ b/devel/py-azure-mgmt-iothubprovisioningservices/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-iothubprovisioningservices PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure IoTHub Provisioning Services Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-iothubprovisioningservices/ +COMMENT= Microsoft Azure IoT Hub Provisioning Services Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/iothub/azure-mgmt-iothubprovisioningservices \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-iothubprovisioningservices/pkg-descr b/devel/py-azure-mgmt-iothubprovisioningservices/pkg-descr index 1f0b75929f64..39d74bc1e87a 100644 --- a/devel/py-azure-mgmt-iothubprovisioningservices/pkg-descr +++ b/devel/py-azure-mgmt-iothubprovisioningservices/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure IoTHub Provisioning Services 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 IoT Hub Provisioning Services 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. diff --git a/devel/py-azure-mgmt-keyvault/Makefile b/devel/py-azure-mgmt-keyvault/Makefile index ca69a5660e58..0858bfa069ef 100644 --- a/devel/py-azure-mgmt-keyvault/Makefile +++ b/devel/py-azure-mgmt-keyvault/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-keyvault -DISTVERSION= 10.3.0 -PORTREVISION= 1 +PORTVERSION= 13.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_keyvault-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Key Vault Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-keyvault/ +COMMENT= Microsoft Azure Keyvault 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/keyvault/azure-mgmt-keyvault \ + 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 -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-keyvault/distinfo b/devel/py-azure-mgmt-keyvault/distinfo index 44c34cb58db5..b694b997eda2 100644 --- a/devel/py-azure-mgmt-keyvault/distinfo +++ b/devel/py-azure-mgmt-keyvault/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703610860 -SHA256 (azure-mgmt-keyvault-10.3.0.tar.gz) = 183b4164cf1868b8ea7efeaa98edad7d2a4e14a9bd977c2818b12b75150cd2a2 -SIZE (azure-mgmt-keyvault-10.3.0.tar.gz) = 549109 +TIMESTAMP = 1772019989 +SHA256 (azure_mgmt_keyvault-13.0.0.tar.gz) = 56c12904e6d9ac49f886483e50e3f635d8bf43a489eb32fa7b4832f323d396c7 +SIZE (azure_mgmt_keyvault-13.0.0.tar.gz) = 102260 diff --git a/devel/py-azure-mgmt-keyvault/files/patch-pyproject.toml b/devel/py-azure-mgmt-keyvault/files/patch-pyproject.toml new file mode 100644 index 000000000000..e3debcc0c461 --- /dev/null +++ b/devel/py-azure-mgmt-keyvault/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-09 07:58:00 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 Keyvault Management Cli + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Keyvault 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-keyvault/pkg-descr b/devel/py-azure-mgmt-keyvault/pkg-descr index 5defffb265f8..84adb7352b51 100644 --- a/devel/py-azure-mgmt-keyvault/pkg-descr +++ b/devel/py-azure-mgmt-keyvault/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Key Vault 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 Key Vault 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. diff --git a/devel/py-azure-mgmt-kusto/Makefile b/devel/py-azure-mgmt-kusto/Makefile index f9a385098918..55e7c5cdd183 100644 --- a/devel/py-azure-mgmt-kusto/Makefile +++ b/devel/py-azure-mgmt-kusto/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-kusto -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 3.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_kusto-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Kusto Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-kusto/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/kusto/azure-mgmt-kusto \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-kusto/distinfo b/devel/py-azure-mgmt-kusto/distinfo index 13e525ceb083..183b706e7e57 100644 --- a/devel/py-azure-mgmt-kusto/distinfo +++ b/devel/py-azure-mgmt-kusto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575217747 -SHA256 (azure-mgmt-kusto-0.5.0.zip) = 7c247adb5bb8b032fd73d7c14ea2bd4abf6841f2a6ca86bf7e1f687fae1fd264 -SIZE (azure-mgmt-kusto-0.5.0.zip) = 50740 +TIMESTAMP = 1765287239 +SHA256 (azure_mgmt_kusto-3.4.0.tar.gz) = 2bc91e02979f629feeedc4d9b96358865b559457ad86e9c6f9c709a408320e63 +SIZE (azure_mgmt_kusto-3.4.0.tar.gz) = 142282 diff --git a/devel/py-azure-mgmt-kusto/pkg-descr b/devel/py-azure-mgmt-kusto/pkg-descr index c89668b1ec1c..0f08e15ce313 100644 --- a/devel/py-azure-mgmt-kusto/pkg-descr +++ b/devel/py-azure-mgmt-kusto/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Kusto 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 Kusto Management Client Library. This package has +been tested with Python 3.8+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-mgmt-loganalytics/Makefile b/devel/py-azure-mgmt-loganalytics/Makefile index a415c171bd66..47a4dd9f03bb 100644 --- a/devel/py-azure-mgmt-loganalytics/Makefile +++ b/devel/py-azure-mgmt-loganalytics/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-loganalytics -DISTVERSION= 13.0.0b4 -PORTREVISION= 1 +PORTVERSION= 13.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_loganalytics-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Analytics Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-loganalytics/ +COMMENT= Microsoft Azure Loganalytics 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/loganalytics/azure-mgmt-loganalytics \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.0<2.0.0:devel/py-azure-core@${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}msrest>=0.7.1:net-mgmt/py-msrest@${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 diff --git a/devel/py-azure-mgmt-loganalytics/distinfo b/devel/py-azure-mgmt-loganalytics/distinfo index 74476a5cb52a..466d308d0966 100644 --- a/devel/py-azure-mgmt-loganalytics/distinfo +++ b/devel/py-azure-mgmt-loganalytics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651412261 -SHA256 (azure-mgmt-loganalytics-13.0.0b4.zip) = 266d6deefe6fc858cd34cfdebd568423db1724a370264e97017b894914a72879 -SIZE (azure-mgmt-loganalytics-13.0.0b4.zip) = 180811 +TIMESTAMP = 1765287316 +SHA256 (azure_mgmt_loganalytics-13.1.0.tar.gz) = 3c7b3537becd0e5b47e2476f3f1a314300d5a8731a404f97dba56d00180d712d +SIZE (azure_mgmt_loganalytics-13.1.0.tar.gz) = 133815 diff --git a/devel/py-azure-mgmt-loganalytics/files/patch-pyproject.toml b/devel/py-azure-mgmt-loganalytics/files/patch-pyproject.toml new file mode 100644 index 000000000000..73904e2b5c90 --- /dev/null +++ b/devel/py-azure-mgmt-loganalytics/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-12-09 02:14:57 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 Loganalytics Management + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Loganalytics 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-loganalytics/pkg-descr b/devel/py-azure-mgmt-loganalytics/pkg-descr index 661b038195e8..a9741d621296 100644 --- a/devel/py-azure-mgmt-loganalytics/pkg-descr +++ b/devel/py-azure-mgmt-loganalytics/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Analytics 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 Log Analytics Management Client Library. This +package has been tested with Python 3.8+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-managedservices/Makefile b/devel/py-azure-mgmt-managedservices/Makefile index 55a751f7e8aa..5626ff46d577 100644 --- a/devel/py-azure-mgmt-managedservices/Makefile +++ b/devel/py-azure-mgmt-managedservices/Makefile @@ -1,22 +1,25 @@ PORTNAME= azure-mgmt-managedservices -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 6.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Managed Services Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-managedservices/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/managedservices/azure-mgmt-managedservices \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-managedservices/distinfo b/devel/py-azure-mgmt-managedservices/distinfo index 92b4dcfe4dcf..a16f33c246e4 100644 --- a/devel/py-azure-mgmt-managedservices/distinfo +++ b/devel/py-azure-mgmt-managedservices/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567885903 -SHA256 (azure-mgmt-managedservices-1.0.0.zip) = fed8399fc6773aada37c1d0496a46f59410d77c9494d0ca5967c531c3376ad19 -SIZE (azure-mgmt-managedservices-1.0.0.zip) = 50022 +TIMESTAMP = 1765287554 +SHA256 (azure-mgmt-managedservices-6.0.0.zip) = ec0cb3858bcf8edf5eee0eddee81560424eb84352e0df082ddc94eb99badfd5e +SIZE (azure-mgmt-managedservices-6.0.0.zip) = 58928 diff --git a/devel/py-azure-mgmt-managedservices/pkg-descr b/devel/py-azure-mgmt-managedservices/pkg-descr index 704e84de5b03..bea39c79994d 100644 --- a/devel/py-azure-mgmt-managedservices/pkg-descr +++ b/devel/py-azure-mgmt-managedservices/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Managed Services 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 Managed Services Client Library. This package has +been tested with Python 3.8+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-mgmt-managementgroups/Makefile b/devel/py-azure-mgmt-managementgroups/Makefile index f5fb6b3423b3..5e1b6c7c6bb2 100644 --- a/devel/py-azure-mgmt-managementgroups/Makefile +++ b/devel/py-azure-mgmt-managementgroups/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-managementgroups PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Management Groups Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-managementgroups/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/managementgroups/azure-mgmt-managementgroups \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-managementgroups/pkg-descr b/devel/py-azure-mgmt-managementgroups/pkg-descr index f9d3e5129e4d..ba222b96c6eb 100644 --- a/devel/py-azure-mgmt-managementgroups/pkg-descr +++ b/devel/py-azure-mgmt-managementgroups/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Management Groups 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 Management Groups Client Library. This package has +been tested with Python 3.8+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-mgmt-maps/Makefile b/devel/py-azure-mgmt-maps/Makefile index a047237350a1..0a02011a0217 100644 --- a/devel/py-azure-mgmt-maps/Makefile +++ b/devel/py-azure-mgmt-maps/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-maps -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Maps Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-maps/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/maps/azure-mgmt-maps \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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.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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-maps/distinfo b/devel/py-azure-mgmt-maps/distinfo index cbd6dd088bdd..e43b049e5fd8 100644 --- a/devel/py-azure-mgmt-maps/distinfo +++ b/devel/py-azure-mgmt-maps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628367485 -SHA256 (azure-mgmt-maps-2.0.0.zip) = 384e17f76a68b700a4f988478945c3a9721711c0400725afdfcb63cf84e85f0e -SIZE (azure-mgmt-maps-2.0.0.zip) = 48946 +TIMESTAMP = 1765288085 +SHA256 (azure-mgmt-maps-2.1.0.tar.gz) = 5d56a697852e5416a76181f18c1d584ff3ef131ce000f6c3e202371db734748d +SIZE (azure-mgmt-maps-2.1.0.tar.gz) = 57264 diff --git a/devel/py-azure-mgmt-maps/pkg-descr b/devel/py-azure-mgmt-maps/pkg-descr index 955d7bfaa7f2..0c34b1b8d84f 100644 --- a/devel/py-azure-mgmt-maps/pkg-descr +++ b/devel/py-azure-mgmt-maps/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Maps 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 Maps Client Library. This package has been tested +with Python 3.8+. For a more complete view of Azure libraries, see the azure sdk +python release. diff --git a/devel/py-azure-mgmt-marketplaceordering/Makefile b/devel/py-azure-mgmt-marketplaceordering/Makefile index 9265fd9ccc15..952f913cc3ca 100644 --- a/devel/py-azure-mgmt-marketplaceordering/Makefile +++ b/devel/py-azure-mgmt-marketplaceordering/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-marketplaceordering PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Market Place Ordering Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-marketplaceordering/ +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 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-marketplaceordering/pkg-descr b/devel/py-azure-mgmt-marketplaceordering/pkg-descr index 64e9de65689c..b1d8f5585436 100644 --- a/devel/py-azure-mgmt-marketplaceordering/pkg-descr +++ b/devel/py-azure-mgmt-marketplaceordering/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Market Place Ordering 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 Market Place Ordering Client Library. This package +has been tested with Python 3.8+. For a more complete view of Azure libraries, +see the azure sdk python release. diff --git a/devel/py-azure-mgmt-media/Makefile b/devel/py-azure-mgmt-media/Makefile index d085c4221d8e..44231a756b51 100644 --- a/devel/py-azure-mgmt-media/Makefile +++ b/devel/py-azure-mgmt-media/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-media -PORTVERSION= 9.0.0 -PORTREVISION= 1 +PORTVERSION= 10.2.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_media-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Media Services Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-media/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/media/azure-mgmt-media \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-media/distinfo b/devel/py-azure-mgmt-media/distinfo index 16b0a2939229..03d7995b8d20 100644 --- a/devel/py-azure-mgmt-media/distinfo +++ b/devel/py-azure-mgmt-media/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651412208 -SHA256 (azure-mgmt-media-9.0.0.zip) = 4c8ee5f2c490d905203ea884dc2bbf17aed69daf8a1db412ddfb888ce6fde593 -SIZE (azure-mgmt-media-9.0.0.zip) = 227568 +TIMESTAMP = 1765290853 +SHA256 (azure_mgmt_media-10.2.1.tar.gz) = d654dce92a85c3aeb251a7e0d0c8d8fa377d26ae4d38836ef69b85c9b4869113 +SIZE (azure_mgmt_media-10.2.1.tar.gz) = 191730 diff --git a/devel/py-azure-mgmt-media/pkg-descr b/devel/py-azure-mgmt-media/pkg-descr index c65178bb7e6f..f84309d436fc 100644 --- a/devel/py-azure-mgmt-media/pkg-descr +++ b/devel/py-azure-mgmt-media/pkg-descr @@ -1,4 +1,8 @@ -This is the Microsoft Azure Media Services Client Library. +Please note, this package has been deprecated and will no longer be maintained +after 06/30/2024. Refer to Azure Media Services retirement guide for more +retirement details and how to migrate to the new services. Refer to our +deprecation policy for more details. -Azure Resource Manager (ARM) is the next generation of management APIs that -replace the old Azure Service Management (ASM). +This is the Microsoft Azure Media Services Client Library. This package has been +tested with Python 3.7+. For a more complete view of Azure libraries, see the +azure sdk python release. diff --git a/devel/py-azure-mgmt-monitor/Makefile b/devel/py-azure-mgmt-monitor/Makefile index 47e6d0918c62..e616cea51b32 100644 --- a/devel/py-azure-mgmt-monitor/Makefile +++ b/devel/py-azure-mgmt-monitor/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-monitor -PORTVERSION= 5.0.0 -PORTREVISION= 1 +PORTVERSION= 7.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_monitor-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Monitor Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-monitor/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-mgmt-monitor \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-monitor/distinfo b/devel/py-azure-mgmt-monitor/distinfo index 0d9d21aeb0aa..c97619cd7cb6 100644 --- a/devel/py-azure-mgmt-monitor/distinfo +++ b/devel/py-azure-mgmt-monitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667057639 -SHA256 (azure-mgmt-monitor-5.0.0.zip) = 78bf4a268c314c5ee164941040234967b97eaca3c533cc0fe6f12282ddd91461 -SIZE (azure-mgmt-monitor-5.0.0.zip) = 1155506 +TIMESTAMP = 1765291163 +SHA256 (azure_mgmt_monitor-7.0.0.tar.gz) = b75f536441d430f69ff873a1646e5f5dbcb3080a10768a59d0adc01541623816 +SIZE (azure_mgmt_monitor-7.0.0.tar.gz) = 195496 diff --git a/devel/py-azure-mgmt-monitor/pkg-descr b/devel/py-azure-mgmt-monitor/pkg-descr index ec2d9a225d5c..f266acbbf936 100644 --- a/devel/py-azure-mgmt-monitor/pkg-descr +++ b/devel/py-azure-mgmt-monitor/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Monitor 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 Monitor 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. diff --git a/devel/py-azure-mgmt-msi/Makefile b/devel/py-azure-mgmt-msi/Makefile index 6e84f9272cc5..9253815e77a6 100644 --- a/devel/py-azure-mgmt-msi/Makefile +++ b/devel/py-azure-mgmt-msi/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-msi -PORTVERSION= 7.0.0 -PORTREVISION= 1 +PORTVERSION= 7.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_msi-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure MSI Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-msi/ +COMMENT= Microsoft Azure Msi 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/resources/azure-mgmt-msi \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${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} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-msi/distinfo b/devel/py-azure-mgmt-msi/distinfo index c8d1a4839e47..4c2eab0892bb 100644 --- a/devel/py-azure-mgmt-msi/distinfo +++ b/devel/py-azure-mgmt-msi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679792895 -SHA256 (azure-mgmt-msi-7.0.0.zip) = 72d46c9a62783ec4eab619be9d1b78ffebbdaa164d406fd303f16303f37256b2 -SIZE (azure-mgmt-msi-7.0.0.zip) = 199895 +TIMESTAMP = 1765291278 +SHA256 (azure_mgmt_msi-7.1.0.tar.gz) = 1a01a089f1f66cb0d4b2886603d5ba415f360eff0be6f685737ecdd59c78225b +SIZE (azure_mgmt_msi-7.1.0.tar.gz) = 177406 diff --git a/devel/py-azure-mgmt-msi/pkg-descr b/devel/py-azure-mgmt-msi/pkg-descr index d85d91b115ae..87b06c06a26a 100644 --- a/devel/py-azure-mgmt-msi/pkg-descr +++ b/devel/py-azure-mgmt-msi/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure MSI 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 Msi 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. diff --git a/devel/py-azure-mgmt-mysqlflexibleservers/Makefile b/devel/py-azure-mgmt-mysqlflexibleservers/Makefile index d4becb972391..5d521821f33f 100644 --- a/devel/py-azure-mgmt-mysqlflexibleservers/Makefile +++ b/devel/py-azure-mgmt-mysqlflexibleservers/Makefile @@ -1,9 +1,9 @@ PORTNAME= azure-mgmt-mysqlflexibleservers -PORTVERSION= 1.0.0 +DISTVERSION= 1.1.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= azure_mgmt_mysqlflexibleservers-${PORTVERSION} +DISTNAME= azure_mgmt_mysqlflexibleservers-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Mysqlflexibleservers Management Client Library for Python @@ -17,7 +17,7 @@ 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}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/devel/py-azure-mgmt-mysqlflexibleservers/distinfo b/devel/py-azure-mgmt-mysqlflexibleservers/distinfo index 1fc6d6c50409..a99215ea9c4b 100644 --- a/devel/py-azure-mgmt-mysqlflexibleservers/distinfo +++ b/devel/py-azure-mgmt-mysqlflexibleservers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768283066 -SHA256 (azure_mgmt_mysqlflexibleservers-1.0.0.tar.gz) = d077a656888a5c5977f479a244a64ac4a1d351002e99a7eddaf6a49a82192e56 -SIZE (azure_mgmt_mysqlflexibleservers-1.0.0.tar.gz) = 108286 +TIMESTAMP = 1772020198 +SHA256 (azure_mgmt_mysqlflexibleservers-1.1.0b2.tar.gz) = c86a44167f5538fd6e4afa54095fe0616e7aff91ee96c095c7dc1cfe458ef91a +SIZE (azure_mgmt_mysqlflexibleservers-1.1.0b2.tar.gz) = 110801 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,22 +1,27 @@ 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 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. diff --git a/devel/py-azure-mgmt-network/Makefile b/devel/py-azure-mgmt-network/Makefile index 045da07014b3..d8739942b20c 100644 --- a/devel/py-azure-mgmt-network/Makefile +++ b/devel/py-azure-mgmt-network/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-network -DISTVERSION= 23.0.1 -PORTREVISION= 1 +PORTVERSION= 30.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_network-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Network Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-network/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/network/azure-mgmt-network \ + 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}msrest>=0.7.1:net-mgmt/py-msrest@${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 diff --git a/devel/py-azure-mgmt-network/distinfo b/devel/py-azure-mgmt-network/distinfo index 67ac8d7da8a4..39b20a8ca173 100644 --- a/devel/py-azure-mgmt-network/distinfo +++ b/devel/py-azure-mgmt-network/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684596585 -SHA256 (azure-mgmt-network-23.0.1.zip) = 55191a68236fbb3392fef47d882ba6f96688a811bd63edec46ab8d6363a78930 -SIZE (azure-mgmt-network-23.0.1.zip) = 1120226 +TIMESTAMP = 1765291713 +SHA256 (azure_mgmt_network-30.1.0.tar.gz) = 41464a05364962f7119a04e8a983e90935c1a24b2ef3a43ac10a0ecc9208709f +SIZE (azure_mgmt_network-30.1.0.tar.gz) = 696178 diff --git a/devel/py-azure-mgmt-network/files/patch-pyproject.toml b/devel/py-azure-mgmt-network/files/patch-pyproject.toml new file mode 100644 index 000000000000..fe94f97b23ca --- /dev/null +++ b/devel/py-azure-mgmt-network/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-11-20 08:42:48 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 Network Management Clie + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Network 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-network/pkg-descr b/devel/py-azure-mgmt-network/pkg-descr index 85fd1e703a68..c52178c9b2b5 100644 --- a/devel/py-azure-mgmt-network/pkg-descr +++ b/devel/py-azure-mgmt-network/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Network 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 Network 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. diff --git a/devel/py-azure-mgmt-policyinsights/Makefile b/devel/py-azure-mgmt-policyinsights/Makefile index 5d2b399136e2..88fff0a7b817 100644 --- a/devel/py-azure-mgmt-policyinsights/Makefile +++ b/devel/py-azure-mgmt-policyinsights/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-policyinsights -DISTVERSION= 1.1.0b4 -PORTREVISION= 1 +DISTVERSION= 1.1.0b5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_policyinsights-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Policy Insights Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-policyinsights/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/policyinsights/azure-mgmt-policyinsights \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${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} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-policyinsights/distinfo b/devel/py-azure-mgmt-policyinsights/distinfo index 7c283a251bc1..de2fbfa1948b 100644 --- a/devel/py-azure-mgmt-policyinsights/distinfo +++ b/devel/py-azure-mgmt-policyinsights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202271 -SHA256 (azure-mgmt-policyinsights-1.1.0b4.zip) = 681d7ac72ae13581c97a2b6f742795fa48a4db50762c2fb9fce4834081b04e92 -SIZE (azure-mgmt-policyinsights-1.1.0b4.zip) = 140385 +TIMESTAMP = 1765291907 +SHA256 (azure_mgmt_policyinsights-1.1.0b5.tar.gz) = ef4a22b6bc51c3de0ef11ec405dcbc1b05e1a86bd593915d498f0f2c74c83ae7 +SIZE (azure_mgmt_policyinsights-1.1.0b5.tar.gz) = 97631 diff --git a/devel/py-azure-mgmt-policyinsights/pkg-descr b/devel/py-azure-mgmt-policyinsights/pkg-descr index f9063fcff51c..c1b2781dd3bc 100644 --- a/devel/py-azure-mgmt-policyinsights/pkg-descr +++ b/devel/py-azure-mgmt-policyinsights/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Policy Insights 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 Policy Insights 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. diff --git a/devel/py-azure-mgmt-privatedns/Makefile b/devel/py-azure-mgmt-privatedns/Makefile index 9dbe890309c4..ee0635f5e021 100644 --- a/devel/py-azure-mgmt-privatedns/Makefile +++ b/devel/py-azure-mgmt-privatedns/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-privatedns -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_privatedns-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure DNS Private Zones Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-privatedns/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/network/azure-mgmt-privatedns \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-privatedns/distinfo b/devel/py-azure-mgmt-privatedns/distinfo index 55648b8c5e8b..ac697de29712 100644 --- a/devel/py-azure-mgmt-privatedns/distinfo +++ b/devel/py-azure-mgmt-privatedns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622288972 -SHA256 (azure-mgmt-privatedns-1.0.0.zip) = b60f16e43f7b291582c5f57bae1b083096d8303e9d9958e2c29227a55cc27c45 -SIZE (azure-mgmt-privatedns-1.0.0.zip) = 52981 +TIMESTAMP = 1765292047 +SHA256 (azure_mgmt_privatedns-1.2.0.tar.gz) = 34231872f01b94f6195d8ee5428e17469252ed04ea0828d52325ebe7bf0a120b +SIZE (azure_mgmt_privatedns-1.2.0.tar.gz) = 58614 diff --git a/devel/py-azure-mgmt-privatedns/pkg-descr b/devel/py-azure-mgmt-privatedns/pkg-descr index 64e16c12664d..fb41a5ee2c1b 100644 --- a/devel/py-azure-mgmt-privatedns/pkg-descr +++ b/devel/py-azure-mgmt-privatedns/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure DNS Private Zones 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 DNS Private Zones Client Library. This package has +been tested with Python 3.8+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-mgmt-rdbms/Makefile b/devel/py-azure-mgmt-rdbms/Makefile index 4c605546da41..67243f97c73c 100644 --- a/devel/py-azure-mgmt-rdbms/Makefile +++ b/devel/py-azure-mgmt-rdbms/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-rdbms -DISTVERSION= 10.2.0b12 -PORTREVISION= 1 +DISTVERSION= 10.2.0b18 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_rdbms-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure RDBMS Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-rdbms/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/rdbms/azure-mgmt-rdbms \ + 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: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} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-rdbms/distinfo b/devel/py-azure-mgmt-rdbms/distinfo index 6b90006d543b..5c8958fcce0b 100644 --- a/devel/py-azure-mgmt-rdbms/distinfo +++ b/devel/py-azure-mgmt-rdbms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703610678 -SHA256 (azure-mgmt-rdbms-10.2.0b12.tar.gz) = 59d4e6d18c4c5cd1c6712183dfc619d5898968c8df2c90bc38899779d7310de1 -SIZE (azure-mgmt-rdbms-10.2.0b12.tar.gz) = 476403 +TIMESTAMP = 1765292152 +SHA256 (azure_mgmt_rdbms-10.2.0b18.tar.gz) = 10703b96a7217e3d7d9303354d9ffb98f7cf72176b8f031fa74075c61f7fe397 +SIZE (azure_mgmt_rdbms-10.2.0b18.tar.gz) = 267275 diff --git a/devel/py-azure-mgmt-rdbms/pkg-descr b/devel/py-azure-mgmt-rdbms/pkg-descr index 7ae3d7240328..f6dd7b4c19e7 100644 --- a/devel/py-azure-mgmt-rdbms/pkg-descr +++ b/devel/py-azure-mgmt-rdbms/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure RDBMS 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 RDBMS Management Client Library. This package has +been tested with Python 3.8+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-mgmt-recoveryservices/Makefile b/devel/py-azure-mgmt-recoveryservices/Makefile index 4ab072227227..e52e271ac5c9 100644 --- a/devel/py-azure-mgmt-recoveryservices/Makefile +++ b/devel/py-azure-mgmt-recoveryservices/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-recoveryservices -PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTVERSION= 4.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_recoveryservices-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Recovery Services Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-recoveryservices/ +COMMENT= Microsoft Azure Recoveryservices 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/recoveryservices/azure-mgmt-recoveryservices \ + 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 -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-recoveryservices/distinfo b/devel/py-azure-mgmt-recoveryservices/distinfo index 84d1ce386d83..f0318149c0b3 100644 --- a/devel/py-azure-mgmt-recoveryservices/distinfo +++ b/devel/py-azure-mgmt-recoveryservices/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696204911 -SHA256 (azure-mgmt-recoveryservices-2.5.0.tar.gz) = 5f1a308c4858c79b83ff8bd8e61192092bdc6ab99d6dd73963618b1dc884bab5 -SIZE (azure-mgmt-recoveryservices-2.5.0.tar.gz) = 71378 +TIMESTAMP = 1765292448 +SHA256 (azure_mgmt_recoveryservices-4.0.0.tar.gz) = a1429cfd283a9c9950ac153482fa9c9741646fd20da8aa9c3c81e725c78c5c9f +SIZE (azure_mgmt_recoveryservices-4.0.0.tar.gz) = 117349 diff --git a/devel/py-azure-mgmt-recoveryservices/files/patch-pyproject.toml b/devel/py-azure-mgmt-recoveryservices/files/patch-pyproject.toml new file mode 100644 index 000000000000..227a639f6df2 --- /dev/null +++ b/devel/py-azure-mgmt-recoveryservices/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-27 05:25:16 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 Recoveryservices Manage + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Recoveryservices 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-recoveryservices/pkg-descr b/devel/py-azure-mgmt-recoveryservices/pkg-descr index f03cf88124bd..3fecc79af6ba 100644 --- a/devel/py-azure-mgmt-recoveryservices/pkg-descr +++ b/devel/py-azure-mgmt-recoveryservices/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Recovery Services 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 Recovery Services 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. diff --git a/devel/py-azure-mgmt-recoveryservicesbackup/Makefile b/devel/py-azure-mgmt-recoveryservicesbackup/Makefile index 80b6944c8026..b5322e7b9514 100644 --- a/devel/py-azure-mgmt-recoveryservicesbackup/Makefile +++ b/devel/py-azure-mgmt-recoveryservicesbackup/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-recoveryservicesbackup -DISTVERSION= 7.0.0 -PORTREVISION= 1 +PORTVERSION= 10.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_recoveryservicesbackup-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Recovery Services Backup Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-recoveryservicesbackup/ +COMMENT= Microsoft Azure Recoveryservicesbackup 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/recoveryservices/azure-mgmt-recoveryservicesbackup \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} \ - ${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} +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}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-recoveryservicesbackup/distinfo b/devel/py-azure-mgmt-recoveryservicesbackup/distinfo index e5528f72a3f8..128bbd522835 100644 --- a/devel/py-azure-mgmt-recoveryservicesbackup/distinfo +++ b/devel/py-azure-mgmt-recoveryservicesbackup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696205887 -SHA256 (azure-mgmt-recoveryservicesbackup-7.0.0.tar.gz) = 1ae5bac7c24674179dcb0ba6e1f0c043caf06d553d520416807ac5a89e94cfd0 -SIZE (azure-mgmt-recoveryservicesbackup-7.0.0.tar.gz) = 305995 +TIMESTAMP = 1765292606 +SHA256 (azure_mgmt_recoveryservicesbackup-10.0.0.tar.gz) = 0cac3c6b872306359bbc47501d184b700846ce548f93f9c0f6ef7d1d10b723e9 +SIZE (azure_mgmt_recoveryservicesbackup-10.0.0.tar.gz) = 229776 diff --git a/devel/py-azure-mgmt-recoveryservicesbackup/files/patch-pyproject.toml b/devel/py-azure-mgmt-recoveryservicesbackup/files/patch-pyproject.toml new file mode 100644 index 000000000000..b8e1b51fee36 --- /dev/null +++ b/devel/py-azure-mgmt-recoveryservicesbackup/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-16 07:00:54 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 Recoveryservicesbackup + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Recoveryservicesbackup 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-recoveryservicesbackup/pkg-descr b/devel/py-azure-mgmt-recoveryservicesbackup/pkg-descr index e7e383cd1237..356bab414dc9 100644 --- a/devel/py-azure-mgmt-recoveryservicesbackup/pkg-descr +++ b/devel/py-azure-mgmt-recoveryservicesbackup/pkg-descr @@ -1,4 +1,3 @@ This is the Microsoft Azure Recovery Services Backup Management Client Library. - -Azure Resource Manager (ARM) is the next generation of management APIs that -replace the old Azure Service Management (ASM). +This package has been tested with Python 3.9+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-redhatopenshift/Makefile b/devel/py-azure-mgmt-redhatopenshift/Makefile index a90f61f56e96..a85f35e3c193 100644 --- a/devel/py-azure-mgmt-redhatopenshift/Makefile +++ b/devel/py-azure-mgmt-redhatopenshift/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-redhatopenshift -DISTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_redhatopenshift-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Red Hat Openshift Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-redhatopenshift/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/redhatopenshift/azure-mgmt-redhatopenshift \ + 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: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} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-redhatopenshift/distinfo b/devel/py-azure-mgmt-redhatopenshift/distinfo index 9d75cfdfc3e0..7a6f90857b50 100644 --- a/devel/py-azure-mgmt-redhatopenshift/distinfo +++ b/devel/py-azure-mgmt-redhatopenshift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703610593 -SHA256 (azure-mgmt-redhatopenshift-1.4.0.tar.gz) = 04bd9ad8bd80c095afb3457e569486692f3ffc058ccb99baadd00f0c93dbac4a -SIZE (azure-mgmt-redhatopenshift-1.4.0.tar.gz) = 201649 +TIMESTAMP = 1765292831 +SHA256 (azure_mgmt_redhatopenshift-2.0.0.tar.gz) = 9d304acbba7c9f42561269f707210aada9c7b5ea0990f2722df60599a08e3aae +SIZE (azure_mgmt_redhatopenshift-2.0.0.tar.gz) = 65787 diff --git a/devel/py-azure-mgmt-redhatopenshift/pkg-descr b/devel/py-azure-mgmt-redhatopenshift/pkg-descr index 36dc91076194..32ffa506c49d 100644 --- a/devel/py-azure-mgmt-redhatopenshift/pkg-descr +++ b/devel/py-azure-mgmt-redhatopenshift/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Management Core Library for Python - -Azure Resource Manager (ARM) is the next generation of management APIs that -replace the old Azure Service Management (ASM). +This is the Microsoft Azure Red Hat Openshift Management Client Library. This +package has been tested with Python 3.8+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-redis/Makefile b/devel/py-azure-mgmt-redis/Makefile index 6e06756c34d3..5a103e29194a 100644 --- a/devel/py-azure-mgmt-redis/Makefile +++ b/devel/py-azure-mgmt-redis/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-redis -DISTVERSION= 14.1.0 -PORTREVISION= 1 +PORTVERSION= 14.5.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_redis-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Redis Cache Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-redis/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/redis/azure-mgmt-redis \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${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} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-redis/distinfo b/devel/py-azure-mgmt-redis/distinfo index f382bde72241..f8c791dc3010 100644 --- a/devel/py-azure-mgmt-redis/distinfo +++ b/devel/py-azure-mgmt-redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674606121 -SHA256 (azure-mgmt-redis-14.1.0.zip) = 2cef7659cdbe56fb042a23a35521d7c36a370faf4d4252f9f26f98a9697afa28 -SIZE (azure-mgmt-redis-14.1.0.zip) = 133286 +TIMESTAMP = 1765292972 +SHA256 (azure_mgmt_redis-14.5.0.tar.gz) = 5c3434c82492688e25b93aaf5113ecff0b92b7ad6da2a4fd4695530f82b152fa +SIZE (azure_mgmt_redis-14.5.0.tar.gz) = 87997 diff --git a/devel/py-azure-mgmt-redis/pkg-descr b/devel/py-azure-mgmt-redis/pkg-descr index a3d8781914e3..7acae72e8322 100644 --- a/devel/py-azure-mgmt-redis/pkg-descr +++ b/devel/py-azure-mgmt-redis/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Redis Cache 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 Redis Cache Management Client Library. This package +has been tested with Python 3.8+. For a more complete view of Azure libraries, +see the azure sdk python release. diff --git a/devel/py-azure-mgmt-relay/Makefile b/devel/py-azure-mgmt-relay/Makefile index febc39d0ad13..a9541a208286 100644 --- a/devel/py-azure-mgmt-relay/Makefile +++ b/devel/py-azure-mgmt-relay/Makefile @@ -1,22 +1,25 @@ PORTNAME= azure-mgmt-relay -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Relay Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-relay/ +COMMENT= Microsoft Azure Relay 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 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} +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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +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 3f8322430b5f..e7d470eccd03 100644 --- a/devel/py-azure-mgmt-relay/distinfo +++ b/devel/py-azure-mgmt-relay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558570661 -SHA256 (azure-mgmt-relay-0.2.0.zip) = a7e8341b2920d1d45bdf73d2b7825c44427d33fb0d820aceb11c94432323bf68 -SIZE (azure-mgmt-relay-0.2.0.zip) = 79801 +TIMESTAMP = 1765293136 +SHA256 (azure-mgmt-relay-1.1.0.zip) = c93b7550e64b6734bf23ce57ca974a3ea929b734c58d1fe3669728c4fd2d2eb3 +SIZE (azure-mgmt-relay-1.1.0.zip) = 74184 diff --git a/devel/py-azure-mgmt-relay/pkg-descr b/devel/py-azure-mgmt-relay/pkg-descr index 8dd2f2630cb1..312d6bd80037 100644 --- a/devel/py-azure-mgmt-relay/pkg-descr +++ b/devel/py-azure-mgmt-relay/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Relay 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 Relay Client Library. This package has been tested +with Python 3.7+. For a more complete view of Azure libraries, see the azure sdk +python release. diff --git a/devel/py-azure-mgmt-reservations/Makefile b/devel/py-azure-mgmt-reservations/Makefile index 5639d54bd9b7..511b0a2e139c 100644 --- a/devel/py-azure-mgmt-reservations/Makefile +++ b/devel/py-azure-mgmt-reservations/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-reservations -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Reservations Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-reservations/ +COMMENT= Microsoft Azure Reservations Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/reservations/azure-mgmt-reservations \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${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} +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.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-reservations/distinfo b/devel/py-azure-mgmt-reservations/distinfo index 3e77ba0655b9..1b7c935f0c52 100644 --- a/devel/py-azure-mgmt-reservations/distinfo +++ b/devel/py-azure-mgmt-reservations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667058809 -SHA256 (azure-mgmt-reservations-2.1.0.zip) = 0ad4cec3a702f5f90bfb65e07c6febfcb5e9ce14286172e3af0948e90e57a4fe -SIZE (azure-mgmt-reservations-2.1.0.zip) = 146134 +TIMESTAMP = 1765293578 +SHA256 (azure-mgmt-reservations-2.3.0.zip) = 047085105b2de637f2204a34866f3a6de969c56ec4ca0642049f0f4eacea1ca7 +SIZE (azure-mgmt-reservations-2.3.0.zip) = 157101 diff --git a/devel/py-azure-mgmt-reservations/pkg-descr b/devel/py-azure-mgmt-reservations/pkg-descr index 839e54e3b179..7b1e836b2625 100644 --- a/devel/py-azure-mgmt-reservations/pkg-descr +++ b/devel/py-azure-mgmt-reservations/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Reservations 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 Reservations Client Library. This package has been +tested with Python 3.7+. For a more complete view of Azure libraries, see the +azure sdk python release. diff --git a/devel/py-azure-mgmt-resource/Makefile b/devel/py-azure-mgmt-resource/Makefile index 579777013598..7aa3982270cd 100644 --- a/devel/py-azure-mgmt-resource/Makefile +++ b/devel/py-azure-mgmt-resource/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-resource -DISTVERSION= 23.1.0b2 -PORTREVISION= 1 +PORTVERSION= 24.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_resource-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Resource Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-resource/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/resources/azure-mgmt-resource \ + 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:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-resource/distinfo b/devel/py-azure-mgmt-resource/distinfo index 4f25e4e64618..08cb8f044941 100644 --- a/devel/py-azure-mgmt-resource/distinfo +++ b/devel/py-azure-mgmt-resource/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689983509 -SHA256 (azure-mgmt-resource-23.1.0b2.zip) = 90c9a2295c233e09ac4c8c71c4344d5c4e358d24c991e9a72a13be3ff39c3d92 -SIZE (azure-mgmt-resource-23.1.0b2.zip) = 2765482 +TIMESTAMP = 1765293717 +SHA256 (azure_mgmt_resource-24.0.0.tar.gz) = cf6b8995fcdd407ac9ff1dd474087129429a1d90dbb1ac77f97c19b96237b265 +SIZE (azure_mgmt_resource-24.0.0.tar.gz) = 3030022 diff --git a/devel/py-azure-mgmt-resource/pkg-descr b/devel/py-azure-mgmt-resource/pkg-descr index 87502d9de83c..db8342b0cc4c 100644 --- a/devel/py-azure-mgmt-resource/pkg-descr +++ b/devel/py-azure-mgmt-resource/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Resource 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 Resource 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. diff --git a/devel/py-azure-mgmt-search/Makefile b/devel/py-azure-mgmt-search/Makefile index 569abb64b35e..1a0bdb65ce95 100644 --- a/devel/py-azure-mgmt-search/Makefile +++ b/devel/py-azure-mgmt-search/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-search -PORTVERSION= 9.0.0 -PORTREVISION= 1 +PORTVERSION= 9.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_search-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Search Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-search/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/search/azure-mgmt-search \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-search/distinfo b/devel/py-azure-mgmt-search/distinfo index 847bb79c6be8..8a9cb34d9364 100644 --- a/devel/py-azure-mgmt-search/distinfo +++ b/devel/py-azure-mgmt-search/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684594273 -SHA256 (azure-mgmt-search-9.0.0.zip) = 19cfaaa136b5104e3f62626f512a951becd9e74c1fa21bd639efdf2c9fef81bd -SIZE (azure-mgmt-search-9.0.0.zip) = 124812 +TIMESTAMP = 1765293830 +SHA256 (azure_mgmt_search-9.2.0.tar.gz) = a0da0ec332d1f43d0f6acb63b8cfd80085b075e91afcf812f8c769ad9fdcad84 +SIZE (azure_mgmt_search-9.2.0.tar.gz) = 85694 diff --git a/devel/py-azure-mgmt-search/pkg-descr b/devel/py-azure-mgmt-search/pkg-descr index 9817406ab379..8e4cbed150dd 100644 --- a/devel/py-azure-mgmt-search/pkg-descr +++ b/devel/py-azure-mgmt-search/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Search 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 Search 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. diff --git a/devel/py-azure-mgmt-security/Makefile b/devel/py-azure-mgmt-security/Makefile index d313be6d9ffc..ad0ef1c3e8f5 100644 --- a/devel/py-azure-mgmt-security/Makefile +++ b/devel/py-azure-mgmt-security/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-security -DISTVERSION= 5.0.0 -PORTREVISION= 1 +PORTVERSION= 7.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Secutiry Center Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-security/ +COMMENT= Microsoft Azure Security Center 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/security/azure-mgmt-security \ + 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: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} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-security/distinfo b/devel/py-azure-mgmt-security/distinfo index 0af8976cfab9..1cc3b093169d 100644 --- a/devel/py-azure-mgmt-security/distinfo +++ b/devel/py-azure-mgmt-security/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696202142 -SHA256 (azure-mgmt-security-5.0.0.zip) = 38b03efe82c2344cea203fda95e6d00b7ac22782fa1c0b585cd0ea2c8ff3e702 -SIZE (azure-mgmt-security-5.0.0.zip) = 1121885 +TIMESTAMP = 1765293932 +SHA256 (azure-mgmt-security-7.0.0.tar.gz) = 5912eed7e9d3758fdca8d26e1dc26b41943dc4703208a1184266e2c252e1ad66 +SIZE (azure-mgmt-security-7.0.0.tar.gz) = 684730 diff --git a/devel/py-azure-mgmt-security/pkg-descr b/devel/py-azure-mgmt-security/pkg-descr index ae95810b3b06..8561b0178ecc 100644 --- a/devel/py-azure-mgmt-security/pkg-descr +++ b/devel/py-azure-mgmt-security/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Secutiry Center 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 Security Center 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. diff --git a/devel/py-azure-mgmt-servicebus/Makefile b/devel/py-azure-mgmt-servicebus/Makefile index 15c998917d77..8e74875c344a 100644 --- a/devel/py-azure-mgmt-servicebus/Makefile +++ b/devel/py-azure-mgmt-servicebus/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-servicebus -PORTVERSION= 8.2.0 -PORTREVISION= 1 +DISTVERSION= 10.0.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_servicebus-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Service Bus Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-servicebus/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-mgmt-servicebus \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${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} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.5.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 diff --git a/devel/py-azure-mgmt-servicebus/distinfo b/devel/py-azure-mgmt-servicebus/distinfo index 3edd15925004..84e8d78b58b2 100644 --- a/devel/py-azure-mgmt-servicebus/distinfo +++ b/devel/py-azure-mgmt-servicebus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679792839 -SHA256 (azure-mgmt-servicebus-8.2.0.zip) = 8be9208f141d9a789f68db8d219754ff78069fd8f9390e9f7644bb95a3be9ec2 -SIZE (azure-mgmt-servicebus-8.2.0.zip) = 1003735 +TIMESTAMP = 1772028803 +SHA256 (azure_mgmt_servicebus-10.0.0b1.tar.gz) = bbbc6db9c4bc067fb08271f8eda356129d6051c4538977a8f375120f4e63f79c +SIZE (azure_mgmt_servicebus-10.0.0b1.tar.gz) = 105514 diff --git a/devel/py-azure-mgmt-servicebus/pkg-descr b/devel/py-azure-mgmt-servicebus/pkg-descr index e31c607c0de3..c5a476865023 100644 --- a/devel/py-azure-mgmt-servicebus/pkg-descr +++ b/devel/py-azure-mgmt-servicebus/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Service Bus 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 Service Bus 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. diff --git a/devel/py-azure-mgmt-servicefabric/Makefile b/devel/py-azure-mgmt-servicefabric/Makefile index 786d5f5a8c90..77f39ebb2d95 100644 --- a/devel/py-azure-mgmt-servicefabric/Makefile +++ b/devel/py-azure-mgmt-servicefabric/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-servicefabric -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Service Fabric Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-servicefabric/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicefabric/azure-mgmt-servicefabric \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-servicefabric/distinfo b/devel/py-azure-mgmt-servicefabric/distinfo index 694fe171c548..c0aeacd52988 100644 --- a/devel/py-azure-mgmt-servicefabric/distinfo +++ b/devel/py-azure-mgmt-servicefabric/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631470626 -SHA256 (azure-mgmt-servicefabric-1.0.0.zip) = de35e117912832c1a9e93109a8d24cab94f55703a9087b2eb1c5b0655b3b1913 -SIZE (azure-mgmt-servicefabric-1.0.0.zip) = 155871 +TIMESTAMP = 1765295005 +SHA256 (azure-mgmt-servicefabric-2.1.0.tar.gz) = a08433049554436c90844bc8a96820e883699484e6ffc99032fd2571f8c5f7d6 +SIZE (azure-mgmt-servicefabric-2.1.0.tar.gz) = 99310 diff --git a/devel/py-azure-mgmt-servicefabric/pkg-descr b/devel/py-azure-mgmt-servicefabric/pkg-descr index a79e4f57a469..0b2536aa501c 100644 --- a/devel/py-azure-mgmt-servicefabric/pkg-descr +++ b/devel/py-azure-mgmt-servicefabric/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Service Fabric 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 Service Fabric Management Client Library. This +package has been tested with Python 3.8+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile b/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile index 1cca5c95a404..29f489982233 100644 --- a/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile +++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-servicefabricmanagedclusters -DISTVERSION= 1.0.0 -PORTREVISION= 1 +DISTVERSION= 2.1.0b5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_servicefabricmanagedclusters-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Servicefabricmanagedclusters Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-servicefabricmanagedclusters/ +COMMENT= Microsoft Azure Service Fabric Managed Clusters Management Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + http://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicefabricmanagedclusters/azure-mgmt-servicefabricmanagedclusters \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${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 diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo b/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo index 4b3ba58620d8..7adea0e4e926 100644 --- a/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo +++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622288633 -SHA256 (azure-mgmt-servicefabricmanagedclusters-1.0.0.zip) = 109ca3a251ebb7ddb35a0f8829614a4daa7065a16bc13b52c8422ee7f9995ce8 -SIZE (azure-mgmt-servicefabricmanagedclusters-1.0.0.zip) = 122721 +TIMESTAMP = 1772029008 +SHA256 (azure_mgmt_servicefabricmanagedclusters-2.1.0b5.tar.gz) = 52f7527969e64192f1109a1d544b5161dbd324e7e06a30c9b74d206799aaf4a3 +SIZE (azure_mgmt_servicefabricmanagedclusters-2.1.0b5.tar.gz) = 142126 diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/files/patch-pyproject.toml b/devel/py-azure-mgmt-servicefabricmanagedclusters/files/patch-pyproject.toml new file mode 100644 index 000000000000..305db6a6a40f --- /dev/null +++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-11-26 18:05:43 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 Servicefabricmanagedclu + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Servicefabricmanagedclusters Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python", diff --git a/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr b/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr index ddf7e183f6e0..b735fb34a1d3 100644 --- a/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr +++ b/devel/py-azure-mgmt-servicefabricmanagedclusters/pkg-descr @@ -1,5 +1,3 @@ -This is the Microsoft Azure Servicefabricmanagedclusters 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 Service Fabric Managed Clusters 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. diff --git a/devel/py-azure-mgmt-servicelinker/Makefile b/devel/py-azure-mgmt-servicelinker/Makefile index f420bc005622..42bbcfed1477 100644 --- a/devel/py-azure-mgmt-servicelinker/Makefile +++ b/devel/py-azure-mgmt-servicelinker/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-servicelinker -DISTVERSION= 1.2.0b1 -PORTREVISION= 1 +DISTVERSION= 1.2.0b3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_servicelinker-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Servicelinker Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-servicelinker/ +COMMENT= Microsoft Azure Service Linker 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/servicelinker/azure-mgmt-servicelinker \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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 diff --git a/devel/py-azure-mgmt-servicelinker/distinfo b/devel/py-azure-mgmt-servicelinker/distinfo index 39bd026b3db1..0946d1f43d42 100644 --- a/devel/py-azure-mgmt-servicelinker/distinfo +++ b/devel/py-azure-mgmt-servicelinker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674605947 -SHA256 (azure-mgmt-servicelinker-1.2.0b1.zip) = 44ad50e75434c001b9e682ab166bfae7fd8050a97e811769dbbb7f11cb8c38d9 -SIZE (azure-mgmt-servicelinker-1.2.0b1.zip) = 99906 +TIMESTAMP = 1765295304 +SHA256 (azure_mgmt_servicelinker-1.2.0b3.tar.gz) = c51c111fb76c59e58fceccfecfd119f8c83e4d64fdca77a46b62d81ec6a3ea29 +SIZE (azure_mgmt_servicelinker-1.2.0b3.tar.gz) = 73179 diff --git a/devel/py-azure-mgmt-servicelinker/pkg-descr b/devel/py-azure-mgmt-servicelinker/pkg-descr index 127ccf26d48f..d54a1a447a2b 100644 --- a/devel/py-azure-mgmt-servicelinker/pkg-descr +++ b/devel/py-azure-mgmt-servicelinker/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Servicelinker 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 Service Linker Management Client Library. This +package has been tested with Python 3.8+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-signalr/Makefile b/devel/py-azure-mgmt-signalr/Makefile index 52ab7bbef41c..18200b2673a0 100644 --- a/devel/py-azure-mgmt-signalr/Makefile +++ b/devel/py-azure-mgmt-signalr/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-signalr -DISTVERSION= 2.0.0b1 -PORTREVISION= 1 +DISTVERSION= 2.0.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure SignalR Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-signalr/ +COMMENT= Microsoft Azure SignalR Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/signalr/azure-mgmt-signalr \ + 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} \ +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.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} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-signalr/distinfo b/devel/py-azure-mgmt-signalr/distinfo index 155dd67b2c47..b275ae9f0f75 100644 --- a/devel/py-azure-mgmt-signalr/distinfo +++ b/devel/py-azure-mgmt-signalr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703610531 -SHA256 (azure-mgmt-signalr-2.0.0b1.tar.gz) = a0ad9c78112843b800786ea6c9efb1f073f3414f5b50d44f549b515b618be318 -SIZE (azure-mgmt-signalr-2.0.0b1.tar.gz) = 81723 +TIMESTAMP = 1765295466 +SHA256 (azure-mgmt-signalr-2.0.0b2.tar.gz) = d393d457ca2e00aabfc611b1544588cc3a29d1aed60d35799865520b8b2ff4fe +SIZE (azure-mgmt-signalr-2.0.0b2.tar.gz) = 82864 diff --git a/devel/py-azure-mgmt-signalr/pkg-descr b/devel/py-azure-mgmt-signalr/pkg-descr index 58fe4043d2cc..e643ef6ffce2 100644 --- a/devel/py-azure-mgmt-signalr/pkg-descr +++ b/devel/py-azure-mgmt-signalr/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure SignalR 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 SignalR Client Library. This package has been tested +with Python 3.7+. For a more complete view of Azure libraries, see the azure sdk +python release. diff --git a/devel/py-azure-mgmt-sql/Makefile b/devel/py-azure-mgmt-sql/Makefile index c7ed1969ab21..0c35667dc7a0 100644 --- a/devel/py-azure-mgmt-sql/Makefile +++ b/devel/py-azure-mgmt-sql/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-sql -DISTVERSION= 4.0.0b13 -PORTREVISION= 1 +DISTVERSION= 4.0.0b24 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_sql-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure SQL Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-sql/ +COMMENT= Microsoft Azure Sql 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/sql/azure-mgmt-sql \ + 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>=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= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-sql/distinfo b/devel/py-azure-mgmt-sql/distinfo index 11562e5d8730..e57f6fd58b0d 100644 --- a/devel/py-azure-mgmt-sql/distinfo +++ b/devel/py-azure-mgmt-sql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703610464 -SHA256 (azure-mgmt-sql-4.0.0b13.tar.gz) = 27a4b1015d5c82529be388731dfe7e9b59746e97ea79cc291b7a707640b3defb -SIZE (azure-mgmt-sql-4.0.0b13.tar.gz) = 618913 +TIMESTAMP = 1765295605 +SHA256 (azure_mgmt_sql-4.0.0b24.tar.gz) = 983103dff7ac376d787231ff61840542cf4013d018bb4215e9e2f4771944aae4 +SIZE (azure_mgmt_sql-4.0.0b24.tar.gz) = 596047 diff --git a/devel/py-azure-mgmt-sql/files/patch-pyproject.toml b/devel/py-azure-mgmt-sql/files/patch-pyproject.toml new file mode 100644 index 000000000000..818de076468d --- /dev/null +++ b/devel/py-azure-mgmt-sql/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-09 07:59: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 Sql Management Client L + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Sql Management Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python", diff --git a/devel/py-azure-mgmt-sql/pkg-descr b/devel/py-azure-mgmt-sql/pkg-descr index e775df7490ba..df9329f71d34 100644 --- a/devel/py-azure-mgmt-sql/pkg-descr +++ b/devel/py-azure-mgmt-sql/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure SQL 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 SQL 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. diff --git a/devel/py-azure-mgmt-sqlvirtualmachine/Makefile b/devel/py-azure-mgmt-sqlvirtualmachine/Makefile index 74348a6c2047..0a161c16d047 100644 --- a/devel/py-azure-mgmt-sqlvirtualmachine/Makefile +++ b/devel/py-azure-mgmt-sqlvirtualmachine/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-sqlvirtualmachine -DISTVERSION= 1.0.0b5 -PORTREVISION= 1 +DISTVERSION= 1.0.0b6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure SQL Virtual Machine Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-sqlvirtualmachine/ +COMMENT= Microsoft Azure Sql Virtual Machine 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/sql/azure-mgmt-sqlvirtualmachine \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${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} +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.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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-sqlvirtualmachine/distinfo b/devel/py-azure-mgmt-sqlvirtualmachine/distinfo index c0f3757f62c7..0c113f0a0223 100644 --- a/devel/py-azure-mgmt-sqlvirtualmachine/distinfo +++ b/devel/py-azure-mgmt-sqlvirtualmachine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679792782 -SHA256 (azure-mgmt-sqlvirtualmachine-1.0.0b5.zip) = 6458097e58329d14b1a3e07e56ca38797d4985e5a50d08df27d426ba95f2a4c7 -SIZE (azure-mgmt-sqlvirtualmachine-1.0.0b5.zip) = 107987 +TIMESTAMP = 1765295864 +SHA256 (azure-mgmt-sqlvirtualmachine-1.0.0b6.zip) = 7457061782e3e368b51bbe9f79f7d2bcf1eccf96aaead3cf522076d0c7082b0d +SIZE (azure-mgmt-sqlvirtualmachine-1.0.0b6.zip) = 108509 diff --git a/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr b/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr index d56a34de6f52..3eafadaadf5f 100644 --- a/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr +++ b/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure SQL Virtual Machine 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 Sql Virtual Machine Management Client Library. This +package has been tested with Python 3.7+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-storage/Makefile b/devel/py-azure-mgmt-storage/Makefile index e9222d06b803..9c6d133db5bf 100644 --- a/devel/py-azure-mgmt-storage/Makefile +++ b/devel/py-azure-mgmt-storage/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-storage -PORTVERSION= 21.1.0 -PORTREVISION= 1 +PORTVERSION= 24.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_storage-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Storage Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-storage/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-mgmt-storage \ + 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>=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= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-storage/distinfo b/devel/py-azure-mgmt-storage/distinfo index a6ad0f0faa89..3fb0f8c9e7c0 100644 --- a/devel/py-azure-mgmt-storage/distinfo +++ b/devel/py-azure-mgmt-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703609392 -SHA256 (azure-mgmt-storage-21.1.0.tar.gz) = d6d3c0e917c988bc9ed0472477d3ef3f90886009eb1d97a711944f8375630162 -SIZE (azure-mgmt-storage-21.1.0.tar.gz) = 1808445 +TIMESTAMP = 1765296327 +SHA256 (azure_mgmt_storage-24.0.0.tar.gz) = b1ae225ef87ada85f29c02e406140ab5895285ca64de2bcfe50b631c4818a337 +SIZE (azure_mgmt_storage-24.0.0.tar.gz) = 212908 diff --git a/devel/py-azure-mgmt-storage/files/patch-pyproject.toml b/devel/py-azure-mgmt-storage/files/patch-pyproject.toml new file mode 100644 index 000000000000..5be29a0a2192 --- /dev/null +++ b/devel/py-azure-mgmt-storage/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-10-23 02:43:09 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 Storage Management Clie + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Storage 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-storage/pkg-descr b/devel/py-azure-mgmt-storage/pkg-descr index 36b201a21538..f4b63f77e695 100644 --- a/devel/py-azure-mgmt-storage/pkg-descr +++ b/devel/py-azure-mgmt-storage/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Storage 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 Storage 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. diff --git a/devel/py-azure-mgmt-synapse/Makefile b/devel/py-azure-mgmt-synapse/Makefile index 9186b080d053..1aa62c09c992 100644 --- a/devel/py-azure-mgmt-synapse/Makefile +++ b/devel/py-azure-mgmt-synapse/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-synapse -DISTVERSION= 2.1.0b5 -PORTREVISION= 1 +DISTVERSION= 2.1.0b7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Synapse Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-synapse/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-mgmt-synapse \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-synapse/distinfo b/devel/py-azure-mgmt-synapse/distinfo index 14000ab742e0..3b45961b5878 100644 --- a/devel/py-azure-mgmt-synapse/distinfo +++ b/devel/py-azure-mgmt-synapse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667700770 -SHA256 (azure-mgmt-synapse-2.1.0b5.zip) = e44e987f51a03723558ddf927850db843c67380e9f3801baa288f1b423f89be9 -SIZE (azure-mgmt-synapse-2.1.0b5.zip) = 561836 +TIMESTAMP = 1765296585 +SHA256 (azure-mgmt-synapse-2.1.0b7.zip) = f5d88154f594a1f11ad4b272b5a0ce53614a07b9c50e96b25a09a7ab7971e9d6 +SIZE (azure-mgmt-synapse-2.1.0b7.zip) = 632421 diff --git a/devel/py-azure-mgmt-synapse/pkg-descr b/devel/py-azure-mgmt-synapse/pkg-descr index 67584891ab1f..1633048d624b 100644 --- a/devel/py-azure-mgmt-synapse/pkg-descr +++ b/devel/py-azure-mgmt-synapse/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Synapse 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 Synapse Management Client Library. This package has +been tested with Python 3.7+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-mgmt-trafficmanager/Makefile b/devel/py-azure-mgmt-trafficmanager/Makefile index b9f17b787a3a..767a92ebbed2 100644 --- a/devel/py-azure-mgmt-trafficmanager/Makefile +++ b/devel/py-azure-mgmt-trafficmanager/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-mgmt-trafficmanager -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Traffic Manager Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-trafficmanager/ +COMMENT= Microsoft Azure Traffic Manager 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/trafficmanager/azure-mgmt-trafficmanager \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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.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} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-trafficmanager/distinfo b/devel/py-azure-mgmt-trafficmanager/distinfo index 7437021a2168..11147a6e0348 100644 --- a/devel/py-azure-mgmt-trafficmanager/distinfo +++ b/devel/py-azure-mgmt-trafficmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1644760794 -SHA256 (azure-mgmt-trafficmanager-1.0.0.zip) = 4741761e80346c4edd4cb3f271368ea98063f804d015e245c2fe048ed2b596a8 -SIZE (azure-mgmt-trafficmanager-1.0.0.zip) = 61344 +TIMESTAMP = 1765296733 +SHA256 (azure-mgmt-trafficmanager-1.1.0.zip) = 35bf1902bf1589d626e35971e5aaa009e884094672b479b798cd1bb8d4f2fdf9 +SIZE (azure-mgmt-trafficmanager-1.1.0.zip) = 86805 diff --git a/devel/py-azure-mgmt-trafficmanager/pkg-descr b/devel/py-azure-mgmt-trafficmanager/pkg-descr index e3ce10886806..c7a45a180801 100644 --- a/devel/py-azure-mgmt-trafficmanager/pkg-descr +++ b/devel/py-azure-mgmt-trafficmanager/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Traffic Manager 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 Traffic Manager Management Client Library. This +package has been tested with Python 3.7+. For a more complete view of Azure +libraries, see the azure sdk python release. diff --git a/devel/py-azure-mgmt-web/Makefile b/devel/py-azure-mgmt-web/Makefile index a61d2021b645..d1f0e2e34f49 100644 --- a/devel/py-azure-mgmt-web/Makefile +++ b/devel/py-azure-mgmt-web/Makefile @@ -1,22 +1,27 @@ PORTNAME= azure-mgmt-web -PORTVERSION= 7.0.0 -PORTREVISION= 1 +PORTVERSION= 10.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_web-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Web Apps Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-web/ +COMMENT= Microsoft Azure Web 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/appservice/azure-mgmt-web \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.1<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} +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= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-mgmt-web/distinfo b/devel/py-azure-mgmt-web/distinfo index 9f228216dce0..4cc5209f387a 100644 --- a/devel/py-azure-mgmt-web/distinfo +++ b/devel/py-azure-mgmt-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659804197 -SHA256 (azure-mgmt-web-7.0.0.zip) = 5afc8d81f8a5884b7aa9ac2acbc2def1e89f871bac324a196dfe987326354810 -SIZE (azure-mgmt-web-7.0.0.zip) = 4260048 +TIMESTAMP = 1765296938 +SHA256 (azure_mgmt_web-10.1.0.tar.gz) = 26d3594bbe1b30589b72922c35855bc5b74c151f0224147a60d1a75234859226 +SIZE (azure_mgmt_web-10.1.0.tar.gz) = 573655 diff --git a/devel/py-azure-mgmt-web/files/patch-pyproject.toml b/devel/py-azure-mgmt-web/files/patch-pyproject.toml new file mode 100644 index 000000000000..e6cb6c0ded14 --- /dev/null +++ b/devel/py-azure-mgmt-web/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-11-17 08:31:48 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 Web Management Client L + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Azure Web 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-web/pkg-descr b/devel/py-azure-mgmt-web/pkg-descr index 40488bb77326..c013d21b379a 100644 --- a/devel/py-azure-mgmt-web/pkg-descr +++ b/devel/py-azure-mgmt-web/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Web Apps 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 Web Apps 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. diff --git a/devel/py-azure-multiapi-storage/Makefile b/devel/py-azure-multiapi-storage/Makefile index ac7d81dc3a65..d22730e8233c 100644 --- a/devel/py-azure-multiapi-storage/Makefile +++ b/devel/py-azure-multiapi-storage/Makefile @@ -1,24 +1,27 @@ PORTNAME= azure-multiapi-storage -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_multiapi_storage-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Storage Client Library with multi API version support -WWW= https://pypi.org/project/azure-multiapi-storage/ +COMMENT= Microsoft Azure Storage Client Library for Python with multi API version support +WWW= https://github.com/Azure/azure-multiapi-storage-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>=0:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.10.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.18:net-mgmt/py-msrest@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.18:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent cryptography distutils +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/devel/py-azure-multiapi-storage/distinfo b/devel/py-azure-multiapi-storage/distinfo index bb1fb1445ca8..626f61d88db7 100644 --- a/devel/py-azure-multiapi-storage/distinfo +++ b/devel/py-azure-multiapi-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689983204 -SHA256 (azure-multiapi-storage-1.2.0.tar.gz) = 090ba85877a1d04322b5346cbe27e8b6b4f0a5677f43d2d6583ee3676c3dafc2 -SIZE (azure-multiapi-storage-1.2.0.tar.gz) = 2199570 +TIMESTAMP = 1764529545 +SHA256 (azure_multiapi_storage-1.6.0.tar.gz) = 8942e3f4edbeddd23cda19acee796076fbcd1a40e46f9aa1110ffda314e31c55 +SIZE (azure_multiapi_storage-1.6.0.tar.gz) = 1149268 diff --git a/devel/py-azure-multiapi-storage/pkg-descr b/devel/py-azure-multiapi-storage/pkg-descr index f306f2884707..80aafb20edae 100644 --- a/devel/py-azure-multiapi-storage/pkg-descr +++ b/devel/py-azure-multiapi-storage/pkg-descr @@ -1,5 +1,7 @@ -Microsoft Azure Storage Client Library for Python with multi API version -support. - Handles multi-API versions of Azure Storage Data Plane originally from https://github.com/Azure/azure-storage-python. + +Note: +- This is not an official Azure Storage SDK. +- It is used by https://github.com/Azure/azure-cli to support multiple API + versions. diff --git a/devel/py-azure-storage-common/Makefile b/devel/py-azure-storage-common/Makefile index b7db00a94797..4bb37ecc29bd 100644 --- a/devel/py-azure-storage-common/Makefile +++ b/devel/py-azure-storage-common/Makefile @@ -7,16 +7,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Storage Common Client Library for Python -WWW= https://pypi.org/project/azure-storage-common/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +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.5:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent cryptography distutils +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/devel/py-azure-storage-common/pkg-descr b/devel/py-azure-storage-common/pkg-descr index c43107dbdd9c..d7c227cd40f8 100644 --- a/devel/py-azure-storage-common/pkg-descr +++ b/devel/py-azure-storage-common/pkg-descr @@ -1,4 +1,3 @@ -Microsoft Azure Storage Common Client Library for Python - This project provides a client library in Python that makes it easy to consume -Microsoft Azure Storage services. +Microsoft Azure Storage services. For documentation please see the Microsoft +Azure Python Developer Center and our API Reference. diff --git a/devel/py-azure-storage-file-datalake/Makefile b/devel/py-azure-storage-file-datalake/Makefile new file mode 100644 index 000000000000..4a7a90c27791 --- /dev/null +++ b/devel/py-azure-storage-file-datalake/Makefile @@ -0,0 +1,29 @@ +PORTNAME= azure-storage-file-datalake +PORTVERSION= 12.23.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_storage_file_datalake-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure File DataLake Storage Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-datalake \ + 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-core>=1.30.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=12.28.0:devel/py-azure-storage-blob@${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 +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include diff --git a/devel/py-azure-storage-file-datalake/distinfo b/devel/py-azure-storage-file-datalake/distinfo new file mode 100644 index 000000000000..d7e218280dd4 --- /dev/null +++ b/devel/py-azure-storage-file-datalake/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1768288512 +SHA256 (azure_storage_file_datalake-12.23.0.tar.gz) = 94ce1a209e726bce3a54266822901fa190d2029c89b52be6f5e78d7e5fb1092f +SIZE (azure_storage_file_datalake-12.23.0.tar.gz) = 300460 diff --git a/devel/py-azure-storage-file-datalake/pkg-descr b/devel/py-azure-storage-file-datalake/pkg-descr new file mode 100644 index 000000000000..6f3f7bcc2589 --- /dev/null +++ b/devel/py-azure-storage-file-datalake/pkg-descr @@ -0,0 +1,7 @@ +This preview package for Python includes ADLS Gen2 specific API support made +available in Storage SDK. This includes: +- New directory level operations (Create, Rename, Delete) for hierarchical + namespace enabled (HNS) storage account. For HNS enabled accounts, the + rename/move operations are atomic. +- Permission related operations (Get/Set ACLs) for hierarchical namespace + enabled (HNS) accounts. diff --git a/devel/py-azure-synapse-accesscontrol/Makefile b/devel/py-azure-synapse-accesscontrol/Makefile index 413623a1f44a..ed3481164b5b 100644 --- a/devel/py-azure-synapse-accesscontrol/Makefile +++ b/devel/py-azure-synapse-accesscontrol/Makefile @@ -1,22 +1,25 @@ PORTNAME= azure-synapse-accesscontrol -DISTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Synapse AccessControl Client Library for Python -WWW= https://pypi.org/project/azure-synapse-accesscontrol/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-accesscontrol \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-synapse-accesscontrol/distinfo b/devel/py-azure-synapse-accesscontrol/distinfo index b677146321fc..ab240826b53d 100644 --- a/devel/py-azure-synapse-accesscontrol/distinfo +++ b/devel/py-azure-synapse-accesscontrol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618674432 -SHA256 (azure-synapse-accesscontrol-0.5.0.zip) = 835e324a2072a8f824246447f049c84493bd43a1f6bac4b914e78c090894bb04 -SIZE (azure-synapse-accesscontrol-0.5.0.zip) = 37505 +TIMESTAMP = 1764493870 +SHA256 (azure-synapse-accesscontrol-0.7.0.zip) = 565aa26336d560c028775e8ae50d0691aa7089e96170e78342371b773da3137c +SIZE (azure-synapse-accesscontrol-0.7.0.zip) = 39151 diff --git a/devel/py-azure-synapse-accesscontrol/pkg-descr b/devel/py-azure-synapse-accesscontrol/pkg-descr index bc74f8ac9148..7a1a95485b03 100644 --- a/devel/py-azure-synapse-accesscontrol/pkg-descr +++ b/devel/py-azure-synapse-accesscontrol/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Synapse AccessControl Client Library. - -Azure Synapse is a limitless analytics service that brings together enterprise -data warehousing and Big Data analytics. +This is the Microsoft Azure Synapse AccessControl Client Library. This package +has been tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10. For a more complete +view of Azure libraries, see the azure sdk python release. diff --git a/devel/py-azure-synapse-artifacts/Makefile b/devel/py-azure-synapse-artifacts/Makefile index 5b23f63438da..ddfd72423f47 100644 --- a/devel/py-azure-synapse-artifacts/Makefile +++ b/devel/py-azure-synapse-artifacts/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-synapse-artifacts -DISTVERSION= 0.17.0 -PORTREVISION= 1 +PORTVERSION= 0.21.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_synapse_artifacts-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Synapse Artifacts Client Library for Python -WWW= https://pypi.org/project/azure-synapse-artifacts/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-artifacts \ + 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: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} + ${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 diff --git a/devel/py-azure-synapse-artifacts/distinfo b/devel/py-azure-synapse-artifacts/distinfo index 72b80db5d31e..065131fe6f27 100644 --- a/devel/py-azure-synapse-artifacts/distinfo +++ b/devel/py-azure-synapse-artifacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696201836 -SHA256 (azure-synapse-artifacts-0.17.0.zip) = e7c93c17f694041349c060623d9a23912cc45d9dca77ab84c2bd1c65b15a33d9 -SIZE (azure-synapse-artifacts-0.17.0.zip) = 511057 +TIMESTAMP = 1764494079 +SHA256 (azure_synapse_artifacts-0.21.0.tar.gz) = d7e37516cf8569e03c604d921e3407d7140cf7523b67b67f757caf999e3c8ee7 +SIZE (azure_synapse_artifacts-0.21.0.tar.gz) = 460511 diff --git a/devel/py-azure-synapse-artifacts/pkg-descr b/devel/py-azure-synapse-artifacts/pkg-descr index 6f84eb837e06..fc61358166d5 100644 --- a/devel/py-azure-synapse-artifacts/pkg-descr +++ b/devel/py-azure-synapse-artifacts/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Synapse Artifacts Client Library. - -Azure Synapse is a limitless analytics service that brings together enterprise -data warehousing and Big Data analytics. +This is the Microsoft Azure Synapse Artifacts Client Library. This package has +been tested with Python 3.8+. For a more complete view of Azure libraries, see +the azure sdk python release. diff --git a/devel/py-azure-synapse-managedprivateendpoints/Makefile b/devel/py-azure-synapse-managedprivateendpoints/Makefile index b94dce8a7a30..99d841f06328 100644 --- a/devel/py-azure-synapse-managedprivateendpoints/Makefile +++ b/devel/py-azure-synapse-managedprivateendpoints/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-synapse-managedprivateendpoints -DISTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Synapse Managed Private Endpoints Client Library for Python -WWW= https://pypi.org/project/azure-synapse-managedprivateendpoints/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-managedprivateendpoints \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-synapse-managedprivateendpoints/pkg-descr b/devel/py-azure-synapse-managedprivateendpoints/pkg-descr index bf7fb36f1c99..1ee506fd472c 100644 --- a/devel/py-azure-synapse-managedprivateendpoints/pkg-descr +++ b/devel/py-azure-synapse-managedprivateendpoints/pkg-descr @@ -1,4 +1,3 @@ This is the Microsoft Azure Synapse Managed Private Endpoints Client Library. - -Azure Synapse is a limitless analytics service that brings together enterprise -data warehousing and Big Data analytics. +This package has been tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10. For a more +complete view of Azure libraries, see the azure sdk python release. diff --git a/devel/py-azure-synapse-spark/Makefile b/devel/py-azure-synapse-spark/Makefile index f977cfb0171b..81870cd9498f 100644 --- a/devel/py-azure-synapse-spark/Makefile +++ b/devel/py-azure-synapse-spark/Makefile @@ -1,22 +1,25 @@ PORTNAME= azure-synapse-spark -DISTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Synapse Spark Client Library for Python -WWW= https://pypi.org/project/azure-synapse-spark/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-spark \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} +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-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-azure-synapse-spark/distinfo b/devel/py-azure-synapse-spark/distinfo index 89aba9c88589..9f968af84dd4 100644 --- a/devel/py-azure-synapse-spark/distinfo +++ b/devel/py-azure-synapse-spark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598912128 -SHA256 (azure-synapse-spark-0.2.0.zip) = 390e5bae1c1e108aed37688fe08e4d69c742f6ddd852218856186a4acdc532e2 -SIZE (azure-synapse-spark-0.2.0.zip) = 36015 +TIMESTAMP = 1764493596 +SHA256 (azure-synapse-spark-0.7.0.zip) = 86fa29463a24b7c37025ff21509b70e36b4dace28e5d92001bc920488350acd5 +SIZE (azure-synapse-spark-0.7.0.zip) = 38755 diff --git a/devel/py-azure-synapse-spark/pkg-descr b/devel/py-azure-synapse-spark/pkg-descr index 15a3836a221b..f9e112aa8c28 100644 --- a/devel/py-azure-synapse-spark/pkg-descr +++ b/devel/py-azure-synapse-spark/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Synapse Spark Client Library. - -Azure Synapse is a limitless analytics service that brings together enterprise -data warehousing and Big Data analytics. +This is the Microsoft Azure Synapse Spark Client Library. This package has been +tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10. For a more complete view of +Azure libraries, see the azure sdk python release. diff --git a/devel/py-knack/Makefile b/devel/py-knack/Makefile index 2f731f5cbe31..123a23670d64 100644 --- a/devel/py-knack/Makefile +++ b/devel/py-knack/Makefile @@ -1,25 +1,27 @@ PORTNAME= knack -DISTVERSION= 0.11.0 -PORTREVISION= 2 +PORTVERSION= 0.13.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Command line interface framework -WWW= https://github.com/Microsoft/knack +COMMENT= Command-Line Interface framework +WWW= https://github.com/microsoft/knack LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jmespath>0:devel/py-jmespath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jmespath>=0:devel/py-jmespath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils concurrent +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-knack/distinfo b/devel/py-knack/distinfo index 6c39fd5a428e..ae0d701f2177 100644 --- a/devel/py-knack/distinfo +++ b/devel/py-knack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696201709 -SHA256 (knack-0.11.0.tar.gz) = eb6568001e9110b1b320941431c51033d104cc98cda2254a5c2b09ba569fd494 -SIZE (knack-0.11.0.tar.gz) = 72308 +TIMESTAMP = 1761386756 +SHA256 (knack-0.13.0.tar.gz) = dda35b4ff4c576b2501a18f0ec2f2fe0a3a5f9cce8265d4066d311e5ed4b5bc6 +SIZE (knack-0.13.0.tar.gz) = 72509 diff --git a/devel/py-knack/pkg-descr b/devel/py-knack/pkg-descr index 7e310e3e042a..b8402f07b70c 100644 --- a/devel/py-knack/pkg-descr +++ b/devel/py-knack/pkg-descr @@ -1,22 +1,21 @@ -Knack is a Python command line parsing framework. Knack is built around the -following patterns: - - Be consistent with POSIX tools. - - CLI success comes from ease and predictability of use so be consistent. - - Support Piping and output direction to chain commands together. - - Work with GREP, AWK, JQ and other common tools and commands. - - Support productivity features like tab completion and parameter value - completion. - - Commands should follow a "[noun] [noun] [verb]" pattern. - - For nouns that only support a single verb, the command should be named as a - single hyphenated verb-noun pair. - - Commands should support all output types (be consistent). - - Exceptions are okay if only a 'raw' format makes sense e.g. XML. - - Commands and arguments should have descriptions. - - Include examples for the less straightforward commands. - - Commands should return an object or dictionary, not strings/bools/etc.; - logging.info("Upload of myfile.txt successful") NOT return - "Upload successful". - - Log to ERROR or WARNING for user messages; don't use print() function (by - default it goes to STDOUT). - - STDOUT vs. STDERR: STDOUT is used for actual command output. Everything - else to STDERR (e.g. log/status/error messages). +Knack provides a Command-Line Interface framework. + +CLI Patterns: +- Be consistent with POSIX tools. +- CLI success comes from ease and predictability of use so be consistent. +- Support Piping and output direction to chain commands together. +- Work with GREP, AWK, JQ and other common tools and commands. +- Support productivity features like tab completion and parameter value + completion. +- Commands should follow a "[noun] [noun] [verb]" pattern. +- For nouns that only support a single verb, the command should be named as a + single hyphenated verb-noun pair. +- Commands should support all output types (be consistent). +- Exceptions are okay if only a 'raw' format makes sense e.g. XML. +- Commands and arguments should have descriptions. +- Include examples for the less straightforward commands. +- Commands should return an object or dictionary, not strings/bools/etc. +- Log to ERROR or WARNING for user messages; don't use print() function (by + default it goes to STDOUT). +- STDOUT vs. STDERR: STDOUT is used for actual command output. Everything else + to STDERR (e.g. log/status/error messages). diff --git a/devel/py-msal-extensions/Makefile b/devel/py-msal-extensions/Makefile index b9af6e723e7d..2e9213efc051 100644 --- a/devel/py-msal-extensions/Makefile +++ b/devel/py-msal-extensions/Makefile @@ -1,22 +1,30 @@ PORTNAME= msal-extensions -DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= msal_extensions-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Authentication Extensions for Python -WWW= https://pypi.org/project/msal-extensions/ +COMMENT= Microsoft Authentication Library extensions (MSAL EX) +WWW= https://github.com/AzureAD/microsoft-authentication-extensions-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msal>=0.4.1<2.0.0:devel/py-msal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}portalocker>=1.0<3:devel/py-portalocker@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msal>=1.29<2:devel/py-msal@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= PORTALOCKER +OPTIONS_DEFAULT=PORTALOCKER +PORTALOCKER_DESC= File locking via portalocker + +PORTALOCKER_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}portalocker>=1.4<4:devel/py-portalocker@${PY_FLAVOR} + .include diff --git a/devel/py-msal-extensions/distinfo b/devel/py-msal-extensions/distinfo index c4d9137cf06d..00db6652259f 100644 --- a/devel/py-msal-extensions/distinfo +++ b/devel/py-msal-extensions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651412013 -SHA256 (msal-extensions-1.0.0.tar.gz) = c676aba56b0cce3783de1b5c5ecfe828db998167875126ca4b47dc6436451354 -SIZE (msal-extensions-1.0.0.tar.gz) = 18763 +TIMESTAMP = 1759557833 +SHA256 (msal_extensions-1.3.1.tar.gz) = c5b0fd10f65ef62b5f1d62f4251d51cbcaf003fcedae8c91b040a488614be1a4 +SIZE (msal_extensions-1.3.1.tar.gz) = 23315 diff --git a/devel/py-msal-extensions/pkg-descr b/devel/py-msal-extensions/pkg-descr index cf80ca0eaca1..759004dc5b1c 100644 --- a/devel/py-msal-extensions/pkg-descr +++ b/devel/py-msal-extensions/pkg-descr @@ -1,10 +1,10 @@ The Microsoft Authentication Extensions for Python offers secure mechanisms for client applications to perform cross-platform token cache serialization and -persistence. It gives additional support to the Microsoft Authentication -Library for Python (MSAL). +persistence. It gives additional support to the Microsoft Authentication Library +for Python (MSAL). MSAL Python supports an in-memory cache by default and provides the SerializableTokenCache to perform cache serialization. You can read more about this in the MSAL Python documentation. Developers are required to implement -their own cache persistance across multiple platforms and Microsoft +their own cache persistence across multiple platforms and Microsoft Authentication Extensions makes this simpler. diff --git a/devel/py-msal/Makefile b/devel/py-msal/Makefile index 4162c8d03152..4ebc0654fe27 100644 --- a/devel/py-msal/Makefile +++ b/devel/py-msal/Makefile @@ -1,22 +1,25 @@ PORTNAME= msal -DISTVERSION= 1.24.0b2 -PORTREVISION= 1 +PORTVERSION= 1.35.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Authentication Library (MSAL) for Python -WWW= https://github.com/AzureAD/microsoft-authentication-library-for-python +COMMENT= Microsoft Authentication Library (MSAL) for Python library +WWW= https://msal-python.readthedocs.io/en/latest/ \ + https://learn.microsoft.com/en-us/entra/msal/python/ \ + https://github.com/AzureAD/microsoft-authentication-library-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR} -# cryptography>=0.6<44 USES= python -USE_PYTHON= autoplist cryptography distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-msal/distinfo b/devel/py-msal/distinfo index 62ce901f4b43..0de90bb84cfc 100644 --- a/devel/py-msal/distinfo +++ b/devel/py-msal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696201421 -SHA256 (msal-1.24.0b2.tar.gz) = a0e6e3f1b099ed29a39e167e83a069ab84d9a7712627f72950030b56791b7cbc -SIZE (msal-1.24.0b2.tar.gz) = 115185 +TIMESTAMP = 1772026975 +SHA256 (msal-1.35.0.tar.gz) = 76ab7513dbdac88d76abdc6a50110f082b7ed3ff1080aca938c53fc88bc75b51 +SIZE (msal-1.35.0.tar.gz) = 164057 diff --git a/devel/py-msal/pkg-descr b/devel/py-msal/pkg-descr index cb4e1d2d860b..dc8d5d90c459 100644 --- a/devel/py-msal/pkg-descr +++ b/devel/py-msal/pkg-descr @@ -1,6 +1,7 @@ The Microsoft Authentication Library for Python enables applications to integrate with the Microsoft identity platform. It allows you to sign in users -or apps with Microsoft identities (Azure AD, Microsoft Accounts and Azure AD -B2C accounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph -or your own APIs registered with the Microsoft identity platform. It is built -using industry standard OAuth2 and OpenID Connect protocols. +or apps with Microsoft identities (Microsoft Entra ID, External identities, +Microsoft Accounts and Azure AD B2C accounts) and obtain tokens to call +Microsoft APIs such as Microsoft Graph or your own APIs registered with the +Microsoft identity platform. It is built using industry standard OAuth2 and +OpenID Connect protocols. diff --git a/devel/py-portalocker/Makefile b/devel/py-portalocker/Makefile index a73134473649..f3d5c2c019f4 100644 --- a/devel/py-portalocker/Makefile +++ b/devel/py-portalocker/Makefile @@ -1,19 +1,24 @@ PORTNAME= portalocker -PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTVERSION= 2.10.1 CATEGORIES= devel python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/wolph/portalocker/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python library that provides an easy API to file locking -WWW= https://pypi.org/project/portalocker/ +COMMENT= Wrap the portalocker recipe for easy usage +WWW= https://portalocker.readthedocs.io/en/latest/ \ + https://github.com/wolph/portalocker -LICENSE= PSFL +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-portalocker/distinfo b/devel/py-portalocker/distinfo index dd61e18d82a9..4bbe90bd1bc2 100644 --- a/devel/py-portalocker/distinfo +++ b/devel/py-portalocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643115584 -SHA256 (portalocker-2.3.2.tar.gz) = 75cfe02f702737f1726d83e04eedfa0bda2cc5b974b1ceafb8d6b42377efbd5f -SIZE (portalocker-2.3.2.tar.gz) = 20380 +TIMESTAMP = 1761438389 +SHA256 (portalocker-2.10.1.tar.gz) = ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f +SIZE (portalocker-2.10.1.tar.gz) = 40891 diff --git a/devel/py-portalocker/pkg-descr b/devel/py-portalocker/pkg-descr index 5f597baa4a63..8ee2227613d1 100644 --- a/devel/py-portalocker/pkg-descr +++ b/devel/py-portalocker/pkg-descr @@ -1,9 +1,9 @@ Portalocker is a library to provide an easy API to file locking. An important detail to note is that on Linux and Unix systems the locks are -advisory by default. By specifying the -o mand option to the mount command it -is possible to enable mandatory file locking on Linux. This is generally not +advisory by default. By specifying the -o mand option to the mount command it is +possible to enable mandatory file locking on Linux. This is generally not recommended however. For more information about the subject: - https://en.wikipedia.org/wiki/File_locking - http://stackoverflow.com/questions/39292051/portalocker-does-not-seem-to-lock - https://stackoverflow.com/questions/12062466/mandatory-file-lock-on-linux +- https://en.wikipedia.org/wiki/File_locking +- http://stackoverflow.com/questions/39292051/portalocker-does-not-seem-to-lock +- https://stackoverflow.com/questions/12062466/mandatory-file-lock-on-linux diff --git a/net-mgmt/py-msrestazure/Makefile b/net-mgmt/py-msrestazure/Makefile index ab80fbabecb8..91169ea44b39 100644 --- a/net-mgmt/py-msrestazure/Makefile +++ b/net-mgmt/py-msrestazure/Makefile @@ -1,22 +1,26 @@ PORTNAME= msrestazure -DISTVERSION= 0.6.4 -PORTREVISION= 1 +PORTVERSION= 0.6.4 +DISTVERSIONSUFFIX= .post1 +PORTREVISION= 2 CATEGORIES= net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Azure-specific AutoRest swagger generator Python client runtime +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= AutoRest swagger generator Python client runtime. Azure-specific module WWW= https://github.com/Azure/msrestazure-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.0<2.0.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}adal>=0.6.0<2.0.0:net-mgmt/py-adal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adal>=0.6.0<2.0.0:net-mgmt/py-adal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.0<2.0.0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net-mgmt/py-msrestazure/distinfo b/net-mgmt/py-msrestazure/distinfo index 7fe156706eaa..293baa982b8a 100644 --- a/net-mgmt/py-msrestazure/distinfo +++ b/net-mgmt/py-msrestazure/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643115330 -SHA256 (msrestazure-0.6.4.tar.gz) = a06f0dabc9a6f5efe3b6add4bd8fb623aeadacf816b7a35b0f89107e0544d189 -SIZE (msrestazure-0.6.4.tar.gz) = 47724 +TIMESTAMP = 1764528532 +SHA256 (msrestazure-0.6.4.post1.tar.gz) = 39842007569e8c77885ace5c46e4bf2a9108fcb09b1e6efdf85b6e2c642b55d4 +SIZE (msrestazure-0.6.4.post1.tar.gz) = 47728 diff --git a/net-mgmt/py-msrestazure/pkg-descr b/net-mgmt/py-msrestazure/pkg-descr index e598954b63cb..c9a0e853adbd 100644 --- a/net-mgmt/py-msrestazure/pkg-descr +++ b/net-mgmt/py-msrestazure/pkg-descr @@ -1 +1,3 @@ -AutoRest swagger generator Python client runtime. Azure-specific module. +This package is deprecated and no longer receives updates +- The authentication part of this package has been moved to azure-identity +- The other parts of this library are covered by azure-mgmt-core diff --git a/sysutils/py-azure-cli-acr/Makefile b/sysutils/py-azure-cli-acr/Makefile index a977b5b33010..63755b0f50f8 100644 --- a/sysutils/py-azure-cli-acr/Makefile +++ b/sysutils/py-azure-cli-acr/Makefile @@ -7,17 +7,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Command-Line Tools ACR Command Module -WWW= https://pypi.org/project/azure-cli-acr/ +WWW= https://github.com/Azure/azure-cli/tree/dev/src/azure-cli/azure/cli/command_modules/acr \ + https://github.com/Azure/azure-cli LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.3.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ +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-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerregistry>=2.8.0:devel/py-azure-mgmt-containerregistry@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=1.3.1:devel/py-azure-storage-blob@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=3.3.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=1.3.1:devel/py-azure-storage-blob@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/sysutils/py-azure-cli-acr/pkg-descr b/sysutils/py-azure-cli-acr/pkg-descr index cbc8a363e9ab..a43a1a5fdbe5 100644 --- a/sysutils/py-azure-cli-acr/pkg-descr +++ b/sysutils/py-azure-cli-acr/pkg-descr @@ -1,6 +1,6 @@ Microsoft Azure CLI 'acr' Command Module The Azure CLI is a command-line tool providing a great experience for managing -Azure resources. The CLI is designed to make scripting easy, query data, -support long-running operations, and more. Try it today and find out what the -CLI has to offer! +Azure resources. The CLI is designed to make scripting easy, query data, support +long-running operations, and more. Try it today and find out what the CLI has to +offer! diff --git a/sysutils/py-azure-cli-core/Makefile b/sysutils/py-azure-cli-core/Makefile index 4a952aac84aa..664b02fa3b76 100644 --- a/sysutils/py-azure-cli-core/Makefile +++ b/sysutils/py-azure-cli-core/Makefile @@ -1,37 +1,41 @@ PORTNAME= azure-cli-core -PORTVERSION= 2.55.0 -PORTREVISION= 5 +PORTVERSION= 2.83.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_cli_core-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Command-Line Tools Core Module -WWW= https://pypi.org/project/azure-cli-core/ +WWW= https://learn.microsoft.com/en-us/cli/azure/?view=azure-cli-latest \ + https://github.com/Azure/azure-cli/tree/dev/src/azure-cli-core \ + https://github.com/Azure/azure-cli LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=3.1.1:devel/py-argcomplete@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=3.5.2:devel/py-argcomplete@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-telemetry>=1.1.0:sysutils/py-azure-cli-telemetry@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}humanfriendly>=10.0:textproc/py-humanfriendly@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-core>=1.38.0<1.39:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}humanfriendly>=10.0<11:textproc/py-humanfriendly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}knack>=0.11.0:devel/py-knack@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msal>=1.24.0.b2:devel/py-msal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msal-extensions>=1.0.0:devel/py-msal-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}paramiko>=2.0.8<4.0.0:security/py-paramiko@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.1.0:www/py-pyjwt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyopenssl>=17.1.0,1:security/py-pyopenssl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.22:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0.30.0:devel/py-wheel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}microsoft-security-utilities-secret-masker>=1.0.0b4<1.1:devel/py-microsoft-security-utilities-secret-masker@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msal>=1.35.0:devel/py-msal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msal-extensions>=1.2.0:devel/py-msal-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkginfo>=1.5.0.1:sysutils/py-pkginfo@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.9:sysutils/py-psutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.6.4:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}py-deviceid>=0:devel/py-py-deviceid@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.1.0:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyopenssl>=17.1.0,1:security/py-pyopenssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent cryptography distutils +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/sysutils/py-azure-cli-core/distinfo b/sysutils/py-azure-cli-core/distinfo index 6d0ef3214b6f..bf5ce62541d1 100644 --- a/sysutils/py-azure-cli-core/distinfo +++ b/sysutils/py-azure-cli-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703611242 -SHA256 (azure-cli-core-2.55.0.tar.gz) = 46ee5af06f8cfe565ed28b0415ebe69d75350c62b29c909eee2870550a0805c2 -SIZE (azure-cli-core-2.55.0.tar.gz) = 214563 +TIMESTAMP = 1772026562 +SHA256 (azure_cli_core-2.83.0.tar.gz) = ac59ae4307a961891587d746984a3349b7afe9759ed8267e1cdd614aeeeabbf9 +SIZE (azure_cli_core-2.83.0.tar.gz) = 231971 diff --git a/sysutils/py-azure-cli-core/files/patch-setup.py b/sysutils/py-azure-cli-core/files/patch-setup.py new file mode 100644 index 000000000000..970f0e3ad6c1 --- /dev/null +++ b/sysutils/py-azure-cli-core/files/patch-setup.py @@ -0,0 +1,29 @@ +--- setup.py.orig 2025-11-11 12:32:43 UTC ++++ setup.py +@@ -43,20 +43,20 @@ DEPENDENCIES = [ + ] + + DEPENDENCIES = [ +- 'argcomplete~=3.5.2', +- 'azure-cli-telemetry==1.1.0.*', +- 'azure-core~=1.38.0', ++ 'argcomplete>=3.5.2', ++ 'azure-cli-telemetry>=1.1.0', ++ 'azure-core>=1.38.0', + 'azure-mgmt-core>=1.2.0,<2', + 'cryptography', + # On Linux, the distribution (Ubuntu, Debian, etc) and version are logged in telemetry + 'distro; sys_platform == "linux"', + 'humanfriendly~=10.0', + 'jmespath', +- 'knack~=0.11.0', ++ 'knack>=0.11.0', + 'microsoft-security-utilities-secret-masker~=1.0.0b4', +- 'msal-extensions==1.2.0', ++ 'msal-extensions>=1.2.0', + 'msal[broker]==1.35.0b1; sys_platform == "win32"', +- 'msal==1.35.0b1; sys_platform != "win32"', ++ 'msal>=1.35.0b1; sys_platform != "win32"', + 'packaging>=20.9', + 'pkginfo>=1.5.0.1', + # psutil can't install on cygwin: https://github.com/Azure/azure-cli/issues/9399 diff --git a/sysutils/py-azure-cli-core/pkg-descr b/sysutils/py-azure-cli-core/pkg-descr index 8ac46ce769b8..3b2388baa6fc 100644 --- a/sysutils/py-azure-cli-core/pkg-descr +++ b/sysutils/py-azure-cli-core/pkg-descr @@ -1,4 +1,6 @@ -The Azure CLI is a command-line tool providing a great experience for managing -Azure resources. The CLI is designed to make scripting easy, query data, -support long-running operations, and more. Try it today and find out what the -CLI has to offer! +Azure CLI is a cross-platform tool that simplifies managing Azure resources from +the command line. Optimized for automation and ease of use, it supports +interactive sessions and scripting with straightforward commands that integrate +seamlessly with the Azure Resource Manager model. You can start using it in your +browser with Azure Cloud Shell or install it locally to use from your preferred +terminal. diff --git a/sysutils/py-azure-cli-telemetry/Makefile b/sysutils/py-azure-cli-telemetry/Makefile index 31ca8263fda2..84888f08c880 100644 --- a/sysutils/py-azure-cli-telemetry/Makefile +++ b/sysutils/py-azure-cli-telemetry/Makefile @@ -1,21 +1,25 @@ PORTNAME= azure-cli-telemetry PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure CLI Telemetry Package -WWW= https://pypi.org/project/azure-cli-telemetry/ +WWW= https://github.com/Azure/azure-cli/tree/dev/src/azure-cli-telemetry \ + https://github.com/Azure/azure-cli LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}applicationinsights>=0.11.1<0.12:devel/py-applicationinsights@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}portalocker>=1.6<3:devel/py-portalocker@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/sysutils/py-azure-cli-telemetry/pkg-descr b/sysutils/py-azure-cli-telemetry/pkg-descr index 8ac8a1df8c55..b93659c8c4a9 100644 --- a/sysutils/py-azure-cli-telemetry/pkg-descr +++ b/sysutils/py-azure-cli-telemetry/pkg-descr @@ -2,5 +2,5 @@ This is the Microsoft Azure CLI Telemetry package. It is not intended to be installed directly by the end user. This package includes: - 1. Support API for Azure CLI to gather telemetry. - 2. Telemetry upload process. +- Support API for Azure CLI to gather telemetry. +- Telemetry upload process. diff --git a/sysutils/py-azure-cli/Makefile b/sysutils/py-azure-cli/Makefile index 5c44d67a6b67..6958b0282565 100644 --- a/sysutils/py-azure-cli/Makefile +++ b/sysutils/py-azure-cli/Makefile @@ -1,125 +1,134 @@ PORTNAME= azure-cli -PORTVERSION= 2.55.0 -PORTREVISION= 6 +PORTVERSION= 2.83.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_cli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Command-Line Tools -WWW= https://docs.microsoft.com/en-us/cli/azure/?view=azure-cli-latest +WWW= https://learn.microsoft.com/en-us/cli/azure/?view=azure-cli-latest \ + https://github.com/Azure/azure-cli/tree/dev/src/azure-cli \ + https://github.com/Azure/azure-cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= bash:shells/bash \ - ${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=4.9:devel/py-antlr4-python3-runtime@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-appconfiguration>=1.1.1:devel/py-azure-appconfiguration@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-batch>=14.0.0:devel/py-azure-batch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=4.13.1,1:devel/py-antlr4-python3-runtime@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-ai-projects>=1.0.0:devel/py-azure-ai-projects@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-appconfiguration>=1.7.2:devel/py-azure-appconfiguration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-batch>=15.0.0.b1:devel/py-azure-batch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=${PORTVERSION}:sysutils/py-azure-cli-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-cosmos>=3.0.2:devel/py-azure-cosmos@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-datalake-store>=0.0.49:devel/py-azure-datalake-store@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-graphrbac>=0.60.0:devel/py-azure-graphrbac@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-keyvault-administration>=4.4.0.b2:devel/py-azure-keyvault-administration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-data-tables>=12.4.0:devel/py-azure-data-tables@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-datalake-store>=1.0.1<1.1:devel/py-azure-datalake-store@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-administration>=4.4.0:devel/py-azure-keyvault-administration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-keyvault-certificates>=4.7.0:security/py-azure-keyvault-certificates@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-keyvault-keys>=4.9.0.b3:security/py-azure-keyvault-keys@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-keys>=4.11.0:security/py-azure-keyvault-keys@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-keyvault-secrets>=4.7.0:security/py-azure-keyvault-secrets@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-loganalytics>=0.1.1:devel/py-azure-loganalytics@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-keyvault-securitydomain>=1.0.0.b1:devel/py-azure-keyvault-securitydomain@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-advisor>=9.0.0:devel/py-azure-mgmt-advisor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-apimanagement>=4.0.0:devel/py-azure-mgmt-apimanagement@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-applicationinsights>=1.0.0:devel/py-azure-mgmt-applicationinsights@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-appconfiguration>=3.0.0:devel/py-azure-mgmt-appconfiguration@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-appconfiguration>=5.0.0:devel/py-azure-mgmt-appconfiguration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-appcontainers>=2.0.0:devel/py-azure-mgmt-appcontainers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=4.0.0:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-batch>=17.0.0:devel/py-azure-mgmt-batch@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-applicationinsights>=1.0.0:devel/py-azure-mgmt-applicationinsights@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-authorization>=5.0.0.b1:devel/py-azure-mgmt-authorization@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-batch>=17.3.0:devel/py-azure-mgmt-batch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-batchai>=7.0.0.b1:devel/py-azure-mgmt-batchai@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-billing>=6.0.0:devel/py-azure-mgmt-billing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-botservice>=2.0.0.b3:devel/py-azure-mgmt-botservice@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cdn>=12.0.0:devel/py-azure-mgmt-cdn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cognitiveservices>=13.5.0:devel/py-azure-mgmt-cognitiveservices@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=30.3.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerinstance>=10.1.0:devel/py-azure-mgmt-containerinstance@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerregistry>=10.1.0:devel/py-azure-mgmt-containerregistry@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerservice>=28.0.0:devel/py-azure-mgmt-containerservice@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cosmosdb>=9.3.0:devel/py-azure-mgmt-cosmosdb@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-databoxedge>=1.0.0:devel/py-azure-mgmt-databoxedge@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-store>=0.5.0:devel/py-azure-mgmt-datalake-store@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cognitiveservices>=14.1.0:devel/py-azure-mgmt-cognitiveservices@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-compute>=34.1.0:devel/py-azure-mgmt-compute@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerinstance>=10.2.0.b1:devel/py-azure-mgmt-containerinstance@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerregistry>=14.1.0.b1:devel/py-azure-mgmt-containerregistry@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-containerservice>=40.2.0:devel/py-azure-mgmt-containerservice@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-cosmosdb>=9.9.0,1:devel/py-azure-mgmt-cosmosdb@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datalake-store>=1.1.0.b1:devel/py-azure-mgmt-datalake-store@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-datamigration>=10.0.0:devel/py-azure-mgmt-datamigration@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-devtestlabs>=4.0:devel/py-azure-mgmt-devtestlabs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-dns>=8.0.0:devel/py-azure-mgmt-dns@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventgrid>=10.2.0.b2:devel/py-azure-mgmt-eventgrid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventhub>=10.1.0:devel/py-azure-mgmt-eventhub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-eventhub>=12.0.0.b1:devel/py-azure-mgmt-eventhub@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-extendedlocation>=1.0.0.b2:devel/py-azure-mgmt-extendedlocation@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-hdinsight>=9.0.0:devel/py-azure-mgmt-hdinsight@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-imagebuilder>=1.2.0:devel/py-azure-mgmt-imagebuilder@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-hdinsight>=9.1.0.b2:devel/py-azure-mgmt-hdinsight@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-imagebuilder>=1.3.0:devel/py-azure-mgmt-imagebuilder@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iotcentral>=10.0.0.b1:devel/py-azure-mgmt-iotcentral@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothub>=3.0.0:devel/py-azure-mgmt-iothub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothub>=5.0.0.b1:devel/py-azure-mgmt-iothub@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-iothubprovisioningservices>=1.1.0:devel/py-azure-mgmt-iothubprovisioningservices@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>=10.3.0:devel/py-azure-mgmt-keyvault@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-kusto>=0.3.0:devel/py-azure-mgmt-kusto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-keyvault>=13.0.0:devel/py-azure-mgmt-keyvault@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-loganalytics>=13.0.0.b4:devel/py-azure-mgmt-loganalytics@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-managedservices>=1.0:devel/py-azure-mgmt-managedservices@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-managementgroups>=1.0.0:devel/py-azure-mgmt-managementgroups@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-maps>=2.0.0:devel/py-azure-mgmt-maps@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-marketplaceordering>=1.1.0:devel/py-azure-mgmt-marketplaceordering@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-media>=9.0:devel/py-azure-mgmt-media@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-monitor>=5.0.0:devel/py-azure-mgmt-monitor@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-msi>=7.0.0:devel/py-azure-mgmt-msi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-monitor>=7.0.0.b1:devel/py-azure-mgmt-monitor@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-msi>=7.1.0:devel/py-azure-mgmt-msi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-mysqlflexibleservers>=1.1.0.b2:devel/py-azure-mgmt-mysqlflexibleservers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-netapp>=10.1.0:devel/py-azure-mgmt-netapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-policyinsights>=1.1.0.b4:devel/py-azure-mgmt-policyinsights@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-postgresqlflexibleservers>=2.0.0:devel/py-azure-mgmt-postgresqlflexibleservers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-privatedns>=1.0.0:devel/py-azure-mgmt-privatedns@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-rdbms>=10.2.0.b12:devel/py-azure-mgmt-rdbms@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservices>=2.5.0:devel/py-azure-mgmt-recoveryservices@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservicesbackup>=7.0.0:devel/py-azure-mgmt-recoveryservicesbackup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redhatopenshift>=1.4.0:devel/py-azure-mgmt-redhatopenshift@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redis>=14.1.0:devel/py-azure-mgmt-redis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource>=23.1.0.b2:devel/py-azure-mgmt-resource@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-search>=9.0.0:devel/py-azure-mgmt-search@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-security>=5.0.0:devel/py-azure-mgmt-security@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicebus>=8.2.0:devel/py-azure-mgmt-servicebus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabric>=1.0.0:devel/py-azure-mgmt-servicefabric@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabricmanagedclusters>=1.0.0:devel/py-azure-mgmt-servicefabricmanagedclusters@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicelinker>=1.2.0.b1:devel/py-azure-mgmt-servicelinker@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-signalr>=2.0.0.b1:devel/py-azure-mgmt-signalr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sql>=4.0.0.b13:devel/py-azure-mgmt-sql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-rdbms>=10.2.0.b17:devel/py-azure-mgmt-rdbms@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservices>=4.0.0:devel/py-azure-mgmt-recoveryservices@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-recoveryservicesbackup>=9.2.0:devel/py-azure-mgmt-recoveryservicesbackup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redhatopenshift>=1.5.0:devel/py-azure-mgmt-redhatopenshift@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-redis>=14.5.0:devel/py-azure-mgmt-redis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource>=23.3.0:devel/py-azure-mgmt-resource@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource-deployments>=1.0.0.b1:devel/py-azure-mgmt-resource-deployments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource-deploymentscripts>=1.0.0.b1:devel/py-azure-mgmt-resource-deploymentscripts@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource-deploymentstacks>=1.0.0.b1:devel/py-azure-mgmt-resource-deploymentstacks@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource-templatespecs>=1.0.0.b1:devel/py-azure-mgmt-resource-templatespecs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-search>=9.0:devel/py-azure-mgmt-search@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-security>=6.0.0:devel/py-azure-mgmt-security@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicebus>=10.0.0.b1:devel/py-azure-mgmt-servicebus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabric>=2.1.0:devel/py-azure-mgmt-servicefabric@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicefabricmanagedclusters>=2.1.0.b1:devel/py-azure-mgmt-servicefabricmanagedclusters@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-servicelinker>=1.2.0.b3:devel/py-azure-mgmt-servicelinker@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-signalr>=2.0.0.b2:devel/py-azure-mgmt-signalr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sql>=4.0.0.b22:devel/py-azure-mgmt-sql@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-sqlvirtualmachine>=1.0.0.b5:devel/py-azure-mgmt-sqlvirtualmachine@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=21.1.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-trafficmanager>=1.0.0:devel/py-azure-mgmt-trafficmanager@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-web>=7.0.0:devel/py-azure-mgmt-web@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-storage>=24.0.0:devel/py-azure-mgmt-storage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-synapse>=2.1.0.b5:devel/py-azure-mgmt-synapse@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-multiapi-storage>=1.2.0:devel/py-azure-multiapi-storage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-trafficmanager>=1.0.0:devel/py-azure-mgmt-trafficmanager@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-web>=9.0.0:devel/py-azure-mgmt-web@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-monitor-query>=1.2.0:devel/py-azure-monitor-query@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=12.28.0:devel/py-azure-storage-blob@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-storage-common>=1.4:devel/py-azure-storage-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-file-datalake>=12.23.0:devel/py-azure-storage-file-datalake@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-file-share>=12.24.0:devel/py-azure-storage-file-share@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-storage-queue>=12.15.0:devel/py-azure-storage-queue@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-synapse-accesscontrol>=0.5.0:devel/py-azure-synapse-accesscontrol@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-synapse-artifacts>=0.17.0:devel/py-azure-synapse-artifacts@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-synapse-artifacts>=0.21.0:devel/py-azure-synapse-artifacts@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-synapse-managedprivateendpoints>=0.4.0:devel/py-azure-synapse-managedprivateendpoints@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-synapse-spark>=0.2.0:devel/py-azure-synapse-spark@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-synapse-spark>=0.7.0:devel/py-azure-synapse-spark@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}chardet>=5.2.0,1:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.4:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fabric>=2.4:devel/py-fabric@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}paramiko>=2.0.8:security/py-paramiko@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.4:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyopenssl>=17.1.0,1:security/py-pyopenssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fabric>=3.2.2,1:devel/py-fabric@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}javaproperties>=0.5.1:devel/py-javaproperties@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsondiff>=2.0.0:devel/py-jsondiff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycomposefile>=0.0.30:devel/py-pycomposefile@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}paramiko>=2.0.8<4.0.0:security/py-paramiko@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycomposefile>=0.0.34:devel/py-pycomposefile@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PyGithub>=1.38:devel/py-PyGithub@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pynacl>=1.5.0<1.7:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scp>=0.13.2:security/py-scp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semver>=3.0:devel/py-semver@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sshtunnel>=0.1.4:net/py-sshtunnel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=1.18:net/py-urllib3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}websocket-client>=0.56.0:www/py-websocket-client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12:devel/py-xmltodict@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}javaproperties>=0.5.1:devel/py-javaproperties@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsondiff>=2.0.0:devel/py-jsondiff@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}semver>=2.13.0:devel/py-semver@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PyGithub>=1.55:devel/py-PyGithub@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=0,1:net/py-urllib3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}websocket-client>=1.3.1:www/py-websocket-client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12:devel/py-xmltodict@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent cryptography distutils +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes -PLIST_FILES= ${PYTHON_SITELIBDIR}/azure/cli/__main__.py - post-patch: - @${REINPLACE_CMD} -e "s#python#${PYTHON_CMD}#g" ${WRKSRC}/az + @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' ${WRKSRC}/az .include diff --git a/sysutils/py-azure-cli/distinfo b/sysutils/py-azure-cli/distinfo index 3db5b34b9ba1..b7b19b352ed4 100644 --- a/sysutils/py-azure-cli/distinfo +++ b/sysutils/py-azure-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703611806 -SHA256 (azure-cli-2.55.0.tar.gz) = bc53adcd78d717b552d729bac846e4a55e40da063fdbc19c510844e91333b447 -SIZE (azure-cli-2.55.0.tar.gz) = 9530409 +TIMESTAMP = 1772019818 +SHA256 (azure_cli-2.83.0.tar.gz) = 414b6ad51c849487c4b29040dd3c22acaeb65178d75586e0e0a7582b8284dc88 +SIZE (azure_cli-2.83.0.tar.gz) = 9022859 diff --git a/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py b/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py index 98babdabb542..d284e99f2815 100644 --- a/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py +++ b/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py @@ -1,15 +1,15 @@ ---- azure/cli/command_modules/storage/azcopy/util.py.orig 2023-11-29 03:41:09 UTC +--- azure/cli/command_modules/storage/azcopy/util.py.orig 2025-11-11 12:32:49 UTC +++ azure/cli/command_modules/storage/azcopy/util.py -@@ -70,6 +70,8 @@ class AzCopy: - file_url = base_url.format('linux', 'amd64', AZCOPY_VERSION, 'tar.gz') - elif self.system == 'Darwin': +@@ -74,6 +74,8 @@ class AzCopy: file_url = base_url.format('darwin', 'amd64', AZCOPY_VERSION, 'zip') + if _verify_url(file_url) is None: + file_url = _verify_url('https://aka.ms/InstallAzCopyForCLIDarwin') + elif self.system == 'FreeBSD': + raise CLIError('Azcopy ({}) binary not available, follow instructions at https://wiki.freebsd.org/Ports/sysutils/py-azure-cli'.format(self.system)) else: raise CLIError('Azcopy ({}) does not exist.'.format(self.system)) try: -@@ -206,7 +208,7 @@ def _get_default_install_location(): +@@ -216,7 +218,7 @@ def _get_default_install_location(): _azcopy_installation_dir = os.path.join(_config_dir, "bin") if system == 'Windows': install_location = os.path.join(_azcopy_installation_dir, 'azcopy.exe') diff --git a/sysutils/py-azure-cli/pkg-descr b/sysutils/py-azure-cli/pkg-descr index 16250bc85004..3b2388baa6fc 100644 --- a/sysutils/py-azure-cli/pkg-descr +++ b/sysutils/py-azure-cli/pkg-descr @@ -1,6 +1,6 @@ -The Azure CLI is a command-line tool providing a great experience for managing -Azure resources. The CLI is designed to make scripting easy, query data, -support long-running operations, and more. Try it today and find out what the -CLI has to offer! - -See also: https://pypi.org/project/azure-cli/ +Azure CLI is a cross-platform tool that simplifies managing Azure resources from +the command line. Optimized for automation and ease of use, it supports +interactive sessions and scripting with straightforward commands that integrate +seamlessly with the Azure Resource Manager model. You can start using it in your +browser with Azure Cloud Shell or install it locally to use from your preferred +terminal. diff --git a/www/py-azure-common/Makefile b/www/py-azure-common/Makefile index 31f7748931d4..04fc0564f7e6 100644 --- a/www/py-azure-common/Makefile +++ b/www/py-azure-common/Makefile @@ -1,18 +1,23 @@ PORTNAME= azure-common -PORTVERSION= 1.1.27 -PORTREVISION= 1 +PORTVERSION= 1.1.28 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure common code -WWW= https://pypi.org/project/azure-common/ +COMMENT= Microsoft Azure Client Library for Python (Common) +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-common \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-azure-common/distinfo b/www/py-azure-common/distinfo index a44753958ef3..91884ff97a10 100644 --- a/www/py-azure-common/distinfo +++ b/www/py-azure-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642469750 -SHA256 (azure-common-1.1.27.zip) = 9f3f5d991023acbd93050cf53c4e863c6973ded7e236c69e99c8ff5c7bad41ef -SIZE (azure-common-1.1.27.zip) = 18739 +TIMESTAMP = 1761334155 +SHA256 (azure-common-1.1.28.zip) = 4ac0cd3214e36b6a1b6a442686722a5d8cc449603aa833f3f0f40bda836704a3 +SIZE (azure-common-1.1.28.zip) = 20914 diff --git a/www/py-azure-common/pkg-descr b/www/py-azure-common/pkg-descr index 0d76b120a08d..2117d664a8d9 100644 --- a/www/py-azure-common/pkg-descr +++ b/www/py-azure-common/pkg-descr @@ -1,2 +1,3 @@ -Microsoft Azure Storage SDK for Python provides shared code by the Azure -packages. +This is the Microsoft Azure common code. + +This package provides shared code by the Azure packages.