git: 657b4a5caf6e - main - math/py-numpy: mark as not compatible with python 3.10
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Aug 27 23:54:26 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=657b4a5caf6e34f7304323b9d001e74aedf59e88
commit 657b4a5caf6e34f7304323b9d001e74aedf59e88
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-08-25 12:36:23 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-08-27 23:49:11 +0000
math/py-numpy: mark as not compatible with python 3.10
Approved by: portmgr blanket
---
math/py-numpy/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 7994d4368641..b386436ef6c6 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
-USES= compiler:c11 fortran python:3.6+ zip
+USES= compiler:c11 fortran python:3.6-3.9 zip
USE_PYTHON= allflavors autoplist concurrent cython distutils
GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so//
More information about the dev-commits-ports-all
mailing list