Date: Tue, 26 May 2015 04:56:43 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387458 - head/math/py-pandas Message-ID: <201505260456.t4Q4uhT9099471@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xmj Date: Tue May 26 04:56:43 2015 New Revision: 387458 URL: https://svnweb.freebsd.org/changeset/ports/387458 Log: math/py-pandas: update to 0.16.1 - update to 0.16.1 - add SQL storage option, and SQLalchemy dependency - enable Bottleneck and Numexpr options by default PR: 200451 Submitted by: John W. O'Brien <john@saltant.com> Modified: head/math/py-pandas/Makefile head/math/py-pandas/distinfo Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Tue May 26 04:33:08 2015 (r387457) +++ head/math/py-pandas/Makefile Tue May 26 04:56:43 2015 (r387458) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pandas -PORTVERSION= 0.16.0 +PORTVERSION= 0.16.1 CATEGORIES= math devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ TEST_DEPENDS:= ${RUN_DEPENDS} \ nosetests-${PYTHON_VER}:${PORTSDIR}/devel/py-nose \ cython:${PORTSDIR}/lang/cython \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}boto>0:${PORTSDIR}/devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:${PORTSDIR}/devel/py-tables \ @@ -37,11 +38,12 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ OPTIONS_DEFINE= MPL SCIPY OPTIONS_GROUP= ACCEL STORAGE HTML EXCEL OPTIONS_GROUP_ACCEL= BTLNCK NUMEXPR -OPTIONS_GROUP_STORAGE= BOTO TABLES +OPTIONS_GROUP_STORAGE= BOTO TABLES SQL OPTIONS_GROUP_HTML= LXML HTML5LIB OPTIONS_GROUP_EXCEL= XLRD XLWT OPTIONS_RADIO= OPYXL OPTIONS_RADIO_OPYXL= OPENPYXL1 OPENPYXL2 +OPTIONS_DEFAULT= BTLNCK NUMEXPR MPL_DESC= Support graphical plotting output via math/py-matplotlib SCIPY_DESC= Support various statistical functions via science/py-scipy @@ -49,6 +51,7 @@ BTLNCK_DESC= Accelerate certain NaN eval NUMEXPR_DESC= Accelerate certain numerical ops via math/py-numexpr BOTO_DESC= Support Amazon S3 storage via devel/py-boto TABLES_DESC= Support HDF5-based storage via devel/py-tables +SQL_DESC= Support SQL databases via databases/py-sqlalchemy LXML_DESC= Parse HTML with devel/py-lxml and www/py-beautifulsoup HTML5LIB_DESC= Parse HTML with www/py-html5lib and www/py-beautifulsoup OPENPYXL1_DESC= Read/write MS Excel 2007+ with textproc/py-openpyxl1 @@ -67,6 +70,8 @@ BTLNCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF NUMEXPR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numexpr>=2.1.0:${PORTSDIR}/math/py-numexpr BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:${PORTSDIR}/devel/py-boto TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:${PORTSDIR}/devel/py-tables +SQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy + LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib OPENPYXL1_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl1<2.0.0:${PORTSDIR}/textproc/py-openpyxl1 Modified: head/math/py-pandas/distinfo ============================================================================== --- head/math/py-pandas/distinfo Tue May 26 04:33:08 2015 (r387457) +++ head/math/py-pandas/distinfo Tue May 26 04:56:43 2015 (r387458) @@ -1,2 +1,2 @@ -SHA256 (pandas-0.16.0.tar.gz) = 4013de6f8796ca9d2871218861823bd9878a8dfacd26e08ccf9afdd01bbad9f1 -SIZE (pandas-0.16.0.tar.gz) = 4771233 +SHA256 (pandas-0.16.1.tar.gz) = 570d243f8cb068bf780461b9225d2e7bef7c90aa10d43cf908fe541fc92df8b6 +SIZE (pandas-0.16.1.tar.gz) = 4959316
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505260456.t4Q4uhT9099471>