git: 16546316ed54 - main - math/py-cdecimal: limit supported python version

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Thu, 28 Oct 2021 12:02:33 UTC
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: