From c057f488ade2605e2f7b99efb04ba99b2c876ab8 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 15 Jul 2018 05:29:25 -0700 Subject: python/python3-tornado: Updated for version 5.1.0. Signed-off-by: Benjamin Trigona-Harany --- python/python3-tornado/python3-tornado.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'python/python3-tornado/python3-tornado.SlackBuild') diff --git a/python/python3-tornado/python3-tornado.SlackBuild b/python/python3-tornado/python3-tornado.SlackBuild index b9ad4d7281ba..cb9f23d4bcc2 100644 --- a/python/python3-tornado/python3-tornado.SlackBuild +++ b/python/python3-tornado/python3-tornado.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-tornado -# Copyright 2017 Benjamin Trigona-Harany +# Copyright 2017-2018 Benjamin Trigona-Harany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=tornado PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-5.0.2} +VERSION=${VERSION:-5.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,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 README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + LICENSE README.rst \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3