aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-02-22 14:26:02 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-23 08:45:31 +0700
commitc2e0a8be467a7ace14aab54b12db796754843f5e (patch)
tree93510e875ebb30334d78f9023109363b4cd8eca3 /python/python3-pyrsistent/python3-pyrsistent.SlackBuild
parent925fae1c42d2df2474317f383fb1704db26ac3c2 (diff)
python/python3-pyrsistent: Updated for version 0.18.1 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyrsistent/python3-pyrsistent.SlackBuild')
-rw-r--r--python/python3-pyrsistent/python3-pyrsistent.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
index 7cebaaeaec26..42c4a606bcab 100644
--- a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
+++ b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for python3-pyrsistent
# Copyright 2019-2020 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,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pyrsistent
-VERSION=${VERSION:-0.17.3}
+VERSION=${VERSION:-0.18.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -88,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- CHANGES.txt LICENCE.mit README README.rst \
+ CHANGES.txt LICENSE.mit README README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild