Date: Mon, 1 Nov 2021 13:59:56 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 03a7c4be6df9 - main - math/py-triangle: limit supported python versions Message-ID: <202111011359.1A1DxuAY067704@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=03a7c4be6df938353f74bc4c9a88325a67ac0743 commit 03a7c4be6df938353f74bc4c9a88325a67ac0743 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-28 13:27:20 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 13:59:07 +0000 math/py-triangle: limit supported python versions triangle/core.c:19390:5: error: expression is not assignable ++Py_REFCNT(o); Approved by: portmgr blanket --- math/py-triangle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-triangle/Makefile b/math/py-triangle/Makefile index e938b13bf7d5..b860201ecd43 100644 --- a/math/py-triangle/Makefile +++ b/math/py-triangle/Makefile @@ -10,7 +10,7 @@ COMMENT= Python interface to triangle LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++11-lang python:3.6-3.9 USE_PYTHON= distutils autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011359.1A1DxuAY067704>