From owner-svn-ports-head@FreeBSD.ORG Tue Jul 29 08:43:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9F9FBAA; Tue, 29 Jul 2014 08:43:50 +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 BD6362AB1; Tue, 29 Jul 2014 08:43:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6T8hoRl045110; Tue, 29 Jul 2014 08:43:50 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6T8hosw045107; Tue, 29 Jul 2014 08:43:50 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201407290843.s6T8hosw045107@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 29 Jul 2014 08:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363299 - 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.18 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: Tue, 29 Jul 2014 08:43:51 -0000 Author: koobs Date: Tue Jul 29 08:43:49 2014 New Revision: 363299 URL: http://svnweb.freebsd.org/changeset/ports/363299 QAT: https://qat.redports.org/buildarchive/r363299/ Log: www/py-aiohttp: Update to 0.9.0 - Update to 0.9.0 - Add LICENSE_FILE - Update TEST_DEPENDS - Strip trailing-slash from pkg-descr WWW: URL Changes: https://github.com/KeepSafe/aiohttp/blob/v0.9.0/CHANGES.txt Modified: head/www/py-aiohttp/Makefile head/www/py-aiohttp/distinfo head/www/py-aiohttp/pkg-descr Modified: head/www/py-aiohttp/Makefile ============================================================================== --- head/www/py-aiohttp/Makefile Tue Jul 29 08:30:25 2014 (r363298) +++ head/www/py-aiohttp/Makefile Tue Jul 29 08:43:49 2014 (r363299) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aiohttp -PORTVERSION= 0.8.4 +PORTVERSION= 0.9.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,16 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= HTTP client/server for asyncio LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +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 OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools for test suite -TESTS_BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}gunicorn>0:${PORTSDIR}/www/py-gunicorn +TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} USE_PYTHON= 3.3+ USE_PYDISTUTILS= yes Modified: head/www/py-aiohttp/distinfo ============================================================================== --- head/www/py-aiohttp/distinfo Tue Jul 29 08:30:25 2014 (r363298) +++ head/www/py-aiohttp/distinfo Tue Jul 29 08:43:49 2014 (r363299) @@ -1,2 +1,2 @@ -SHA256 (aiohttp-0.8.4.tar.gz) = c18575bc8ea8a75be3ced0ae11954fa8c2adb0956cde58aec4d049048c8c0b33 -SIZE (aiohttp-0.8.4.tar.gz) = 80693 +SHA256 (aiohttp-0.9.0.tar.gz) = 0dc56ffa035e1cd367d52630671e449a534677bf6ff23168f52a053bb4e3fe4b +SIZE (aiohttp-0.9.0.tar.gz) = 86409 Modified: head/www/py-aiohttp/pkg-descr ============================================================================== --- head/www/py-aiohttp/pkg-descr Tue Jul 29 08:30:25 2014 (r363298) +++ head/www/py-aiohttp/pkg-descr Tue Jul 29 08:43:49 2014 (r363299) @@ -9,4 +9,4 @@ Features: * Session Cookies * Custom Request/Response classes -WWW: https://github.com/KeepSafe/aiohttp/ +WWW: https://github.com/KeepSafe/aiohttp