IABSD.fr/ports/math/py-pygraphviz

Branch :


Log

Author Commit Date CI Message
bfde2eb3 2026-05-22 12:07:26 py3-pygraphviz: fix for ABI break in Graphviz 14 to unbreak with llvm22 gvRenderData()'s fourth argument changed from unsigned int * to size_t *, which makes llvm22 unhappy. Adjust prototype and use SWIG to generate the binding wrap.c. Based on upstream PR #523.
10eb85ee 2025-10-23 13:20:05 remove MODPY_COMMENT from PLISTs, no longer needed
47e4a8da 2025-06-17 18:14:24 math/py-pygraphviz: LIB_DEPEND on math/graphviz and fix the tests too (from sthen@) OK sthen@
0e69f517 2025-06-09 18:47:40 Import PyGraphviz 1.14 PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms.