python/traitlets: Updated for version 5.0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-30 20:10:48 -07:00 committed by Willy Sudiarto Raharjo
parent 7448312c16
commit 1d3e709dd7
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for traitlets
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=traitlets
VERSION=${VERSION:-4.3.3}
BUILD=${BUILD:-2}
VERSION=${VERSION:-5.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -69,7 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View File

@ -1,8 +1,8 @@
PRGNAM="traitlets"
VERSION="4.3.3"
VERSION="5.0.5"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/ipython/traitlets/archive/4.3.3/traitlets-4.3.3.tar.gz"
MD5SUM="7469c5aef78ced2eb7f7f19cdf1d9e87"
DOWNLOAD="https://github.com/ipython/traitlets/archive/5.0.5/traitlets-5.0.5.tar.gz"
MD5SUM="4c4b866f4b98082a2b60083ab9d6adf7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="enum34 ipython_genutils six python3-six"