diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-18 23:09:14 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 21:54:38 +0700 |
commit | 7ff095cd35fbefb274c3245d9894ea3b309103cc (patch) | |
tree | 7708283b7736984f2982b723167b5259fc331e43 /python/python3-jedi/python3-jedi.SlackBuild | |
parent | a908f194a90fffdc920b2d16d728880e90fbc9b3 (diff) | |
download | slackbuilds-7ff095cd35fbefb274c3245d9894ea3b309103cc.tar.gz slackbuilds-7ff095cd35fbefb274c3245d9894ea3b309103cc.tar.xz |
python/python3-jedi: Update for 0.18.1 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jedi/python3-jedi.SlackBuild')
-rw-r--r-- | python/python3-jedi/python3-jedi.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/python3-jedi/python3-jedi.SlackBuild b/python/python3-jedi/python3-jedi.SlackBuild index 312a7df5cd..c405de4688 100644 --- a/python/python3-jedi/python3-jedi.SlackBuild +++ b/python/python3-jedi/python3-jedi.SlackBuild @@ -2,8 +2,9 @@ # Slackware build script for python3-jedi -# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jedi -VERSION=${VERSION:-0.18.0} +VERSION=${VERSION:-0.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,7 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - *.rst *.txt \ + *.rst PKG-INFO *.txt docs/ \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |