summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2020-01-04 20:54:34 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:53 +0100
commitd483e52220eb12cae05e30f8c10801e877b1a5fd (patch)
tree0dc08c7bef64b6e112d3d81026265fdea5995960
parenta9af6452629b1b2216f4658be7f76ddda43341b3 (diff)
downloadslackbuilds-d483e52220eb12cae05e30f8c10801e877b1a5fd.tar.gz
python/python3-ipython: Updated for version 7.11.1.
Additionally, ipython and ipython3 executables are synonymous. Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-rw-r--r--python/python3-ipython/python3-ipython.SlackBuild8
-rw-r--r--python/python3-ipython/python3-ipython.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/python/python3-ipython/python3-ipython.SlackBuild b/python/python3-ipython/python3-ipython.SlackBuild
index 4820424735..018a8c0430 100644
--- a/python/python3-ipython/python3-ipython.SlackBuild
+++ b/python/python3-ipython/python3-ipython.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-ipython
-VERSION=${VERSION:-7.10.2}
+VERSION=${VERSION:-7.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,14 +58,12 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python3 setup.py install --root=$PKG
-rm $PKG/usr/bin/iptest
-rm $PKG/usr/bin/ipython
+rm $PKG/usr/bin/iptest*
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-mkdir -p $PKG/usr/man/man1
-mv $PKG/usr/share/man/man1/$SRCNAM.1 $PKG/usr/man/man1/${SRCNAM}3.1
+mv $PKG/usr/share/man $PKG/usr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info
index 6f15a2e8da..811e141443 100644
--- a/python/python3-ipython/python3-ipython.info
+++ b/python/python3-ipython/python3-ipython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
-VERSION="7.10.2"
+VERSION="7.11.1"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.10.2.tar.gz"
-MD5SUM="e15c89764f24678018cbb5dfe289e9f4"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.11.1.tar.gz"
+MD5SUM="f059a5086b7429b1bdec2838c5f1bf5a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit Pygments simplegeneric traitlets backcall"