Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2021 03:13:00 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e97e947598ce - 2021Q2 - science/py-scipy: Fix required python version
Message-ID:  <202106010313.1513D03O072277@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by lwhsu:

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

commit e97e947598ce39091075e5263cfe7756c79943fc
Author:     John W. O'Brien <john@saltant.com>
AuthorDate: 2021-06-01 03:10:28 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-06-01 03:12:43 +0000

    science/py-scipy: Fix required python version
    
    scipy dropped support for 3.6 as of 1.6.0:
    
    https://github.com/scipy/scipy/commit/0a4f408d9bd560f9a379d2e33b136b93f3583042
    
    PR:             256083
    MFH:            2021Q2
    (cherry picked from commit 7a75d1c97ab2c2b41d32490b31ffb07c55800ee7)
---
 science/py-scipy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index 88658a984382..da21393c08d1 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libopenblas.so:math/openblas
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		compiler:c++14-lang fortran python:3.6+ shebangfix
+USES=		compiler:c++14-lang fortran python:3.7+ shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
 FFLAGS+=	-std=legacy



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