summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2018-01-01 10:22:51 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:55:12 +0700
commit889fd827434fe808fa767c0d3038873a45c8adbe (patch)
tree343eb45c6a0bdb2d7febc408aeb8ce9d1bd027c8 /python
parent6fb7d486ae8593c00e2de1aa6c0c04f1093e23b4 (diff)
downloadslackbuilds-889fd827434fe808fa767c0d3038873a45c8adbe.tar.gz
slackbuilds-889fd827434fe808fa767c0d3038873a45c8adbe.tar.xz
python/Automat: Updated for version 0.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/Automat/Automat.SlackBuild6
-rw-r--r--python/Automat/Automat.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/Automat/Automat.SlackBuild b/python/Automat/Automat.SlackBuild
index 2abaf278d3..ea685e6f7d 100644
--- a/python/Automat/Automat.SlackBuild
+++ b/python/Automat/Automat.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Automat
#
-# Copyright 2017 Markus Reichelt, Aachen, DE
+# Copyright 2017-2018 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Automat
-VERSION=${VERSION:-0.5.0}
+VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,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 LICENSE README.* docs/examples/ $PKG/usr/doc/$PRGNAM-$VERSION
+cp -ar LICENSE README.* docs/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/Automat/Automat.info b/python/Automat/Automat.info
index 8e15d44d6c..2ae926dc54 100644
--- a/python/Automat/Automat.info
+++ b/python/Automat/Automat.info
@@ -1,8 +1,8 @@
PRGNAM="Automat"
-VERSION="0.5.0"
+VERSION="0.6.0"
HOMEPAGE="https://pypi.python.org/pypi/Automat"
-DOWNLOAD="https://pypi.python.org/packages/73/5a/e5dc9a87e5795ba164e012f2b1cd659e31b722355b79e934e0af892d0493/Automat-0.5.0.tar.gz"
-MD5SUM="3a73d95339da60b58a624851f2319fe3"
+DOWNLOAD="https://pypi.python.org/packages/de/05/b8e453085cf8a7f27bb1226596f4ccf5cc9e758377d60284f990bbdc592c/Automat-0.6.0.tar.gz"
+MD5SUM="ad7bba58d262d8956d732330cb5ef53d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-m2r setuptools-scm attrs six"