diff --git a/devel/py-azure-mgmt-deploymentmanager/Makefile b/devel/py-azure-mgmt-deploymentmanager/Makefile index cd4be309cd63..6526d789a5c5 100644 --- a/devel/py-azure-mgmt-deploymentmanager/Makefile +++ b/devel/py-azure-mgmt-deploymentmanager/Makefile @@ -1,23 +1,26 @@ PORTNAME= azure-mgmt-deploymentmanager -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Deployment Manager Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-deploymentmanager/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/deploymentmanager/azure-mgmt-deploymentmanager \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${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.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.21:devel/py-isodate@${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-deploymentmanager/distinfo b/devel/py-azure-mgmt-deploymentmanager/distinfo index 7455b3f361f4..49277c7a56f8 100644 --- a/devel/py-azure-mgmt-deploymentmanager/distinfo +++ b/devel/py-azure-mgmt-deploymentmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581280084 -SHA256 (azure-mgmt-deploymentmanager-0.2.0.zip) = 46e342227993fc9acab1dda42f2eb566b522a8c945ab9d0eea56276b46f6d730 -SIZE (azure-mgmt-deploymentmanager-0.2.0.zip) = 49329 +TIMESTAMP = 1764606119 +SHA256 (azure-mgmt-deploymentmanager-1.0.0.zip) = 9badb768617209149c33e68ca2e59c35b1d3d11427e2969872f2e236e14eee78 +SIZE (azure-mgmt-deploymentmanager-1.0.0.zip) = 80679 diff --git a/devel/py-azure-mgmt-deploymentmanager/pkg-descr b/devel/py-azure-mgmt-deploymentmanager/pkg-descr index 007ea5190ded..5931002f63af 100644 --- a/devel/py-azure-mgmt-deploymentmanager/pkg-descr +++ b/devel/py-azure-mgmt-deploymentmanager/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Deployment Manager 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 Deployment Manager 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.