diff --git a/devel/py-azure-mgmt-iotcentral/Makefile b/devel/py-azure-mgmt-iotcentral/Makefile index 3ed6f32ddadd..0fd2302b7486 100644 --- a/devel/py-azure-mgmt-iotcentral/Makefile +++ b/devel/py-azure-mgmt-iotcentral/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-mgmt-iotcentral -DISTVERSION= 10.0.0b1 -PORTREVISION= 1 +DISTVERSION= 10.0.0b2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure IoTCentral Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-iotcentral/ +COMMENT= Microsoft Azure Iotcentral 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/iothub/azure-mgmt-iotcentral \ + 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<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}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} -USES= azurepy python zip -USE_PYTHON= autoplist concurrent distutils +USES= python zip +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-mgmt-iotcentral/distinfo b/devel/py-azure-mgmt-iotcentral/distinfo index 169f96b7b8cb..a125662b44e3 100644 --- a/devel/py-azure-mgmt-iotcentral/distinfo +++ b/devel/py-azure-mgmt-iotcentral/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655516660 -SHA256 (azure-mgmt-iotcentral-10.0.0b1.zip) = d42899b935d88486fbe1e1906542471f3a2f60d9e755ddd876ed540b2d81bb4d -SIZE (azure-mgmt-iotcentral-10.0.0b1.zip) = 60196 +TIMESTAMP = 1764609705 +SHA256 (azure-mgmt-iotcentral-10.0.0b2.zip) = 0366753a58884951de5554872453b0b3281a0147fd2dc97cec048a589f08c6e4 +SIZE (azure-mgmt-iotcentral-10.0.0b2.zip) = 66983 diff --git a/devel/py-azure-mgmt-iotcentral/pkg-descr b/devel/py-azure-mgmt-iotcentral/pkg-descr index f60bc296c109..0cb360004855 100644 --- a/devel/py-azure-mgmt-iotcentral/pkg-descr +++ b/devel/py-azure-mgmt-iotcentral/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure IoTCentral 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 Iot Central Management 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.