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/testpath/testpath.SlackBuild | |
| 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/testpath/testpath.SlackBuild')
| -rw-r--r-- | python/testpath/testpath.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/testpath/testpath.SlackBuild b/python/testpath/testpath.SlackBuild index 8ea69fb2cd..abb2a10f6c 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 |
