From owner-svn-ports-all@freebsd.org Thu Mar 3 15:23:46 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 4D4A3A93CED; Thu, 3 Mar 2016 15:23:46 +0000 (UTC) (envelope-from novel@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 1D25E376; Thu, 3 Mar 2016 15:23:46 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u23FNjJN089233; Thu, 3 Mar 2016 15:23:45 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u23FNjFR089231; Thu, 3 Mar 2016 15:23:45 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201603031523.u23FNjFR089231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 3 Mar 2016 15:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410047 - head/net/py-pyzmq 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: Thu, 03 Mar 2016 15:23:46 -0000 Author: novel Date: Thu Mar 3 15:23:44 2016 New Revision: 410047 URL: https://svnweb.freebsd.org/changeset/ports/410047 Log: net/py-pyzmq: update to 15.2.0 Also, pyzmq now ships asyncio support that requires support of PEP 0409 [1] and depends on asyncio. As PEP0409 is supported in Python 3.3+ and asyncio is included into stdlib in 3.4, for 3.3 add dependency on devel/py-asyncio. 1: https://www.python.org/dev/peps/pep-0409/ Reviewed by: koobs Differential Revision: D5531 Modified: head/net/py-pyzmq/Makefile head/net/py-pyzmq/distinfo Modified: head/net/py-pyzmq/Makefile ============================================================================== --- head/net/py-pyzmq/Makefile Thu Mar 3 14:47:22 2016 (r410046) +++ head/net/py-pyzmq/Makefile Thu Mar 3 15:23:44 2016 (r410047) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyzmq -PORTVERSION= 14.7.0 +PORTVERSION= 15.2.0 CATEGORIES= net devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,10 @@ USE_PYTHON= distutils autoplist .include +.if ${PYTHON_VER} == 3.3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>0:${PORTSDIR}/devel/py-asyncio +.endif + pre-configure: @${SED} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.cfg.template > \ ${WRKSRC}/setup.cfg Modified: head/net/py-pyzmq/distinfo ============================================================================== --- head/net/py-pyzmq/distinfo Thu Mar 3 14:47:22 2016 (r410046) +++ head/net/py-pyzmq/distinfo Thu Mar 3 15:23:44 2016 (r410047) @@ -1,2 +1,2 @@ -SHA256 (pyzmq-14.7.0.tar.gz) = 77994f80360488e7153e64e5959dc5471531d1648e3a4bff14a714d074a38cc2 -SIZE (pyzmq-14.7.0.tar.gz) = 1048389 +SHA256 (pyzmq-15.2.0.tar.gz) = 2dafa322670a94e20283aba2a44b92134d425bd326419b68ad4db8d0831a26ec +SIZE (pyzmq-15.2.0.tar.gz) = 1078561