summaryrefslogtreecommitdiffstats
path: root/python/python3-six/python3-six.SlackBuild
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-12-11 18:24:49 +0100
committer Willy Sudiarto Raharjo2018-12-15 14:44:20 +0100
commite4fcf0d1e383f3c63431bc1b41914f8bb2fc1bd2 (patch)
tree620b6bcc57c519f794b3fae7f5eae0a75f02343e /python/python3-six/python3-six.SlackBuild
parentf558a76b336a34bb53e9bc7069cf8d002a06f43f (diff)
downloadslackbuilds-e4fcf0d1e383f3c63431bc1b41914f8bb2fc1bd2.tar.gz
python/python3-six: Updated for version 1.12.0.
Diffstat (limited to 'python/python3-six/python3-six.SlackBuild')
-rw-r--r--python/python3-six/python3-six.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/python/python3-six/python3-six.SlackBuild b/python/python3-six/python3-six.SlackBuild
index 4160020f1d..880c9ba3fd 100644
--- a/python/python3-six/python3-six.SlackBuild
+++ b/python/python3-six/python3-six.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-six
# Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
-# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
SRCNAM=six
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-1.11.0}
+VERSION=${VERSION:-1.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,9 @@ 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 CHANGES LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ CHANGES LICENSE README.rst \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install