diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-02-27 23:27:03 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-29 00:10:17 +0700 |
commit | e962a9f972ed840934c4815cf1fa5744d9a1f483 (patch) | |
tree | 4dac29c9de36c4c3973f2b2d4716bc3d07a64fe3 /development/python3-spyder-kernels | |
parent | 465af6a9066e0255a1236c6494773c406028e72a (diff) |
development/python3-spyder-kernels: Update for 2.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-spyder-kernels')
-rw-r--r-- | development/python3-spyder-kernels/python3-spyder-kernels.SlackBuild | 18 | ||||
-rw-r--r-- | development/python3-spyder-kernels/python3-spyder-kernels.info | 6 |
2 files changed, 5 insertions, 19 deletions
diff --git a/development/python3-spyder-kernels/python3-spyder-kernels.SlackBuild b/development/python3-spyder-kernels/python3-spyder-kernels.SlackBuild index e27a0f6721c8..2c94880ceccf 100644 --- a/development/python3-spyder-kernels/python3-spyder-kernels.SlackBuild +++ b/development/python3-spyder-kernels/python3-spyder-kernels.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-spyder-kernels -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,20 +49,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG @@ -79,7 +65,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Remove version limitations for ipykernel, ipython and jupyter_client -sed -i 's|ipykernel>=6.23.2,<7|ipykernel>=6.23.2|' setup.py +sed -i 's|ipykernel>=6.29.3,<7|ipykernel>=6.29.3|' setup.py sed -i 's|ipython>=8.13.0,<9|ipython>=8.13.0|' setup.py sed -i 's|jupyter-client>=7.4.9,<9|jupyter-client>=7.4.9|' setup.py diff --git a/development/python3-spyder-kernels/python3-spyder-kernels.info b/development/python3-spyder-kernels/python3-spyder-kernels.info index 873c4d4ed4e7..b59e553a21e9 100644 --- a/development/python3-spyder-kernels/python3-spyder-kernels.info +++ b/development/python3-spyder-kernels/python3-spyder-kernels.info @@ -1,8 +1,8 @@ PRGNAM="python3-spyder-kernels" -VERSION="2.5.0" +VERSION="2.5.1" HOMEPAGE="https://github.com/spyder-ide/spyder-kernels" -DOWNLOAD="https://github.com/spyder-ide/spyder-kernels/archive/v2.5.0/spyder-kernels-2.5.0.tar.gz" -MD5SUM="c74e8bc491cb3a229f22caf686c48558" +DOWNLOAD="https://github.com/spyder-ide/spyder-kernels/archive/v2.5.1/spyder-kernels-2.5.1.tar.gz" +MD5SUM="fd00102c1087031c0ea512a21cbd1979" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-ipykernel cloudpickle python3-wurlitzer" |