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