1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Antoine Brodin 2014-06-19 21:40:42 +00:00
parent 8a8961642f
commit 9daf93ad63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358468

View File

@ -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 \