From owner-svn-ports-head@FreeBSD.ORG Tue Aug 19 06:12:51 2014 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 CA1EB8F7; Tue, 19 Aug 2014 06:12:51 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5E1833F1; Tue, 19 Aug 2014 06:12:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7J6CpLi041082; Tue, 19 Aug 2014 06:12:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7J6Cpvl041081; Tue, 19 Aug 2014 06:12:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408190612.s7J6Cpvl041081@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 19 Aug 2014 06:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365362 - head/devel/py-setuptools 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.18-1 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: Tue, 19 Aug 2014 06:12:51 -0000 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