From owner-svn-ports-head@FreeBSD.ORG Mon Dec 2 08:26:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4F631B3; Mon, 2 Dec 2013 08:26:11 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9BB851BC5; Mon, 2 Dec 2013 08:26:11 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id p10so17645340pdj.12 for ; Mon, 02 Dec 2013 00:26:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=QV1p0m6Of239fSEmAdWSuyjE2AizV5LTJVuSMC79UOE=; b=DJvcgArAzfsdub9W54kvqLwqFxSQTUPDkYZ6W/wANLyH1pCUMJaKn0OiVbwrbn1YMP cvNvk5EXIMDLbCD6mdUvut9Wv3NKfqiGlTQCa58cGrNCZISoKrMsBJagL7PMnZOlFK2i ZVLU+qP9FF4K6kRSk1LIpHqvV3q2yIRDISdwvvGnW4X5lH5gv7KZb1vr0has/w6jz7Tp 0crSgY1Vfrm39eRgH/CSaISN102PreT764XWsmAnNakbA8rp9n8iOv/rNM7osGYRAzFz tlWA42fAul3TbZi40qnVhhChpberqK4oxtVmcpycGO2nQVtZ6/ZVGoNowZPK5Q+F3h83 rQkw== X-Received: by 10.66.149.73 with SMTP id ty9mr64879337pab.36.1385972771317; Mon, 02 Dec 2013 00:26:11 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id xs1sm136844724pac.7.2013.12.02.00.26.08 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 02 Dec 2013 00:26:10 -0800 (PST) Message-ID: <529C441E.5080005@FreeBSD.org> Date: Mon, 02 Dec 2013 19:26:06 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Thunderbird/26.0 MIME-Version: 1.0 To: Roman Bogorodskiy Subject: Re: svn commit: r335102 - head/devel/py-pyzmq References: <201311281542.rASFgZST094542@svn.freebsd.org> <20131201141224.GA35274@dev.san.ru> In-Reply-To: <20131201141224.GA35274@dev.san.ru> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: koobs@FreeBSD.org 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, 02 Dec 2013 08:26:11 -0000 On 2/12/2013 1:12 AM, Roman Bogorodskiy wrote: > Kubilay Kocak wrote: > >> 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) > ^^^^^^^^^^^^ > > This is not correct. The update was blocked by outdated zmq, > which was updated just a few days ago. > >> 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 > > Roman Bogorodskiy > You are right. In my ZeroMQ update excitement it didn't occur to me to measure the timeout by the resolution time of the dependent PR. My apologies Roman, I owe you one. Koobs