Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 08:01:34 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499821 - head/benchmarks/py-locust
Message-ID:  <201904240801.x3O81YR7071137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Wed Apr 24 08:01:33 2019
New Revision: 499821
URL: https://svnweb.freebsd.org/changeset/ports/499821

Log:
  benchmarks/py-locust: update 0.9.0 to 0.11.0
  
  Approved by:	mentors (implicit)
  Differential Revision:	https://reviews.freebsd.org/D19643

Modified:
  head/benchmarks/py-locust/Makefile
  head/benchmarks/py-locust/distinfo

Modified: head/benchmarks/py-locust/Makefile
==============================================================================
--- head/benchmarks/py-locust/Makefile	Wed Apr 24 08:00:06 2019	(r499820)
+++ head/benchmarks/py-locust/Makefile	Wed Apr 24 08:01:33 2019	(r499821)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	locust
-PORTVERSION=	0.9.0
+PORTVERSION=	0.11.0
 CATEGORIES=	benchmarks www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	egypcio@FreeBSD.org
 COMMENT=	Python utility for doing easy, distributed load testing
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/py-flask@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gevent>=1.2.2:devel/py-gevent@${PY_FLAVOR} \
@@ -21,11 +22,14 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	EXAMPLES
+
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}

Modified: head/benchmarks/py-locust/distinfo
==============================================================================
--- head/benchmarks/py-locust/distinfo	Wed Apr 24 08:00:06 2019	(r499820)
+++ head/benchmarks/py-locust/distinfo	Wed Apr 24 08:01:33 2019	(r499821)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547833536
-SHA256 (locustio-0.9.0.tar.gz) = c77b471e0e08e215c93a7af9a95b79193268072873fbbc0effca40f3d9b58be4
-SIZE (locustio-0.9.0.tar.gz) = 226870
+TIMESTAMP = 1555083697
+SHA256 (locustio-0.11.0.tar.gz) = 93404f831114791b0756325c53b08bff73f048eeb69688be657629feaa62b507
+SIZE (locustio-0.11.0.tar.gz) = 229879



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