diff --git a/devel/py-azure-mgmt-imagebuilder/Makefile b/devel/py-azure-mgmt-imagebuilder/Makefile index 92f2956c5222..1d595bd958f6 100644 --- a/devel/py-azure-mgmt-imagebuilder/Makefile +++ b/devel/py-azure-mgmt-imagebuilder/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-mgmt-imagebuilder -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Image Builder Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-imagebuilder/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/compute/azure-mgmt-imagebuilder \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<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} -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-imagebuilder/distinfo b/devel/py-azure-mgmt-imagebuilder/distinfo index f9c7c9ad83fb..ce61f1bc57f8 100644 --- a/devel/py-azure-mgmt-imagebuilder/distinfo +++ b/devel/py-azure-mgmt-imagebuilder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688223695 -SHA256 (azure-mgmt-imagebuilder-1.2.0.zip) = 5e6188cf0fb219881d68d199242945465e77d411ac4141fe1c44945c654ae932 -SIZE (azure-mgmt-imagebuilder-1.2.0.zip) = 92424 +TIMESTAMP = 1764609545 +SHA256 (azure-mgmt-imagebuilder-1.4.0.tar.gz) = e6c2d573abef26222fc14491803d4cb01f86fc61292d4cf7c4729eb4bae4891c +SIZE (azure-mgmt-imagebuilder-1.4.0.tar.gz) = 65883 diff --git a/devel/py-azure-mgmt-imagebuilder/pkg-descr b/devel/py-azure-mgmt-imagebuilder/pkg-descr index 02da325f9e63..240c99ce630d 100644 --- a/devel/py-azure-mgmt-imagebuilder/pkg-descr +++ b/devel/py-azure-mgmt-imagebuilder/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Image Builder 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 Image Builder 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.