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