Edit

IABSD.fr/ports/math/py-pygraphviz

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2026-05-22 12:07:26
    Hash : bfde2eb3
    Message : 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.