mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/tornado: Updated for version 4.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
a9f12b356c
commit
3df5037164
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tornado
|
||||
VERSION=${VERSION:-4.2.1}
|
||||
VERSION=${VERSION:-4.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tornado"
|
||||
VERSION="4.2.1"
|
||||
VERSION="4.4.0"
|
||||
HOMEPAGE="http://www.tornadoweb.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/t/tornado/tornado-4.2.1.tar.gz"
|
||||
MD5SUM="d523204389cfb70121bb69709f551b20"
|
||||
DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v4.4.0/tornado-4.4.0.tar.gz"
|
||||
MD5SUM="4397681f497e49bda4f9a340ae57c35e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="backports-ssl-match-hostname"
|
||||
|
|
Loading…
Reference in a new issue