diff --git a/devel/py-azure-storage-common/Makefile b/devel/py-azure-storage-common/Makefile index b7db00a94797..4bb37ecc29bd 100644 --- a/devel/py-azure-storage-common/Makefile +++ b/devel/py-azure-storage-common/Makefile @@ -1,23 +1,27 @@ PORTNAME= azure-storage-common PORTVERSION= 2.1.0 PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Storage Common Client Library for Python -WWW= https://pypi.org/project/azure-storage-common/ +WWW= https://azure.github.io/azure-sdk-for-python/ \ + https://github.com/Azure/azure-sdk-for-python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +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.5:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent cryptography distutils +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes .include diff --git a/devel/py-azure-storage-common/pkg-descr b/devel/py-azure-storage-common/pkg-descr index c43107dbdd9c..d7c227cd40f8 100644 --- a/devel/py-azure-storage-common/pkg-descr +++ b/devel/py-azure-storage-common/pkg-descr @@ -1,4 +1,3 @@ -Microsoft Azure Storage Common Client Library for Python - This project provides a client library in Python that makes it easy to consume -Microsoft Azure Storage services. +Microsoft Azure Storage services. For documentation please see the Microsoft +Azure Python Developer Center and our API Reference.