From owner-svn-ports-all@FreeBSD.ORG Mon Sep 22 13:42:17 2014 Return-Path: Delivered-To: svn-ports-all@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 7FE85205; Mon, 22 Sep 2014 13:42:17 +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 6AF99A67; Mon, 22 Sep 2014 13:42:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8MDgHio099709; Mon, 22 Sep 2014 13:42:17 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8MDgH0P099708; Mon, 22 Sep 2014 13:42:17 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201409221342.s8MDgH0P099708@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 22 Sep 2014 13:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368922 - head/math/py-pandas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 13:42:17 -0000 Author: robak Date: Mon Sep 22 13:42:16 2014 New Revision: 368922 URL: http://svnweb.freebsd.org/changeset/ports/368922 QAT: https://qat.redports.org/buildarchive/r368922/ Log: math/py-pandas: convert to USES=python format PR: 193205 Submitted by: John W. O'Brien Approved by: mentors (implicit) Modified: head/math/py-pandas/Makefile Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Mon Sep 22 13:36:00 2014 (r368921) +++ head/math/py-pandas/Makefile Mon Sep 22 13:42:16 2014 (r368922) @@ -78,13 +78,12 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}bea SUB_FILES= pkg-message -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils # Uncomment the following line to enable regression-test # on a headless (X11-less) host (eg: RedPorts) -#USES= display:regression-test +#USES+= display:regression-test XUNITFILE= ${WRKDIR}/nosetests.xml NOSE_ENV= http_proxy=${HTTP_PROXY}