From b6cf943962c50d620ce344dab304fdf4f19a0d39 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Sat, 20 Jun 2020 23:18:57 +0100 Subject: [PATCH] n/tornado: Upgraded to tornado-6.0.4. --- n/tornado/tornado-6.0.3.tar.gz.sha256 | 1 - n/tornado/tornado-6.0.4.tar.gz.sha256 | 1 + n/tornado/tornado.SlackBuild | 5 ++--- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 n/tornado/tornado-6.0.3.tar.gz.sha256 create mode 100644 n/tornado/tornado-6.0.4.tar.gz.sha256 diff --git a/n/tornado/tornado-6.0.3.tar.gz.sha256 b/n/tornado/tornado-6.0.3.tar.gz.sha256 deleted file mode 100644 index 4957bbef..00000000 --- a/n/tornado/tornado-6.0.3.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9 tornado-6.0.3.tar.gz diff --git a/n/tornado/tornado-6.0.4.tar.gz.sha256 b/n/tornado/tornado-6.0.4.tar.gz.sha256 new file mode 100644 index 00000000..9f00e627 --- /dev/null +++ b/n/tornado/tornado-6.0.4.tar.gz.sha256 @@ -0,0 +1 @@ +0fe2d45ba43b00a41cd73f8be321a44936dc1aba233dee979f17a042b83eb6dc tornado-6.0.4.tar.gz diff --git a/n/tornado/tornado.SlackBuild b/n/tornado/tornado.SlackBuild index 296ccf75..08615393 100755 --- a/n/tornado/tornado.SlackBuild +++ b/n/tornado/tornado.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2014,2015,2016,2019 Damien Goutte-Gattat +# Copyright (C) 2014,2015,2016,2019,2020 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -26,7 +26,7 @@ # Source package infos NAMESRC=${NAMESRC:-tornado} -VERSION=${VERSION:-6.0.3} +VERSION=${VERSION:-6.0.4} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} # Build infos @@ -66,7 +66,6 @@ cd $TMP echo "Building $ARCHIVE..." tar xf $CWD/$ARCHIVE cd $NAME -# Tornado 6.x is Python 3 only python3 setup.py build python3 setup.py install --root=$PKG