diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-08 14:56:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:07:52 +0700 |
commit | 69e0b36e05809e036f1edd619a2729ca2f381dae (patch) | |
tree | 8d90f92c036c12b174d684603073ba287b807688 | |
parent | 8ec60a695fafc5b2cc3c3667dee4cebb054f265a (diff) |
python/ipython: REQUIRES update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 0382b4b6fe4c8..c7dfecadf4ed0 100644 --- a/python/ipython/ipython.SlackBuild +++ b/python/ipython/ipython.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ipython VERSION=${VERSION:-8.16.1} -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 5e83ec0d779e3..e8b8c03cc7b0c 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.16. MD5SUM="fd3f08a1d311c69e853e615b218d01fd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data typing-extensions python3-exceptiongroup" +REQUIRES="python3-decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data typing-extensions python3-exceptiongroup" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |