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>
This commit is contained in:
Benjamin Trigona-Harany 2020-01-04 11:54:34 -08:00 committed by Willy Sudiarto Raharjo
parent a9af645262
commit d483e52220
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 8 deletions

View file

@ -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

View file

@ -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"