Skip to content

Commit 30c585b

Browse files
committed
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
1 parent 474ca58 commit 30c585b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎math/py-gmpy2-devel/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ USE_GITHUB= yes
2121
GH_ACCOUNT= aleaxit
2222
GH_PROJECT= gmpy
2323

24-
USES= localbase python:3.7+
24+
USES= localbase python:3.7-3.9
2525
USE_PYTHON= distutils
2626

2727
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}gmpy2-2.0*

0 commit comments

Comments
 (0)