diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-07-15 05:29:25 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-17 07:15:45 +0700 |
commit | c057f488ade2605e2f7b99efb04ba99b2c876ab8 (patch) | |
tree | b39ecc60a7a9d29a8fe4632d9d07a09ef118d3fb /python/python3-tornado | |
parent | 0239fb4c1e0afce64a1bbf536f70828c6642b9bc (diff) | |
download | slackbuilds-c057f488ade2605e2f7b99efb04ba99b2c876ab8.tar.gz |
python/python3-tornado: Updated for version 5.1.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/python3-tornado')
-rw-r--r-- | python/python3-tornado/python3-tornado.SlackBuild | 8 | ||||
-rw-r--r-- | python/python3-tornado/python3-tornado.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/python/python3-tornado/python3-tornado.SlackBuild b/python/python3-tornado/python3-tornado.SlackBuild index b9ad4d7281..cb9f23d4bc 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 diff --git a/python/python3-tornado/python3-tornado.info b/python/python3-tornado/python3-tornado.info index 97e114e46a..742f998da2 100644 --- a/python/python3-tornado/python3-tornado.info +++ b/python/python3-tornado/python3-tornado.info @@ -1,8 +1,8 @@ PRGNAM="python3-tornado" -VERSION="5.0.2" +VERSION="5.1.0" HOMEPAGE="http://www.tornadoweb.org" -DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.0.2/tornado-5.0.2.tar.gz" -MD5SUM="df2dcccbf58d95d9167e18b0cdeb5879" +DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v5.1.0/tornado-5.1.0.tar.gz" +MD5SUM="576467655e7ac393a59cf9bfe2428dd3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |