scipy, remove remaining references to python 3.6 (#5685)

This commit is contained in:
Schrijvers Luc
2021-02-07 16:36:49 +01:00
committed by GitHub
parent 62843efc6a
commit a58f4e5c5a

View File

@@ -11,7 +11,7 @@ HOMEPAGE="https://www.scipy.org/"
COPYRIGHT=" 2001-2002 Enthought, Inc.
2003-2019 SciPy Developers"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/scipy/scipy/releases/download/v$portVersion/scipy-$portVersion.tar.xz"
CHECKSUM_SHA256="6de202d30b9e9e0704972f2b9272b1ff1090e2b089ddbdccfcf6271ce5ffb2d9"
SOURCE_DIR="scipy-$portVersion"
@@ -62,9 +62,7 @@ BUILD_REQUIRES="
devel:libopenblas$secondaryArchSuffix
devel:libumfpack$secondaryArchSuffix
numpy${secondaryArchSuffix}_python3
numpy${secondaryArchSuffix}_python36
setuptools_python3
setuptools_python36
"
BUILD_PREREQUIRES="
@@ -72,7 +70,6 @@ BUILD_PREREQUIRES="
cmd:gfortran$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:python3.6
cmd:python3.7
cmd:swig # not sure if actually used
"