git: 30c585bcb304 - main - math/py-gmpy2-devel: limit supported python versions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:59:59 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=30c585bcb304b60a92662fe62deabb5204d934bc commit 30c585bcb304b60a92662fe62deabb5204d934bc Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-11-01 12:33:13 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-11-01 13:59:09 +0000 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 --- math/py-gmpy2-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-gmpy2-devel/Makefile b/math/py-gmpy2-devel/Makefile index de194eb392b2..b08e25f0fc44 100644 --- a/math/py-gmpy2-devel/Makefile +++ b/math/py-gmpy2-devel/Makefile @@ -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*