diff --git a/devel/py-azure-mgmt-servicefabric/Makefile b/devel/py-azure-mgmt-servicefabric/Makefile index 786d5f5a8c90..77f39ebb2d95 100644 --- a/devel/py-azure-mgmt-servicefabric/Makefile +++ b/devel/py-azure-mgmt-servicefabric/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-mgmt-servicefabric -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Service Fabric Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-servicefabric/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicefabric/azure-mgmt-servicefabric \ + 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.2.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<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:devel/py-isodate@${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-servicefabric/distinfo b/devel/py-azure-mgmt-servicefabric/distinfo index 694fe171c548..c0aeacd52988 100644 --- a/devel/py-azure-mgmt-servicefabric/distinfo +++ b/devel/py-azure-mgmt-servicefabric/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631470626 -SHA256 (azure-mgmt-servicefabric-1.0.0.zip) = de35e117912832c1a9e93109a8d24cab94f55703a9087b2eb1c5b0655b3b1913 -SIZE (azure-mgmt-servicefabric-1.0.0.zip) = 155871 +TIMESTAMP = 1765295005 +SHA256 (azure-mgmt-servicefabric-2.1.0.tar.gz) = a08433049554436c90844bc8a96820e883699484e6ffc99032fd2571f8c5f7d6 +SIZE (azure-mgmt-servicefabric-2.1.0.tar.gz) = 99310 diff --git a/devel/py-azure-mgmt-servicefabric/pkg-descr b/devel/py-azure-mgmt-servicefabric/pkg-descr index a79e4f57a469..0b2536aa501c 100644 --- a/devel/py-azure-mgmt-servicefabric/pkg-descr +++ b/devel/py-azure-mgmt-servicefabric/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Service Fabric 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 Fabric Management Client Library. This +package has been tested with Python 3.8+. For a more complete view of Azure +libraries, see the azure sdk python release.