diff --git a/sysutils/py-azure-cli-telemetry/Makefile b/sysutils/py-azure-cli-telemetry/Makefile index 31ca8263fda2..84888f08c880 100644 --- a/sysutils/py-azure-cli-telemetry/Makefile +++ b/sysutils/py-azure-cli-telemetry/Makefile @@ -1,22 +1,26 @@ PORTNAME= azure-cli-telemetry PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure CLI Telemetry Package -WWW= https://pypi.org/project/azure-cli-telemetry/ +WWW= https://github.com/Azure/azure-cli/tree/dev/src/azure-cli-telemetry \ + https://github.com/Azure/azure-cli 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}applicationinsights>=0.11.1<0.12:devel/py-applicationinsights@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}portalocker>=1.6<3:devel/py-portalocker@${PY_FLAVOR} -USES= azurepy python -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/sysutils/py-azure-cli-telemetry/pkg-descr b/sysutils/py-azure-cli-telemetry/pkg-descr index 8ac8a1df8c55..b93659c8c4a9 100644 --- a/sysutils/py-azure-cli-telemetry/pkg-descr +++ b/sysutils/py-azure-cli-telemetry/pkg-descr @@ -1,6 +1,6 @@ This is the Microsoft Azure CLI Telemetry package. It is not intended to be installed directly by the end user. This package includes: - 1. Support API for Azure CLI to gather telemetry. - 2. Telemetry upload process. +- Support API for Azure CLI to gather telemetry. +- Telemetry upload process.