Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 09:17:48 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477560 - head/devel/py-applicationinsights
Message-ID:  <201808190917.w7J9HmmX093130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808190917.w7J9HmmX093130>