diff --git a/devel/py-azure-ai-projects/Makefile b/devel/py-azure-ai-projects/Makefile index 55e8627a6ed2..91038bdcf732 100644 --- a/devel/py-azure-ai-projects/Makefile +++ b/devel/py-azure-ai-projects/Makefile @@ -1,30 +1,31 @@ PORTNAME= azure-ai-projects -PORTVERSION= 1.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= azure_ai_projects-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure AI Projects Client Library for Python WWW= https://azure.github.io/azure-sdk-for-python/ \ https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects \ 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} \ +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-ai-agents>=1.0.0:devel/py-azure-ai-agents@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.30.0:devel/py-azure-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.37.0:devel/py-azure-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-identity>=1.15.0:devel/py-azure-identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-storage-blob>=12.15.0:devel/py-azure-storage-blob@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2:devel/py-typing-extensions@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}openai>=2.8.0:misc/py-openai@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.11:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-ai-projects/distinfo b/devel/py-azure-ai-projects/distinfo index 8b51a57184df..4fc3add65d3b 100644 --- a/devel/py-azure-ai-projects/distinfo +++ b/devel/py-azure-ai-projects/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768283062 -SHA256 (azure_ai_projects-1.0.0.tar.gz) = b5f03024ccf0fd543fbe0f5abcc74e45b15eccc1c71ab87fc71c63061d9fd63c -SIZE (azure_ai_projects-1.0.0.tar.gz) = 130798 +TIMESTAMP = 1776796070 +SHA256 (azure_ai_projects-2.1.0.tar.gz) = f0749fa9a174255aa1a5550fb6078208521518472907a4c6dd552767d9b39caa +SIZE (azure_ai_projects-2.1.0.tar.gz) = 543343 diff --git a/devel/py-azure-ai-projects/files/patch-pyproject.toml b/devel/py-azure-ai-projects/files/patch-pyproject.toml new file mode 100644 index 000000000000..5174c36aa8b0 --- /dev/null +++ b/devel/py-azure-ai-projects/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2026-04-20 16:05:57 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 AI Projects + { name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" }, + ] + description = "Microsoft Corporation Azure AI Projects Client Library for Python" +-license = "MIT" ++license = { text = "MIT" } + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python",