Update to 20200424 to fix python 3.9 compatibility

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>
This commit is contained in:
Diane Bruce 2020-12-08 23:45:21 +00:00
parent d6e17444b7
commit 5524484023
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557315
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= triangle
PORTVERSION= 20190115.3
PORTVERSION= 20200424
CATEGORIES= math
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1584620539
SHA256 (triangle-20190115.3.tar.gz) = 69442062a1705f75b64166b161ade8a32a26b9323e09f5fa43079dbb6bf04bcc
SIZE (triangle-20190115.3.tar.gz) = 1554400
TIMESTAMP = 1606687316
SHA256 (triangle-20200424.tar.gz) = fc207641f8f39986f7d2bee1b91688a588cd235d2e67777422f94e61fece27e9
SIZE (triangle-20200424.tar.gz) = 1559222