[Bug 251469] math/py-triangle: update to 20200424 to fix python 3.9 compat
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 29 22:07:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251469
Bug ID: 251469
Summary: math/py-triangle: update to 20200424 to fix python 3.9
compat
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: db at FreeBSD.org
Reporter: greg at unrelenting.technology
Assignee: db at FreeBSD.org
Flags: maintainer-feedback?(db at FreeBSD.org)
Created attachment 220084
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220084&action=edit
pytriangle.patch
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list