aboutsummaryrefslogtreecommitdiff
path: root/math/py-triangle/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20200424 to fix python 3.9 compatibilityDiane Bruce2020-12-081-3/+3
| | | | | | | | | | | | | | | | | | | | The current version fails to build with Python 3.9: triangle/core.c:20740:77: error: no member named 'tp_print' in 'struct _typeobject' __pyx_type_8triangle_4core___pyx_scope_struct____pyx_f_8triangle_4core_ii.tp_print = 0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ triangle/core.c:20746:78: error: no member named 'tp_print' in 'struct _typeobject' __pyx_type_8triangle_4core___pyx_scope_struct_1___pyx_f_8triangle_4core_dd.tp_print = 0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ etc. The latest version has been regenerated with newer Cython which supports 3.9. PR: ports/251469 Reported by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=557315
* *Triangle* is a python wrapper around Jonathan Richard Shewchuk's ↵Diane Bruce2020-03-191-0/+3
two-dimensional quality mesh generator and delaunay triangulator library. This implementation utilizes Cython_ to wrap the C API as closely as possible. WWW: https://rufat.be/triangle Notes: svn path=/head/; revision=528725