Date: Mon, 02 Dec 2013 19:26:06 +1100 From: Kubilay Kocak <koobs.freebsd@gmail.com> To: Roman Bogorodskiy <bogorodskiy@gmail.com> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r335102 - head/devel/py-pyzmq Message-ID: <529C441E.5080005@FreeBSD.org> In-Reply-To: <20131201141224.GA35274@dev.san.ru> References: <201311281542.rASFgZST094542@svn.freebsd.org> <20131201141224.GA35274@dev.san.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> >> >> 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 <bsd.port.post.mk> >> >> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?529C441E.5080005>