summaryrefslogtreecommitdiffstats
path: root/development/spyder
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-05-13 13:12:59 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-14 15:24:08 +0700
commitdd4176b71c64ef10ee417aa93f67bb51ae5f5211 (patch)
treea1d06c2d802384ba9ee287d8e95357a231417145 /development/spyder
parent91917fefbdb6224d207205e4ca855ecaaead7e43 (diff)
downloadslackbuilds-dd4176b71c64ef10ee417aa93f67bb51ae5f5211.tar.gz
slackbuilds-dd4176b71c64ef10ee417aa93f67bb51ae5f5211.tar.xz
development/spyder: Under REQUIRES, change atomicwrites to python3-atomicwrites
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/spyder')
-rw-r--r--development/spyder/spyder.SlackBuild2
-rw-r--r--development/spyder/spyder.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/development/spyder/spyder.SlackBuild b/development/spyder/spyder.SlackBuild
index 15a7b5dd66..d5e41ee226 100644
--- a/development/spyder/spyder.SlackBuild
+++ b/development/spyder/spyder.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=spyder
VERSION=${VERSION:-5.3.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/spyder/spyder.info b/development/spyder/spyder.info
index 9d7233299a..882c7d9538 100644
--- a/development/spyder/spyder.info
+++ b/development/spyder/spyder.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/spyder-ide/spyder/archive/v5.3.1/spyder-5.3.1.tar.g
MD5SUM="dd5827e70667ef344aa7b6b8a4566054"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="atomicwrites autopep8 flake8 jellyfish jupyter-nbconvert numpydoc python-keyring python3-PyQtWebEngine python3-cookiecutter python3-pyflakes python3-intervaltree python3-lsp-black python3-pylint-venv python3-pyls-spyder python3-qstylizer python3-qtawesome python3-rope python3-rtree python3-spyder-kernels python3-three-merge python3-watchdog yapf"
+REQUIRES="python3-atomicwrites autopep8 flake8 jellyfish jupyter-nbconvert numpydoc python-keyring python3-PyQtWebEngine python3-cookiecutter python3-pyflakes python3-intervaltree python3-lsp-black python3-pylint-venv python3-pyls-spyder python3-qstylizer python3-qtawesome python3-rope python3-rtree python3-spyder-kernels python3-three-merge python3-watchdog yapf"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"