diff --git a/devel/py-applicationinsights/Makefile b/devel/py-applicationinsights/Makefile index 2cf3d766324d..7e4832c29d33 100644 --- a/devel/py-applicationinsights/Makefile +++ b/devel/py-applicationinsights/Makefile @@ -1,24 +1,24 @@ PORTNAME= applicationinsights PORTVERSION= 0.11.10 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Applications Insights SDK for Python +COMMENT= Application Insights API surface to support Python WWW= https://github.com/microsoft/ApplicationInsights-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} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes .include diff --git a/devel/py-applicationinsights/pkg-descr b/devel/py-applicationinsights/pkg-descr index 0f8105d0018e..7a60365fa01f 100644 --- a/devel/py-applicationinsights/pkg-descr +++ b/devel/py-applicationinsights/pkg-descr @@ -1,4 +1,5 @@ -Application Insights is a service that allows developers to keep their -application available, performing and succeeding. This Python module will allow -you to send telemetry of various kinds (event, trace, exception, etc.) to the -Application Insights service where they can be visualized in the Azure Portal. +This SDK is no longer maintained or supported by Microsoft. Check out the Python +OpenCensus SDK for Azure Monitor’s latest Python investments. Azure Monitor only +provides support when using the supported SDKs. We’re constantly assessing +opportunities to expand our support for other languages, so follow our GitHub +Announcements page to receive the latest SDK news.