Date: Thu, 28 Oct 2021 12:02:33 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: 16546316ed54 - main - math/py-cdecimal: limit supported python version Message-ID: <202110281202.19SC2Xoa036783@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=16546316ed545595b0811c340917991ba070ea02 commit 16546316ed545595b0811c340917991ba070ea02 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-10-28 11:29:04 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-10-28 11:46:08 +0000 math/py-cdecimal: limit supported python version cdecimal3.c:657:21: error: no member named 'tp_print' in 'struct _typeobject' return PyDict_Type.tp_print(self, fp, flags); /* GCOV_NOT_REACHED */ --- math/py-cdecimal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile index b170f2e50be0..7ce6f0093577 100644 --- a/math/py-cdecimal/Makefile +++ b/math/py-cdecimal/Makefile @@ -13,7 +13,7 @@ COMMENT= Fast drop-in replacement for the Decimal module LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.6+ +USES= python:3.6-3.8 USE_PYTHON= distutils autoplist post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110281202.19SC2Xoa036783>