math/py-gmpy2-devel: limit supported python versions

./src/gmpy2_hash.c:150:20: error: use of undeclared identifier '_PyHASH_NAN'
            return _PyHASH_NAN;

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2021-11-01 15:33:13 +03:00
parent 474ca5810f
commit 30c585bcb3

View File

@ -21,7 +21,7 @@ USE_GITHUB= yes
GH_ACCOUNT= aleaxit
GH_PROJECT= gmpy
USES= localbase python:3.7+
USES= localbase python:3.7-3.9
USE_PYTHON= distutils
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}gmpy2-2.0*