diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-21 01:34:05 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 01:48:10 +0700 |
commit | 09d9888a9c3025f934f7d3d76829b5c1aa298bfb (patch) | |
tree | c94af1466009dafadedd573ea0c4864a0ed7a5ca /python | |
parent | 6c3c0acf96fae7910b84c551f893f478cc4e2411 (diff) |
python/testpath: Updated for version 0.5.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/testpath/testpath.SlackBuild | 7 | ||||
-rw-r--r-- | python/testpath/testpath.info | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/python/testpath/testpath.SlackBuild b/python/testpath/testpath.SlackBuild index 8ea69fb2cd5ad..abb2a10f6cd95 100644 --- a/python/testpath/testpath.SlackBuild +++ b/python/testpath/testpath.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for testpath # 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 @@ -25,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=testpath -VERSION=${VERSION:-0.4.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.5.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README.rst \ + LICENSE PKG-INFO README.rst doc/ \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/testpath/testpath.info b/python/testpath/testpath.info index 8b44490f3517b..891df853b35ae 100644 --- a/python/testpath/testpath.info +++ b/python/testpath/testpath.info @@ -1,10 +1,10 @@ PRGNAM="testpath" -VERSION="0.4.4" +VERSION="0.5.0" HOMEPAGE="https://github.com/jupyter/testpath" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/testpath/testpath-0.4.4.tar.gz" -MD5SUM="297100d49a6f20859383434a182cf426" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/testpath/testpath-0.5.0.tar.gz" +MD5SUM="b3a41d75aadeab905f7014a3189e852b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |