git: 474ca5810f7f - main - math/py-gmpy2: limit supported python versions

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Mon, 01 Nov 2021 13:59:58 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=474ca5810f7f1ff77260aa27dc1fb567b09fb5d3

commit 474ca5810f7f1ff77260aa27dc1fb567b09fb5d3
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-10-28 14:00:11 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-11-01 13:59:08 +0000

    math/py-gmpy2: limit supported python versions
    
    src/gmpy_mpfr.c:756:20: error: use of undeclared identifier '_PyHASH_NAN'
                return _PyHASH_NAN;
    
    Approved by:    portmgr blanket
---
 math/py-gmpy2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-gmpy2/Makefile b/math/py-gmpy2/Makefile
index 4ec876ca1a00..40103253c12b 100644
--- a/math/py-gmpy2/Makefile
+++ b/math/py-gmpy2/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpc.so:math/mpc \
 		libmpfr.so:math/mpfr
 
-USES=		python:3.6+ zip
+USES=		python:3.6-3.9 zip
 USE_PYTHON=	distutils autoplist
 
 CONFLICTS=	${PYTHON_PKGNAMEPREFIX}gmpy2-devel-2.1*