diff --git a/devel/py-azure-mgmt-datamigration/Makefile b/devel/py-azure-mgmt-datamigration/Makefile index 8ab85c698690..fdb689098e9c 100644 --- a/devel/py-azure-mgmt-datamigration/Makefile +++ b/devel/py-azure-mgmt-datamigration/Makefile @@ -1,23 +1,29 @@ PORTNAME= azure-mgmt-datamigration -PORTVERSION= 10.0.0 -PORTREVISION= 1 +PORTVERSION= 10.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure_mgmt_datamigration-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Data Migration Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-datamigration/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/datamigration/azure-mgmt-datamigration \ + 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-core>=1.2.0<2.0.0:devel/py-azure-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.6.0: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-datamigration/distinfo b/devel/py-azure-mgmt-datamigration/distinfo index 52e12f2891a9..04664e1d6d15 100644 --- a/devel/py-azure-mgmt-datamigration/distinfo +++ b/devel/py-azure-mgmt-datamigration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641080801 -SHA256 (azure-mgmt-datamigration-10.0.0.zip) = 5cee70f97fe3a093c3cb70c2a190c2df936b772e94a09ef7e3deb1ed177c9f32 -SIZE (azure-mgmt-datamigration-10.0.0.zip) = 189864 +TIMESTAMP = 1764606209 +SHA256 (azure_mgmt_datamigration-10.1.0.tar.gz) = c28ef8f162b945a4cb5006404a303741c246f0331249e601d15ea1fdce95c54a +SIZE (azure_mgmt_datamigration-10.1.0.tar.gz) = 199603 diff --git a/devel/py-azure-mgmt-datamigration/pkg-descr b/devel/py-azure-mgmt-datamigration/pkg-descr index 1a67bd8cba2c..c33d9855b072 100644 --- a/devel/py-azure-mgmt-datamigration/pkg-descr +++ b/devel/py-azure-mgmt-datamigration/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Data Migration 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 Data Migration Client Library. This package has been +tested with Python 3.9+. For a more complete view of Azure libraries, see the +azure sdk python release.