Date: Tue, 19 Aug 2014 06:12:51 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365362 - head/devel/py-setuptools Message-ID: <201408190612.s7J6Cpvl041081@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Aug 19 06:12:51 2014 New Revision: 365362 URL: http://svnweb.freebsd.org/changeset/ports/365362 QAT: https://qat.redports.org/buildarchive/r365362/ Log: Comment out TEST_DEPENDS in devel/py-setuptools, this creates a dependency loop in tinderbox and is probably the reason for lots of "finished" jobs in redports With hat: portmgr Modified: head/devel/py-setuptools/Makefile Modified: head/devel/py-setuptools/Makefile ============================================================================== --- head/devel/py-setuptools/Makefile Tue Aug 19 04:08:20 2014 (r365361) +++ head/devel/py-setuptools/Makefile Tue Aug 19 06:12:51 2014 (r365362) @@ -12,7 +12,7 @@ COMMENT= Python packages installer LICENSE= PSFL -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest +#TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}distribute-[0-9]* @@ -43,7 +43,7 @@ post-patch: post-install: ${INSTALL_DATA} ${FILESDIR}/easy-install.pth.dist ${STAGEDIR}${PYTHON_SITELIBDIR}/ -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +#regression-test: build +# @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408190612.s7J6Cpvl041081>