Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2021 23:54:25 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 657b4a5caf6e - main - math/py-numpy: mark as not compatible with python 3.10
Message-ID:  <202108272354.17RNsPZB055191@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=657b4a5caf6e34f7304323b9d001e74aedf59e88

commit 657b4a5caf6e34f7304323b9d001e74aedf59e88
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-08-25 12:36:23 +0000
Commit:     Dmitry Marakasov <amdmi3@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//



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108272354.17RNsPZB055191>