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 | |
parent | a908f194a90fffdc920b2d16d728880e90fbc9b3 (diff) | |
download | slackbuilds-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')
-rw-r--r-- | python/python3-jedi/python3-jedi.SlackBuild | 7 | ||||
-rw-r--r-- | python/python3-jedi/python3-jedi.info | 10 |
2 files changed, 9 insertions, 8 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 diff --git a/python/python3-jedi/python3-jedi.info b/python/python3-jedi/python3-jedi.info index 29d54d4f07..411ffecc7f 100644 --- a/python/python3-jedi/python3-jedi.info +++ b/python/python3-jedi/python3-jedi.info @@ -1,10 +1,10 @@ PRGNAM="python3-jedi" -VERSION="0.18.0" +VERSION="0.18.1" HOMEPAGE="https://github.com/davidhalter/jedi" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.18.0.tar.gz" -MD5SUM="72707c00e8d6d0b190a5e5664be1cac5" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.18.1.tar.gz" +MD5SUM="d8dba4a98a35530f7f5b461c20aff180" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="parso" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |