summaryrefslogtreecommitdiffstats
path: root/python/python3-jedi/python3-jedi.SlackBuild
diff options
context:
space:
mode:
author Isaac Yu2022-02-19 08:09:14 +0100
committer Willy Sudiarto Raharjo2022-02-19 15:54:38 +0100
commit7ff095cd35fbefb274c3245d9894ea3b309103cc (patch)
tree7708283b7736984f2982b723167b5259fc331e43 /python/python3-jedi/python3-jedi.SlackBuild
parenta908f194a90fffdc920b2d16d728880e90fbc9b3 (diff)
downloadslackbuilds-7ff095cd35fbefb274c3245d9894ea3b309103cc.tar.gz
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.SlackBuild7
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