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,23 +1,28 @@ 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 .include 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.