From 889fd827434fe808fa767c0d3038873a45c8adbe Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Mon, 1 Jan 2018 10:22:51 +0000 Subject: python/Automat: Updated for version 0.6.0. Signed-off-by: David Spencer --- python/Automat/Automat.SlackBuild | 6 +++--- python/Automat/Automat.info | 6 +++--- 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" -- cgit v1.2.3