mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
- remove patches, included upstream - abandon easy_install and use auto-generated packing list - update pkg-message and TEST_DEPENDS to reflect current recommendations and port availability - add erroneously-omitted lang/cython to TEST_DEPENDS (for 'build_ext -i') - conform regression-test target to upstream test procedure while here: - add lang/cpython as build dependency - C-extension will not be build w/o it and the whole build procedure failing. - update LICENSE (BSD3CLAUSE) PR: 185803 Submitted by: "John W. O'Brien" <john@saltant.com> (maintainer)
31 lines
1 KiB
Text
31 lines
1 KiB
Text
===
|
|
Note that the following ports are not strict dependencies but are highly
|
|
recommended to get the most out of pandas. Install them as needed.
|
|
|
|
Library Port origin Purpose
|
|
------- ----------- -------
|
|
boto devel/py-boto access Amazon S3
|
|
pytables devel/py-tables necessary for HDF5-based storage
|
|
bottleneck math/py-bottleneck accelerate certain NaN evals
|
|
matplotlib math/py-matplotlib plotting
|
|
numexpr math/py-numexpr accelerate certain numerical ops
|
|
statsmodels math/py-statsmodels enables parts of pandas.stats
|
|
scipy science/py-scipy misc. statistical functions
|
|
openpyxl textproc/py-openpyxl Excel 2007+ I/O
|
|
xlrd textproc/py-xlrd Excel input
|
|
xlwt textproc/py-xlwt Excel output
|
|
|
|
To use the HTML table parsing capabilities that were introduced in
|
|
pandas 0.12.0, you will need to install
|
|
|
|
beautifulsoup www/py-beautifulsoup
|
|
|
|
and one or the other or both of
|
|
|
|
html5lib www/py-html5lib
|
|
lxml devel/py-lxml
|
|
|
|
Please read the pandas documentation before deciding:
|
|
|
|
http://pandas.pydata.org/pandas-docs/stable/gotchas.html#html-gotchas
|
|
===
|