From owner-svn-ports-all@freebsd.org Sat Mar 5 11:00:29 2016 Return-Path: Delivered-To: svn-ports-all@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 A6E239DBEB0; Sat, 5 Mar 2016 11:00:29 +0000 (UTC) (envelope-from koobs@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 68A1BE3F; Sat, 5 Mar 2016 11:00:29 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u25B0SkK076978; Sat, 5 Mar 2016 11:00:28 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u25B0S4i076976; Sat, 5 Mar 2016 11:00:28 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201603051100.u25B0S4i076976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 5 Mar 2016 11:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410169 - 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.21 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: Sat, 05 Mar 2016 11:00:29 -0000 Author: koobs Date: Sat Mar 5 11:00:28 2016 New Revision: 410169 URL: https://svnweb.freebsd.org/changeset/ports/410169 Log: www/py-aiohttp: Update to 0.21.2, Modernize - Update PORTVERSION and distinfo checksum (0.21.2) - Switch to py3-chardet (C'mon VARIANTS! :|) - Update TEST_DEPENDS and test target to new framework bits - Remove TESTS option bits accordingly - Update USES:python minimum version - Remove conditional asyncio RUN_DEPENDS accordingly - Strip shared extensions Changes: https://github.com/KeepSafe/aiohttp/blob/v0.21.2/CHANGES.txt Modified: head/www/py-aiohttp/Makefile head/www/py-aiohttp/distinfo Modified: head/www/py-aiohttp/Makefile ============================================================================== --- head/www/py-aiohttp/Makefile Sat Mar 5 08:28:19 2016 (r410168) +++ head/www/py-aiohttp/Makefile Sat Mar 5 11:00:28 2016 (r410169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aiohttp -PORTVERSION= 0.16.3 +PORTVERSION= 0.21.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,28 +13,17 @@ 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 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py3-chardet +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}gunicorn>0:${PORTSDIR}/www/py-gunicorn -OPTIONS_DEFINE= TESTS -TESTS_DESC= Install test suite requirements -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} - -USES= python:3.3+ +USES= python:3.4+ USE_PYTHON= autoplist distutils -.include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>0:${PORTSDIR}/devel/py-asyncio -.endif -.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} -IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} -.endif +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/aiohttp/*.so -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test -.include +.include Modified: head/www/py-aiohttp/distinfo ============================================================================== --- head/www/py-aiohttp/distinfo Sat Mar 5 08:28:19 2016 (r410168) +++ head/www/py-aiohttp/distinfo Sat Mar 5 11:00:28 2016 (r410169) @@ -1,2 +1,2 @@ -SHA256 (aiohttp-0.16.3.tar.gz) = eaf479acc98ffee0a029882465ebf21f3c302e1b94a41b16c8a5a695bc614900 -SIZE (aiohttp-0.16.3.tar.gz) = 1442720 +SHA256 (aiohttp-0.21.2.tar.gz) = 991e574309815036ca36889a8917005bb795522acd2ba9cc870e07c260c092b5 +SIZE (aiohttp-0.21.2.tar.gz) = 528570