From owner-svn-ports-head@FreeBSD.ORG Fri Jun 5 03:41:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF935ACA; Fri, 5 Jun 2015 03:41:11 +0000 (UTC) (envelope-from koobs@FreeBSD.org) 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 C3CC4170A; Fri, 5 Jun 2015 03:41:11 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t553fB6J014075; Fri, 5 Jun 2015 03:41:11 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t553fBtZ014071; Fri, 5 Jun 2015 03:41:11 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201506050341.t553fBtZ014071@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 5 Jun 2015 03:41:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388564 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2015 03:41:12 -0000 Author: koobs Date: Fri Jun 5 03:41:10 2015 New Revision: 388564 URL: https://svnweb.freebsd.org/changeset/ports/388564 Log: www/py-aiohttp: Update to 0.16.3 - Update to 0.16.3 - chardet is now a RUN_DEPENDS, not only TEST_DEPENDS - Add gunicorn to TEST_DEPENDS as per setup.py Changes: https://github.com/KeepSafe/aiohttp/blob/v0.16.3/CHANGES.txt Based on: PR: 200188 Submitted by: Vitaly Magerya Modified: head/www/py-aiohttp/Makefile head/www/py-aiohttp/distinfo Modified: head/www/py-aiohttp/Makefile ============================================================================== --- head/www/py-aiohttp/Makefile Fri Jun 5 03:10:08 2015 (r388563) +++ head/www/py-aiohttp/Makefile Fri Jun 5 03:41:10 2015 (r388564) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aiohttp -PORTVERSION= 0.14.4 +PORTVERSION= 0.16.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,10 @@ COMMENT= HTTP client/server for asyncio LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py-chardet TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}gunicorn>0:${PORTSDIR}/www/py-gunicorn \ - ${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py-chardet + ${PYTHON_PKGNAMEPREFIX}gunicorn>0:${PORTSDIR}/www/py-gunicorn OPTIONS_DEFINE= TESTS TESTS_DESC= Install test suite requirements Modified: head/www/py-aiohttp/distinfo ============================================================================== --- head/www/py-aiohttp/distinfo Fri Jun 5 03:10:08 2015 (r388563) +++ head/www/py-aiohttp/distinfo Fri Jun 5 03:41:10 2015 (r388564) @@ -1,2 +1,2 @@ -SHA256 (aiohttp-0.14.4.tar.gz) = 2338c8506ce7853ac2df7efba731a3fd015a7ee2561afab0d69ddefb43403f5a -SIZE (aiohttp-0.14.4.tar.gz) = 1253273 +SHA256 (aiohttp-0.16.3.tar.gz) = eaf479acc98ffee0a029882465ebf21f3c302e1b94a41b16c8a5a695bc614900 +SIZE (aiohttp-0.16.3.tar.gz) = 1442720