From 1d3e709dd76d2caaea39d824e0343122ada14c9f Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 30 Oct 2020 20:10:48 -0700 Subject: python/traitlets: Updated for version 5.0.5. Signed-off-by: Willy Sudiarto Raharjo --- python/traitlets/traitlets.SlackBuild | 7 +++---- python/traitlets/traitlets.info | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'python/traitlets') diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild index 2613a6f8a7..466827a985 100644 --- a/python/traitlets/traitlets.SlackBuild +++ b/python/traitlets/traitlets.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for traitlets -# Copyright 2017-2019 Benjamin Trigona-Harany +# Copyright 2017-2020 Benjamin Trigona-Harany # 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 \ diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index 812a9996c5..cfdaa7f37f 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -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" -- cgit v1.2.3