summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-03-06 21:49:39 +0100
committer Willy Sudiarto Raharjo2022-03-07 02:38:05 +0100
commit06e4dc7b0f37bfcff066f2c1e5eb11fdb649b6b3 (patch)
tree07ad2f172b02aa54a063786429b588bfbbed5ac1 /python
parent39dfe7a54a0dcc25ac78c2a82d0e45204423fa67 (diff)
downloadslackbuilds-06e4dc7b0f37bfcff066f2c1e5eb11fdb649b6b3.tar.gz
python/ipython: Update for 8.1.1 (+new stack_data dependency)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/ipython/ipython.SlackBuild4
-rw-r--r--python/ipython/ipython.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild
index 8f1bf4c8b8..79ec67454c 100644
--- a/python/ipython/ipython.SlackBuild
+++ b/python/ipython/ipython.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ipython
-VERSION=${VERSION:-7.31.1}
+VERSION=${VERSION:-8.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,7 +81,7 @@ rmdir $PKG/usr/share
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- COPYING.rst LICENSE PKG-INFO README.rst \
+ COPYING.rst LICENSE long_description.rst PKG-INFO README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info
index 54ca435777..4db98d94fb 100644
--- a/python/ipython/ipython.info
+++ b/python/ipython/ipython.info
@@ -1,10 +1,10 @@
PRGNAM="ipython"
-VERSION="7.31.1"
+VERSION="8.1.1"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/fb/39/c1947dc1bb993a35469ca474535cb3214c91f5f9a7752a1fcbd9b6b37dde/ipython-7.31.1.tar.gz"
-MD5SUM="6907b67691ba697173a3befb2c35f7ac"
+DOWNLOAD="https://files.pythonhosted.org/packages/fb/09/3501e84f146738e509d2ce98b862542b0f1e3448634e116b83acd7cb0c74/ipython-8.1.1.tar.gz"
+MD5SUM="5be0b383103159452d24a63e80678412"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall"
+REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall stack_data"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"