[Bug 204594] math/py-networkx: Update to 1.10
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 22 13:17:06 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594
--- Comment #16 from John W. O'Brien <john at saltant.com> ---
I found the following precedents for what to do in this case.
www/py-cherrypy -- leave the option alone but nuke the associated
${opt}_RUN_DEPENDS based on PYTHON_REL
.if ${PYTHON_REL} >= 3000
.undef MPL_RUN_DEPENDS
.undef GRAPHVIZ_RUN_DEPENDS
.endif
www/py-autobahn, devel/llvm37 -- set BROKEN
.if (${PORT_OPTIONS:MMPL} || ${PORT_OPTIONS:MGRAPHVIZ) && ${PYTHON_REL} >=
3000
BROKEN= matplotlib and graphviz do not yet support python3. Please disable
the MPL and GRAPHVIZ options.
.endif
I favor the latter. dikshie?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list