summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-02-06 16:47:42 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:26 +0700
commitb30b8ce79a1fcb4a8decb02d820aea5b470ef868 (patch)
tree8aae61bc464fb660488122096a4ce62491fbd544 /python
parentf67ad01a3963aaf6630d244e361ec3adae287856 (diff)
downloadslackbuilds-b30b8ce79a1fcb4a8decb02d820aea5b470ef868.tar.gz
slackbuilds-b30b8ce79a1fcb4a8decb02d820aea5b470ef868.tar.xz
python/ipython: Updated for version 8.9.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/ipython/ipython.SlackBuild8
-rw-r--r--python/ipython/ipython.info8
2 files changed, 8 insertions, 8 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild
index fe9179b114..b8426e6b4f 100644
--- a/python/ipython/ipython.SlackBuild
+++ b/python/ipython/ipython.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2008-2011 Carlos Corbacho <carlos@strangeworlds.co.uk>
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ipython
-VERSION=${VERSION:-8.8.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-8.9.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -78,7 +78,7 @@ rmdir $PKG/usr/share
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- COPYING.rst LICENSE long_description.rst PKG-INFO README.rst \
+ COPYING.rst LICENSE long_description.rst 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 7571ddcb39..dece4783be 100644
--- a/python/ipython/ipython.info
+++ b/python/ipython/ipython.info
@@ -1,10 +1,10 @@
PRGNAM="ipython"
-VERSION="8.8.0"
+VERSION="8.9.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.8.0.tar.gz"
-MD5SUM="a1ea9b6e43c5568e5031974eb3a6acb0"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.9.0.tar.gz"
+MD5SUM="243f1357338db604c5f272c96f05d4aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall python3-stack_data"
+REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"