diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-19 21:40:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-19 21:40:42 +0000 |
commit | 9daf93ad631976a90d42380300880ff6a8c17304 (patch) | |
tree | 027d35b5dff796a84e48bc549dbe47abfeb7347a /math/py-statsmodels | |
parent | Mark BROKEN: Fails to patch (diff) |
Mark BROKEN: Fails to build
building [html]: targets for 66 source files that are out of date
updating environment: 1739 added, 0 changed, 0 removed
reading sources... [ 0%] anova
Traceback (most recent call last):
...
File "/wrkdirs/usr/ports/math/py-statsmodels/work/statsmodels-0.5.0/docs/sphinxext/ipython_directive.py", line 589, in setup
store_history=False)
File "/wrkdirs/usr/ports/math/py-statsmodels/work/statsmodels-0.5.0/docs/sphinxext/ipython_directive.py", line 260, in process_input_line
source_raw = splitter.source_raw_reset()[1]
AttributeError: 'IPythonInputSplitter' object has no attribute 'source_raw_reset'
*** [do-build] Error code 1
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=358468
Diffstat (limited to 'math/py-statsmodels')
-rw-r--r-- | math/py-statsmodels/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index b20806ceaaba..5a95d43c6397 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -13,6 +13,8 @@ COMMENT= Complement to SciPy for statistical computations LICENSE= BSD +BROKEN= Fails to build + BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}pandas>0:${PORTSDIR}/math/py-pandas \ |