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