From owner-svn-ports-all@freebsd.org Sun Jul 3 03:58:55 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 52DC8B8FD32; Sun, 3 Jul 2016 03:58:55 +0000 (UTC) (envelope-from swills@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 1E83827C1; Sun, 3 Jul 2016 03:58:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u633wsJs055322; Sun, 3 Jul 2016 03:58:54 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u633wsoB055320; Sun, 3 Jul 2016 03:58:54 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201607030358.u633wsoB055320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 3 Jul 2016 03:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417952 - head/devel/py-txaio 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.22 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: Sun, 03 Jul 2016 03:58:55 -0000 Author: swills Date: Sun Jul 3 03:58:53 2016 New Revision: 417952 URL: https://svnweb.freebsd.org/changeset/ports/417952 Log: devel/py-txaio: update to 2.5.1 Approved by: koobs (maintainer) Modified: head/devel/py-txaio/Makefile head/devel/py-txaio/distinfo Modified: head/devel/py-txaio/Makefile ============================================================================== --- head/devel/py-txaio/Makefile Sun Jul 3 02:12:45 2016 (r417951) +++ head/devel/py-txaio/Makefile Sun Jul 3 03:58:53 2016 (r417952) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= txaio -PORTVERSION= 2.2.1 +PORTVERSION= 2.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,15 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyt USES= python USE_PYTHON= autoplist distutils +.include + +.if ${PYTHON_REL} < 3300 +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}trollius>=2.0:devel/py-trollius +.elif ${PYTHON_REL} >= 3300 +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>=3.4.3:devel/py-asyncio +.endif + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -.include +.include Modified: head/devel/py-txaio/distinfo ============================================================================== --- head/devel/py-txaio/distinfo Sun Jul 3 02:12:45 2016 (r417951) +++ head/devel/py-txaio/distinfo Sun Jul 3 03:58:53 2016 (r417952) @@ -1,2 +1,3 @@ -SHA256 (txaio-2.2.1.tar.gz) = 6eee00c397d8193d15313dfc36da3eac8d64edf0b92fe3b67cd5a735ffc3074b -SIZE (txaio-2.2.1.tar.gz) = 35208 +TIMESTAMP = 1467490235 +SHA256 (txaio-2.5.1.tar.gz) = 625076477182e2dde78b79d0b2b0d6b3cecb0e24fe0ea7eaf2abd26a4c0dd1de +SIZE (txaio-2.5.1.tar.gz) = 41577