Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 05:37:42 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379873 - head/www/py-aiohttp
Message-ID:  <201502250537.t1P5bg3m079202@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Wed Feb 25 05:37:41 2015
New Revision: 379873
URL: https://svnweb.freebsd.org/changeset/ports/379873
QAT: https://qat.redports.org/buildarchive/r379873/

Log:
  www/py-aiohttp: Update to 0.14.4
  
  - Update to 0.14.4
  - Update TESTS description
  - Canonicalize regression-test invocation

Modified:
  head/www/py-aiohttp/Makefile
  head/www/py-aiohttp/distinfo

Modified: head/www/py-aiohttp/Makefile
==============================================================================
--- head/www/py-aiohttp/Makefile	Wed Feb 25 04:49:52 2015	(r379872)
+++ head/www/py-aiohttp/Makefile	Wed Feb 25 05:37:41 2015	(r379873)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	aiohttp
-PORTVERSION=	0.9.0
-PORTREVISION=	1
+PORTVERSION=	0.14.4
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +19,7 @@ TEST_DEPENDS:=	${RUN_DEPENDS} \
 		${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py-chardet
 
 OPTIONS_DEFINE=		TESTS
-TESTS_DESC=		Install tools for test suite
+TESTS_DESC=		Install test suite requirements
 TESTS_BUILD_DEPENDS=	${TEST_DEPENDS}
 
 USES=		python:3.3+
@@ -33,6 +32,6 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}asy
 .endif
 
 regression-test: build
-	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.post.mk>

Modified: head/www/py-aiohttp/distinfo
==============================================================================
--- head/www/py-aiohttp/distinfo	Wed Feb 25 04:49:52 2015	(r379872)
+++ head/www/py-aiohttp/distinfo	Wed Feb 25 05:37:41 2015	(r379873)
@@ -1,2 +1,2 @@
-SHA256 (aiohttp-0.9.0.tar.gz) = 0dc56ffa035e1cd367d52630671e449a534677bf6ff23168f52a053bb4e3fe4b
-SIZE (aiohttp-0.9.0.tar.gz) = 86409
+SHA256 (aiohttp-0.14.4.tar.gz) = 2338c8506ce7853ac2df7efba731a3fd015a7ee2561afab0d69ddefb43403f5a
+SIZE (aiohttp-0.14.4.tar.gz) = 1253273



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