diff --git a/devel/py-azure-mgmt-servicebus/Makefile b/devel/py-azure-mgmt-servicebus/Makefile index 15c998917d77..8e74875c344a 100644 --- a/devel/py-azure-mgmt-servicebus/Makefile +++ b/devel/py-azure-mgmt-servicebus/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-mgmt-servicebus -PORTVERSION= 8.2.0 -PORTREVISION= 1 +DISTVERSION= 10.0.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_servicebus-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Service Bus Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-servicebus/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-mgmt-servicebus \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1: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.2<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.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-servicebus/distinfo b/devel/py-azure-mgmt-servicebus/distinfo index 3edd15925004..84e8d78b58b2 100644 --- a/devel/py-azure-mgmt-servicebus/distinfo +++ b/devel/py-azure-mgmt-servicebus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679792839 -SHA256 (azure-mgmt-servicebus-8.2.0.zip) = 8be9208f141d9a789f68db8d219754ff78069fd8f9390e9f7644bb95a3be9ec2 -SIZE (azure-mgmt-servicebus-8.2.0.zip) = 1003735 +TIMESTAMP = 1772028803 +SHA256 (azure_mgmt_servicebus-10.0.0b1.tar.gz) = bbbc6db9c4bc067fb08271f8eda356129d6051c4538977a8f375120f4e63f79c +SIZE (azure_mgmt_servicebus-10.0.0b1.tar.gz) = 105514 diff --git a/devel/py-azure-mgmt-servicebus/pkg-descr b/devel/py-azure-mgmt-servicebus/pkg-descr index e31c607c0de3..c5a476865023 100644 --- a/devel/py-azure-mgmt-servicebus/pkg-descr +++ b/devel/py-azure-mgmt-servicebus/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Service Bus 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 Service Bus 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.