1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Update to 0.11.9

- Update WWW
- Take maintainership

Changes:	https://github.com/microsoft/ApplicationInsights-Python/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-04 17:54:24 +00:00
parent 7044acbe2e
commit ca2027b55b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525194
3 changed files with 10 additions and 11 deletions

View File

@ -1,19 +1,19 @@
# $FreeBSD$
PORTNAME= applicationinsights
DISTVERSION= 0.11.7
PORTVERSION= 0.11.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Applications Insights SDK for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1537810454
SHA256 (applicationinsights-0.11.7.tar.gz) = c4712ede8eeca57e611b7fd4b3b6c345745a4a002a08145ab45f92d31d900040
SIZE (applicationinsights-0.11.7.tar.gz) = 50209
TIMESTAMP = 1580830459
SHA256 (applicationinsights-0.11.9.tar.gz) = 30a11aafacea34f8b160fbdc35254c9029c7e325267874e3c68f6bdbcd6ed2c3
SIZE (applicationinsights-0.11.9.tar.gz) = 52708

View File

@ -1,7 +1,6 @@
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.
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.
WWW: https://github.com/Microsoft/ApplicationInsights-Python
WWW: https://github.com/microsoft/ApplicationInsights-Python