diff --git a/devel/py-azure-mgmt-datalake-store/Makefile b/devel/py-azure-mgmt-datalake-store/Makefile index 287a114f89e7..e87f9babf34f 100644 --- a/devel/py-azure-mgmt-datalake-store/Makefile +++ b/devel/py-azure-mgmt-datalake-store/Makefile @@ -1,22 +1,28 @@ PORTNAME= azure-mgmt-datalake-store -PORTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 1.1.0b1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= azure-mgmt-datalake-store-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Data Lake Store Management Client Library for Python -WWW= https://pypi.org/project/azure-mgmt-datalake-store/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/datalake/azure-mgmt-datalake-store \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${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}msrest>=0.7.1:net-mgmt/py-msrest@${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-datalake-store/distinfo b/devel/py-azure-mgmt-datalake-store/distinfo index 421347e8e867..f192150aa14e 100644 --- a/devel/py-azure-mgmt-datalake-store/distinfo +++ b/devel/py-azure-mgmt-datalake-store/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1545684975 -SHA256 (azure-mgmt-datalake-store-0.5.0.zip) = 9376d35495661d19f8acc5604f67b0bc59493b1835bbc480f9a1952f90017a4c -SIZE (azure-mgmt-datalake-store-0.5.0.zip) = 101342 +TIMESTAMP = 1772027862 +SHA256 (azure-mgmt-datalake-store-1.1.0b1.zip) = 5a275768bc1bd918caa0e65df9bae28b74e6fdf3dc9ea7e24aed75ffb499cb64 +SIZE (azure-mgmt-datalake-store-1.1.0b1.zip) = 109334 diff --git a/devel/py-azure-mgmt-datalake-store/pkg-descr b/devel/py-azure-mgmt-datalake-store/pkg-descr index 5959af06536e..471cce40db86 100644 --- a/devel/py-azure-mgmt-datalake-store/pkg-descr +++ b/devel/py-azure-mgmt-datalake-store/pkg-descr @@ -1,4 +1,3 @@ -This is the Microsoft Azure Data Lake Store 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 Data Lake Store 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.