diff options
author | robak <robak@FreeBSD.org> | 2014-09-22 21:42:16 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2014-09-22 21:42:16 +0800 |
commit | 6403ccc7eb8b9e33b1a7e64b4852d13db75568b5 (patch) | |
tree | a239a53eac263add354ef7562161b62668ce08e0 /math | |
parent | 470ad9a13eecabf429235cf83c03214e5529253f (diff) | |
download | freebsd-ports-gnome-6403ccc7eb8b9e33b1a7e64b4852d13db75568b5.tar.gz freebsd-ports-gnome-6403ccc7eb8b9e33b1a7e64b4852d13db75568b5.tar.zst freebsd-ports-gnome-6403ccc7eb8b9e33b1a7e64b4852d13db75568b5.zip |
math/py-pandas: convert to USES=python format
PR: 193205
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: mentors (implicit)
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pandas/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 4fe6c6ea8e4a..f8f854fcc003 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -78,13 +78,12 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifu 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} |