https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594

--- Comment #16 from John W. O'Brien <j...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to