Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 13:17:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 204594] math/py-networkx: Update to 1.10
Message-ID:  <bug-204594-21822-yzSgT4KxtH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204594-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204594-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594

--- Comment #16 from John W. O'Brien <john@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204594-21822-yzSgT4KxtH>