svn commit: r365362 - head/devel/py-setuptools

Antoine Brodin antoine at FreeBSD.org
Tue Aug 19 06:12:51 UTC 2014


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>


More information about the svn-ports-all mailing list