summaryrefslogtreecommitdiffstats
path: root/python/python3-wrapt/python3-wrapt.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2022-12-20 18:26:19 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-23 10:11:50 +0700
commit940bdb8f3c756e77fb01295f2e811e3bc26d668a (patch)
treef58637d2bd15762292466a3632521326e4e9fd87 /python/python3-wrapt/python3-wrapt.SlackBuild
parent86e65de667fe2cd0db7caa19a2ddc4cdedf0db50 (diff)
downloadslackbuilds-940bdb8f3c756e77fb01295f2e811e3bc26d668a.tar.gz
slackbuilds-940bdb8f3c756e77fb01295f2e811e3bc26d668a.tar.xz
python/python3-wrapt: Updated for version 1.14.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-wrapt/python3-wrapt.SlackBuild')
-rw-r--r--python/python3-wrapt/python3-wrapt.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/python/python3-wrapt/python3-wrapt.SlackBuild b/python/python3-wrapt/python3-wrapt.SlackBuild
index ce64319502..61da4175ff 100644
--- a/python/python3-wrapt/python3-wrapt.SlackBuild
+++ b/python/python3-wrapt/python3-wrapt.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for python3-wrapt
+# Copyright 2022 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2018 Markus Rinne Finland
# All rights reserved.
#
@@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-wrapt
SRCNAM=wrapt
-VERSION=${VERSION:-1.12.1}
+VERSION=${VERSION:-1.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,9 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- README.rst LICENSE \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install