svn commit: r368922 - head/math/py-pandas

Bartek Rutkowski robak at FreeBSD.org
Mon Sep 22 13:42:17 UTC 2014


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 at 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}


More information about the svn-ports-head mailing list