python/ipython: Updated for version 8.14.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d8b318f8c7
commit
63e1f625c2
|
@ -5,6 +5,7 @@
|
|||
# Copyright 2008-2011 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
|
||||
# Copyright 2023 Jeremy Hansem <jebrhansen+SBo@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ipython
|
||||
VERSION=${VERSION:-8.13.2}
|
||||
VERSION=${VERSION:-8.14.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ipython"
|
||||
VERSION="8.13.2"
|
||||
VERSION="8.14.0"
|
||||
HOMEPAGE="http://ipython.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.13.2.tar.gz"
|
||||
MD5SUM="9f600e4ad64d051c40735ae89d4613a5"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.14.0.tar.gz"
|
||||
MD5SUM="554151edfb42759595539d90687cd8ae"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue