2012-08-16 16:57:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pandas
|
2014-02-09 16:21:24 +01:00
|
|
|
PORTVERSION= 0.13.0
|
2012-08-16 16:57:27 +02:00
|
|
|
CATEGORIES= math devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= john@saltant.com
|
|
|
|
COMMENT= Flexible, high-performance data analysis in Python
|
|
|
|
|
2014-02-09 16:21:24 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2012-08-16 16:57:27 +02:00
|
|
|
|
2014-02-09 16:21:24 +01:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY} \
|
|
|
|
cython:${PORTSDIR}/lang/cython
|
2013-05-09 01:02:33 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
2013-09-20 15:04:02 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \
|
2013-05-09 01:02:33 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
|
2013-09-20 15:04:02 +02:00
|
|
|
TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \
|
2014-02-09 16:21:24 +01:00
|
|
|
cython:${PORTSDIR}/lang/cython \
|
2013-09-20 15:04:02 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}numexpr>0:${PORTSDIR}/math/py-numexpr \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}tables>0:${PORTSDIR}/devel/py-tables \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}xlrd>0:${PORTSDIR}/textproc/py-xlrd \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt \
|
2013-11-22 13:54:56 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}openpyxl>0:${PORTSDIR}/textproc/py-openpyxl \
|
2014-02-09 16:21:24 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}statsmodels>0:${PORTSDIR}/math/py-statsmodels \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}bottleneck>0:${PORTSDIR}/math/py-bottleneck \
|
2013-09-20 15:04:02 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifulsoup \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml
|
2012-08-16 16:57:27 +02:00
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2014-02-09 16:21:24 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
2013-11-22 13:54:56 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2012-08-16 16:57:27 +02:00
|
|
|
|
2013-09-20 15:04:02 +02:00
|
|
|
# Uncomment the following line to enable regression-test
|
|
|
|
# on a headless (X11-less) host (eg: RedPorts)
|
|
|
|
#USES= display:regression-test
|
|
|
|
|
|
|
|
regression-test: build
|
|
|
|
@(cd ${WRKSRC} && \
|
|
|
|
${PYTHON_CMD} ${PYSETUP} build_ext --inplace && \
|
2014-02-09 16:21:24 +01:00
|
|
|
${PYTHON_CMD} ci/print_versions.py \
|
|
|
|
ci/script.sh \
|
|
|
|
${PYTHON_CMD} ci/print_skipped.py \
|
2013-09-20 15:04:02 +02:00
|
|
|
)
|
|
|
|
|
2012-08-16 16:57:27 +02:00
|
|
|
.include <bsd.port.mk>
|