network/bottle: Updated for version 0.12.18.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Philip Lacroix 2020-02-15 08:07:23 +07:00 committed by Willy Sudiarto Raharjo
parent 21933b3d6e
commit 51523e5c4b
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for bottle
# Copyright 2015-2017 Philip Lacroix <slackph at posteo dot de>
# Copyright 2015-2020 Philip Lacroix <slackph at posteo dot 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=bottle
VERSION=${VERSION:-0.12.13}
VERSION=${VERSION:-0.12.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,8 +53,8 @@ chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 \
-o -perm 400 \) -exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG

View File

@ -1,8 +1,8 @@
PRGNAM="bottle"
VERSION="0.12.13"
HOMEPAGE="http://bottlepy.org/docs/dev/"
DOWNLOAD="https://pypi.python.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/bottle-0.12.13.tar.gz"
MD5SUM="d2fe1b48c1d49217e78bf326b1cad437"
VERSION="0.12.18"
HOMEPAGE="https://bottlepy.org/docs/dev/"
DOWNLOAD="https://files.pythonhosted.org/packages/d9/4f/57887a07944140dae0d039d8bc270c249fc7fc4a00744effd73ae2cde0a9/bottle-0.12.18.tar.gz"
MD5SUM="a00b7e9a1ab3be7c19c1235fea2ccb40"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""