From owner-svn-ports-head@freebsd.org Mon Jun 19 16:53:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9D1EDA0BA3; Mon, 19 Jun 2017 16:53:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 AA3417BFB1; Mon, 19 Jun 2017 16:53:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5JGrkXK037186; Mon, 19 Jun 2017 16:53:46 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5JGrkfL037184; Mon, 19 Jun 2017 16:53:46 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201706191653.v5JGrkfL037184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 19 Jun 2017 16:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443883 - 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.23 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: Mon, 19 Jun 2017 16:53:48 -0000 Author: wg Date: Mon Jun 19 16:53:46 2017 New Revision: 443883 URL: https://svnweb.freebsd.org/changeset/ports/443883 Log: www/py-aiohttp: update to 2.1.0 Approved by: maintainer (via email) Modified: head/www/py-aiohttp/Makefile head/www/py-aiohttp/distinfo Modified: head/www/py-aiohttp/Makefile ============================================================================== --- head/www/py-aiohttp/Makefile Mon Jun 19 16:08:58 2017 (r443882) +++ head/www/py-aiohttp/Makefile Mon Jun 19 16:53:46 2017 (r443883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aiohttp -PORTVERSION= 0.21.2 +PORTVERSION= 2.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,13 @@ COMMENT= HTTP client/server for asyncio LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py3-chardet +BUILD_DEPENDS= cython:lang/cython +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py3-chardet \ + ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict \ + ${PYTHON_PKGNAMEPREFIX}yarl>0:www/py-yarl \ + ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout \ ${PYTHON_PKGNAMEPREFIX}gunicorn>0:www/py-gunicorn USES= python:3.4+ Modified: head/www/py-aiohttp/distinfo ============================================================================== --- head/www/py-aiohttp/distinfo Mon Jun 19 16:08:58 2017 (r443882) +++ head/www/py-aiohttp/distinfo Mon Jun 19 16:53:46 2017 (r443883) @@ -1,2 +1,3 @@ -SHA256 (aiohttp-0.21.2.tar.gz) = 991e574309815036ca36889a8917005bb795522acd2ba9cc870e07c260c092b5 -SIZE (aiohttp-0.21.2.tar.gz) = 528570 +TIMESTAMP = 1497629998 +SHA256 (aiohttp-2.1.0.tar.gz) = 3e80d944e9295b1360e422d89746b99e23a99118420f826f990a632d284e21df +SIZE (aiohttp-2.1.0.tar.gz) = 748642