diff --git a/devel/py-azure-mgmt-sqlvirtualmachine/Makefile b/devel/py-azure-mgmt-sqlvirtualmachine/Makefile index 74348a6c2047..0a161c16d047 100644 --- a/devel/py-azure-mgmt-sqlvirtualmachine/Makefile +++ b/devel/py-azure-mgmt-sqlvirtualmachine/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-mgmt-sqlvirtualmachine -DISTVERSION= 1.0.0b5 -PORTREVISION= 1 +DISTVERSION= 1.0.0b6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Microsoft Azure SQL Virtual Machine Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-sqlvirtualmachine/ +COMMENT= Microsoft Azure Sql Virtual Machine 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/sql/azure-mgmt-sqlvirtualmachine \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1: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.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<2:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0: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-sqlvirtualmachine/distinfo b/devel/py-azure-mgmt-sqlvirtualmachine/distinfo index c0f3757f62c7..0c113f0a0223 100644 --- a/devel/py-azure-mgmt-sqlvirtualmachine/distinfo +++ b/devel/py-azure-mgmt-sqlvirtualmachine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679792782 -SHA256 (azure-mgmt-sqlvirtualmachine-1.0.0b5.zip) = 6458097e58329d14b1a3e07e56ca38797d4985e5a50d08df27d426ba95f2a4c7 -SIZE (azure-mgmt-sqlvirtualmachine-1.0.0b5.zip) = 107987 +TIMESTAMP = 1765295864 +SHA256 (azure-mgmt-sqlvirtualmachine-1.0.0b6.zip) = 7457061782e3e368b51bbe9f79f7d2bcf1eccf96aaead3cf522076d0c7082b0d +SIZE (azure-mgmt-sqlvirtualmachine-1.0.0b6.zip) = 108509 diff --git a/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr b/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr index d56a34de6f52..3eafadaadf5f 100644 --- a/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr +++ b/devel/py-azure-mgmt-sqlvirtualmachine/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure SQL Virtual Machine 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 Sql Virtual Machine Management 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.