diff --git a/devel/py-azure-mgmt-servicelinker/Makefile b/devel/py-azure-mgmt-servicelinker/Makefile index f420bc005622..42bbcfed1477 100644 --- a/devel/py-azure-mgmt-servicelinker/Makefile +++ b/devel/py-azure-mgmt-servicelinker/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-mgmt-servicelinker -DISTVERSION= 1.2.0b1 -PORTREVISION= 1 +DISTVERSION= 1.2.0b3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_servicelinker-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure Servicelinker Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-servicelinker/ +COMMENT= Microsoft Azure Service Linker 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/servicelinker/azure-mgmt-servicelinker \ + 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.3.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-servicelinker/distinfo b/devel/py-azure-mgmt-servicelinker/distinfo index 39bd026b3db1..0946d1f43d42 100644 --- a/devel/py-azure-mgmt-servicelinker/distinfo +++ b/devel/py-azure-mgmt-servicelinker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674605947 -SHA256 (azure-mgmt-servicelinker-1.2.0b1.zip) = 44ad50e75434c001b9e682ab166bfae7fd8050a97e811769dbbb7f11cb8c38d9 -SIZE (azure-mgmt-servicelinker-1.2.0b1.zip) = 99906 +TIMESTAMP = 1765295304 +SHA256 (azure_mgmt_servicelinker-1.2.0b3.tar.gz) = c51c111fb76c59e58fceccfecfd119f8c83e4d64fdca77a46b62d81ec6a3ea29 +SIZE (azure_mgmt_servicelinker-1.2.0b3.tar.gz) = 73179 diff --git a/devel/py-azure-mgmt-servicelinker/pkg-descr b/devel/py-azure-mgmt-servicelinker/pkg-descr index 127ccf26d48f..d54a1a447a2b 100644 --- a/devel/py-azure-mgmt-servicelinker/pkg-descr +++ b/devel/py-azure-mgmt-servicelinker/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Servicelinker 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 Linker 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.