1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Dmitry Marakasov 2021-10-28 17:00:11 +03:00
parent 9d058c6244
commit 474ca5810f

View File

@ -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*