summaryrefslogtreecommitdiff
path: root/math/py-pandas
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-03-30 05:55:10 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-03-30 05:55:10 +0000
commitd189843f6cb673594d644d7294a6736188b08612 (patch)
tree0715ac8b1ada19190573d9a35e9be4371a68e988 /math/py-pandas
parent- Update to 3.8.3 (diff)
Upgrade to 0.16.0.
PR: 199011 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=382641
Diffstat (limited to 'math/py-pandas')
-rw-r--r--math/py-pandas/Makefile6
-rw-r--r--math/py-pandas/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index c05b7a918a48..3e86e908b1e7 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pandas
-PORTVERSION= 0.15.2
+PORTVERSION= 0.16.0
CATEGORIES= math devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
TEST_DEPENDS:= ${RUN_DEPENDS} \
- nosetests:${PORTSDIR}/devel/py-nose \
+ nosetests-${PYTHON_VER}:${PORTSDIR}/devel/py-nose \
cython:${PORTSDIR}/lang/cython \
${PYTHON_PKGNAMEPREFIX}boto>0:${PORTSDIR}/devel/py-boto \
${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
@@ -97,7 +97,7 @@ regression-test: build
@(cd ${WRKSRC} && \
${PYTHON_CMD} ${PYSETUP} build_ext --inplace && \
${PYTHON_CMD} -c 'import pandas.util.print_versions as pv; pv.show_versions()' && \
- ( ${SETENV} ${NOSE_ENV} nosetests ${NOSE_ARGS} || ${TRUE} ) && \
+ ( ${SETENV} ${NOSE_ENV} nosetests-${PYTHON_VER} ${NOSE_ARGS} || ${TRUE} ) && \
${PYTHON_CMD} ${SCRIPTDIR}/print_skipped.py ${XUNITFILE} \
)
diff --git a/math/py-pandas/distinfo b/math/py-pandas/distinfo
index 465259d7b8c0..733b860502ef 100644
--- a/math/py-pandas/distinfo
+++ b/math/py-pandas/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pandas-0.15.2.tar.gz) = 4a1ded49c77e109e2d5d078248f1f809962d81b508541c702d25a369af27ba17
-SIZE (pandas-0.15.2.tar.gz) = 4575541
+SHA256 (pandas-0.16.0.tar.gz) = 4013de6f8796ca9d2871218861823bd9878a8dfacd26e08ccf9afdd01bbad9f1
+SIZE (pandas-0.16.0.tar.gz) = 4771233