diff --git a/devel/py-azure-mgmt-eventhub/Makefile b/devel/py-azure-mgmt-eventhub/Makefile index 1cb3c1a4d3ac..890dabf73637 100644 --- a/devel/py-azure-mgmt-eventhub/Makefile +++ b/devel/py-azure-mgmt-eventhub/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-mgmt-eventhub -PORTVERSION= 10.1.0 -PORTREVISION= 1 +DISTVERSION= 12.0.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_eventhub-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure EventHub Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-eventhub/ +COMMENT= Microsoft Azure Event Hub 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/eventhub/azure-mgmt-eventhub \ + 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>=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.5.0: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-eventhub/distinfo b/devel/py-azure-mgmt-eventhub/distinfo index fc7d4723f502..83ccb3fbd0af 100644 --- a/devel/py-azure-mgmt-eventhub/distinfo +++ b/devel/py-azure-mgmt-eventhub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657996760 -SHA256 (azure-mgmt-eventhub-10.1.0.zip) = 319aa1481930ca9bc479f86811610fb0150589d5980fba805fa79d7010c34920 -SIZE (azure-mgmt-eventhub-10.1.0.zip) = 633273 +TIMESTAMP = 1772028059 +SHA256 (azure_mgmt_eventhub-12.0.0b1.tar.gz) = e7bdf166c32de7aef5a626953f536ca4f1c6115f16795354c8c3f38f1da1fe10 +SIZE (azure_mgmt_eventhub-12.0.0b1.tar.gz) = 108028 diff --git a/devel/py-azure-mgmt-eventhub/pkg-descr b/devel/py-azure-mgmt-eventhub/pkg-descr index 14ca5c439ebf..1d0f2d57cc23 100644 --- a/devel/py-azure-mgmt-eventhub/pkg-descr +++ b/devel/py-azure-mgmt-eventhub/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure EventHub 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 Hub 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.