diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-29 11:11:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:50 +0700 |
commit | 9880a8f68f0d5d8fd32fbb397ecba7d6f7731a9f (patch) | |
tree | a454d32f93e1afb30455c1cf48ddbe41f3b25c28 /python/ipython | |
parent | f9e8484823af2c85925934d508a49b65d4c5c064 (diff) | |
download | slackbuilds-9880a8f68f0d5d8fd32fbb397ecba7d6f7731a9f.tar.gz slackbuilds-9880a8f68f0d5d8fd32fbb397ecba7d6f7731a9f.tar.xz |
python/ipython: REQUIRES updated.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython')
-rw-r--r-- | python/ipython/ipython.SlackBuild | 2 | ||||
-rw-r--r-- | python/ipython/ipython.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild index 93a9812742..fe9179b114 100644 --- a/python/ipython/ipython.SlackBuild +++ b/python/ipython/ipython.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ipython VERSION=${VERSION:-8.8.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index 2a826cf2a2..7571ddcb39 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.8.0 MD5SUM="a1ea9b6e43c5568e5031974eb3a6acb0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall stack_data" +REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall python3-stack_data" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |