diff --git a/devel/py-azure-mgmt-extendedlocation/Makefile b/devel/py-azure-mgmt-extendedlocation/Makefile index f6cf1bf1640f..a54312e2edd2 100644 --- a/devel/py-azure-mgmt-extendedlocation/Makefile +++ b/devel/py-azure-mgmt-extendedlocation/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-mgmt-extendedlocation -DISTVERSION= 1.0.0b2 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_extendedlocation-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Extendedlocation Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-extendedlocation/ +COMMENT= Microsoft Azure Extended Location 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/extendedlocation/azure-mgmt-extendedlocation \ + 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:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2: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-extendedlocation/distinfo b/devel/py-azure-mgmt-extendedlocation/distinfo index 77d7e9c12b0f..0a23dad2cb7a 100644 --- a/devel/py-azure-mgmt-extendedlocation/distinfo +++ b/devel/py-azure-mgmt-extendedlocation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624101605 -SHA256 (azure-mgmt-extendedlocation-1.0.0b2.zip) = 9a37c7df94fcd4943dee35601255a667c3f93305d5c5942ffd024a34b4b74fc0 -SIZE (azure-mgmt-extendedlocation-1.0.0b2.zip) = 45963 +TIMESTAMP = 1764604830 +SHA256 (azure_mgmt_extendedlocation-2.0.0.tar.gz) = 3b5c1d2f0a21f15e9b176f440206c702a1f77fa4b97df1ca4001f991abcf7cd1 +SIZE (azure_mgmt_extendedlocation-2.0.0.tar.gz) = 45054 diff --git a/devel/py-azure-mgmt-extendedlocation/pkg-descr b/devel/py-azure-mgmt-extendedlocation/pkg-descr index 422ce10ddb37..e268fd064119 100644 --- a/devel/py-azure-mgmt-extendedlocation/pkg-descr +++ b/devel/py-azure-mgmt-extendedlocation/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Extendedlocation 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 Extended Location 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.