From 7ff095cd35fbefb274c3245d9894ea3b309103cc Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 18 Feb 2022 23:09:14 -0800 Subject: python/python3-jedi: Update for 0.18.1 (+new maintainer) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-jedi/python3-jedi.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python/python3-jedi/python3-jedi.SlackBuild') 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 # Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2017-2021 Benjamin Trigona-Harany +# Copyright 2022 Isaac Yu # 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 -- cgit v1.2.3