svn commit: r477560 - head/devel/py-applicationinsights
David Naylor
dbn at FreeBSD.org
Sun Aug 19 09:17:49 UTC 2018
Author: dbn
Date: Sun Aug 19 09:17:48 2018
New Revision: 477560
URL: https://svnweb.freebsd.org/changeset/ports/477560
Log:
devel/py-applicationinsights: update to 0.11.6
- Switch to PyPI as upstream
- Add test target (all tests pass)
- ChangeLog:
- Fixed exception logging in Flask integration on Python 2.
- Fixed setting attributes in channel through context
- Added support for Cloud Role Name and Cloud Role Instance fields
Modified:
head/devel/py-applicationinsights/Makefile
head/devel/py-applicationinsights/distinfo
Modified: head/devel/py-applicationinsights/Makefile
==============================================================================
--- head/devel/py-applicationinsights/Makefile Sun Aug 19 09:08:07 2018 (r477559)
+++ head/devel/py-applicationinsights/Makefile Sun Aug 19 09:17:48 2018 (r477560)
@@ -1,9 +1,9 @@
# $FreeBSD$
PORTNAME= applicationinsights
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.11.5
+DISTVERSION= 0.11.6
CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbn at FreeBSD.org
@@ -14,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
-USE_GITHUB= yes
-GH_ACCOUNT= Microsoft
-GH_PROJECT= ApplicationInsights-Python
NO_ARCH= yes
+
+do-test:
+ @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
.include <bsd.port.mk>
Modified: head/devel/py-applicationinsights/distinfo
==============================================================================
--- head/devel/py-applicationinsights/distinfo Sun Aug 19 09:08:07 2018 (r477559)
+++ head/devel/py-applicationinsights/distinfo Sun Aug 19 09:17:48 2018 (r477560)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533670977
-SHA256 (Microsoft-ApplicationInsights-Python-v0.11.5_GH0.tar.gz) = fa03c07be65ab69003c4771352f507fb8f84f1e86e0b3454a44633e924a48e1c
-SIZE (Microsoft-ApplicationInsights-Python-v0.11.5_GH0.tar.gz) = 66875
+TIMESTAMP = 1534669912
+SHA256 (applicationinsights-0.11.6.tar.gz) = 028c963683a6fe9d4b22fcaa532e9207befdb8c44710a3a0ee78aad51b5baa2c
+SIZE (applicationinsights-0.11.6.tar.gz) = 49488
More information about the svn-ports-head
mailing list