On 2019/04/24 16:43, Kurt Mosiejczuk wrote: > On Wed, Apr 24, 2019 at 08:58:12PM +0100, Stuart Henderson wrote: > > py-gevent wants this for tests, it's simple and no complex chain of > > new dependencies. ok to import? > > > ---- > > objgraph is a module that lets you visually explore Python object graphs. > > It can draw object reference graphs with graphviz, or can make use of > > xdot for interactive use. > > > > Its origin was in a set of functions used while hunting for memory leaks > > in a Python program. > > ---- > > TEST_DEPENDS needs graphics/py-dot. py-dot needs an update and a > python3 FLAVOR. I'm working on those, but py-objgraph doesn't need > the python3 flavor of py-dot since it is just using dot. (In fact > using the python3 flavor would make it more complicated) > > Attached is my counter-proposal. Mostly yours with the addition and > the Makefile formatting made more fussy-compliant. :) > > --Kurt > >
Oh, it doesn't use py-dot, just dot(1) from graphviz, I missed it because I already had graphviz installed and assumed py-graphviz depended on it. Could you just add math/graphviz instead of py-dot to TEST_DEPENDS please? Then it is OK sthen@.
