diff --git a/devel/py-azure-mgmt-signalr/Makefile b/devel/py-azure-mgmt-signalr/Makefile index 52ab7bbef41c..18200b2673a0 100644 --- a/devel/py-azure-mgmt-signalr/Makefile +++ b/devel/py-azure-mgmt-signalr/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-mgmt-signalr -DISTVERSION= 2.0.0b1 -PORTREVISION= 1 +DISTVERSION= 2.0.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure SignalR Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-signalr/ +COMMENT= Microsoft Azure SignalR Client Library for Python +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/signalr/azure-mgmt-signalr \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${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<2: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} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-mgmt-signalr/distinfo b/devel/py-azure-mgmt-signalr/distinfo index 155dd67b2c47..b275ae9f0f75 100644 --- a/devel/py-azure-mgmt-signalr/distinfo +++ b/devel/py-azure-mgmt-signalr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703610531 -SHA256 (azure-mgmt-signalr-2.0.0b1.tar.gz) = a0ad9c78112843b800786ea6c9efb1f073f3414f5b50d44f549b515b618be318 -SIZE (azure-mgmt-signalr-2.0.0b1.tar.gz) = 81723 +TIMESTAMP = 1765295466 +SHA256 (azure-mgmt-signalr-2.0.0b2.tar.gz) = d393d457ca2e00aabfc611b1544588cc3a29d1aed60d35799865520b8b2ff4fe +SIZE (azure-mgmt-signalr-2.0.0b2.tar.gz) = 82864 diff --git a/devel/py-azure-mgmt-signalr/pkg-descr b/devel/py-azure-mgmt-signalr/pkg-descr index 58fe4043d2cc..e643ef6ffce2 100644 --- a/devel/py-azure-mgmt-signalr/pkg-descr +++ b/devel/py-azure-mgmt-signalr/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure SignalR 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 SignalR Client Library. This package has been tested +with Python 3.7+. For a more complete view of Azure libraries, see the azure sdk +python release.