diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-30 20:10:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:19 +0700 |
commit | 1d3e709dd76d2caaea39d824e0343122ada14c9f (patch) | |
tree | 502bf753351e517b2920934f62d3b31611a3562d /python/traitlets/traitlets.SlackBuild | |
parent | 7448312c1687ee29626a6bae8223c31805a9e9a3 (diff) |
python/traitlets: Updated for version 5.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/traitlets/traitlets.SlackBuild')
-rw-r--r-- | python/traitlets/traitlets.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild index 2613a6f8a7010..466827a985520 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 <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 \ |