From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:42:35 2013 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 D71A07D5; Thu, 28 Nov 2013 15:42:35 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9080157C; Thu, 28 Nov 2013 15:42:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASFgZqJ094548; Thu, 28 Nov 2013 15:42:35 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASFgZST094542; Thu, 28 Nov 2013 15:42:35 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311281542.rASFgZST094542@svn.freebsd.org> From: Kubilay Kocak Date: Thu, 28 Nov 2013 15:42:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335102 - head/devel/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-head@freebsd.org X-Mailman-Version: 2.1.16 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: Thu, 28 Nov 2013 15:42:35 -0000 Author: koobs Date: Thu Nov 28 15:42:34 2013 New Revision: 335102 URL: http://svnweb.freebsd.org/changeset/ports/335102 Log: devel/py-pyzmq: Update to 14.0.1 - Update to 14.0.1 - Change MASTER_SITES to CHEESESHOP (Removes Cython dependency) - Enable AUTOPLIST, delete pkg-plist accordingly - Enable STAGE support - Use new LIB_DEPENDS format - Add regression-test target to ease QA - pkg-descr: Tab->space in WWW: PR: ports/183731 Approved by: maintainer timeout (3 weeks) Deleted: head/devel/py-pyzmq/pkg-plist Modified: head/devel/py-pyzmq/Makefile (contents, props changed) head/devel/py-pyzmq/distinfo (contents, props changed) head/devel/py-pyzmq/pkg-descr (contents, props changed) Modified: head/devel/py-pyzmq/Makefile ============================================================================== --- head/devel/py-pyzmq/Makefile Thu Nov 28 15:31:40 2013 (r335101) +++ head/devel/py-pyzmq/Makefile Thu Nov 28 15:42:34 2013 (r335102) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= pyzmq -PORTVERSION= 2.2.0 +PORTVERSION= 14.0.1 CATEGORIES= devel net -MASTER_SITES= http://cloud.github.com/downloads/zeromq/pyzmq/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= novel@FreeBSD.org @@ -12,16 +12,20 @@ COMMENT= Python bindings for ZeroMQ LICENSE= LGPL3 -LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq +LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4 -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include pre-configure: @${SED} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.cfg.template > \ ${WRKSRC}/setup.cfg +regression-test: extract + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + .include Modified: head/devel/py-pyzmq/distinfo ============================================================================== --- head/devel/py-pyzmq/distinfo Thu Nov 28 15:31:40 2013 (r335101) +++ head/devel/py-pyzmq/distinfo Thu Nov 28 15:42:34 2013 (r335102) @@ -1,2 +1,2 @@ -SHA256 (pyzmq-2.2.0.tar.gz) = 31800049cd313f0f5468c2003f5a5c401f87cb84e0f9bbfe5e2e539b201bc46b -SIZE (pyzmq-2.2.0.tar.gz) = 605502 +SHA256 (pyzmq-14.0.1.tar.gz) = 07c7f63aaa7709438345a5e5f4d90fe7decb147ff72d244acf4fa56f8801e5e0 +SIZE (pyzmq-14.0.1.tar.gz) = 867063 Modified: head/devel/py-pyzmq/pkg-descr ============================================================================== --- head/devel/py-pyzmq/pkg-descr Thu Nov 28 15:31:40 2013 (r335101) +++ head/devel/py-pyzmq/pkg-descr Thu Nov 28 15:42:34 2013 (r335102) @@ -1,4 +1,4 @@ PyZMQ is a lightweight and super-fast messaging library built on top of the ZeroMQ library. -WWW: https://github.com/zeromq/pyzmq +WWW: https://github.com/zeromq/pyzmq