Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 13:42:17 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368922 - head/math/py-pandas
Message-ID:  <201409221342.s8MDgH0P099708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <john@saltant.com>
  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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221342.s8MDgH0P099708>