From owner-svn-ports-all@FreeBSD.ORG Wed Feb 25 05:37:42 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93FE3636; Wed, 25 Feb 2015 05:37:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F4A076F; Wed, 25 Feb 2015 05:37:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1P5bgTC079206; Wed, 25 Feb 2015 05:37:42 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1P5bg3m079202; Wed, 25 Feb 2015 05:37:42 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502250537.t1P5bg3m079202@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 25 Feb 2015 05:37:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379873 - head/www/py-aiohttp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 05:37:42 -0000 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 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