summaryrefslogtreecommitdiffstats
path: root/python/testpath
diff options
context:
space:
mode:
author Isaac Yu2022-02-21 10:34:05 +0100
committer Willy Sudiarto Raharjo2022-02-22 19:48:10 +0100
commit09d9888a9c3025f934f7d3d76829b5c1aa298bfb (patch)
treec94af1466009dafadedd573ea0c4864a0ed7a5ca /python/testpath
parent6c3c0acf96fae7910b84c551f893f478cc4e2411 (diff)
downloadslackbuilds-09d9888a9c3025f934f7d3d76829b5c1aa298bfb.tar.gz
python/testpath: Updated for version 0.5.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testpath')
-rw-r--r--python/testpath/testpath.SlackBuild7
-rw-r--r--python/testpath/testpath.info10
2 files changed, 9 insertions, 8 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
diff --git a/python/testpath/testpath.info b/python/testpath/testpath.info
index 8b44490f35..891df853b3 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"