Date: Sun, 29 Nov 2020 22:07:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251469] math/py-triangle: update to 20200424 to fix python 3.9 compat Message-ID: <bug-251469-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251469 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@FreeBSD.org Reporter: greg@unrelenting.technology Assignee: db@FreeBSD.org Flags: maintainer-feedback?(db@FreeBSD.org) Created attachment 220084 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D220084&action= =3Dedit 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' =20 __pyx_type_8triangle_4core___pyx_scope_struct____pyx_f_8triangle_4core_ii.t= p_print =3D 0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ^ triangle/core.c:20746:78: error: no member named 'tp_print' in 'struct _typeobject' =20 __pyx_type_8triangle_4core___pyx_scope_struct_1___pyx_f_8triangle_4core_dd.= tp_print =3D 0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~ ^ etc. The latest version has been regenerated with newer Cython which supports 3.= 9. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251469-7788>