mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-Flask: Updated for version 1.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b15a83c0f5
commit
11c5c1a7a3
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python3-Flask
|
||||
PROGNAM=Flask
|
||||
VERSION=${VERSION:-1.0.3}
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,7 +77,7 @@ 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 AUTHORS CHANGES.rst LICENSE PKG-INFO docs/*.rst \
|
||||
cp -a README.rst CHANGES.rst PKG-INFO docs/*.rst \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-Flask"
|
||||
VERSION="1.0.3"
|
||||
VERSION="1.1.1"
|
||||
HOMEPAGE="http://flask.pocoo.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/e9/96/8f6d83828a77306a119e12b215a7b0637c955b408fb1c161311a6891b958/Flask-1.0.3.tar.gz"
|
||||
MD5SUM="4b81d0538eb6515ce94df05e74523913"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/2e/80/3726a729de758513fd3dbc64e93098eb009c49305a97c6751de55b20b694/Flask-1.1.1.tar.gz"
|
||||
MD5SUM="0e3ed44ece1c489ed835d1b7047e349c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="werkzeug Jinja2 python3-itsdangerous click"
|
||||
|
|
Loading…
Reference in a new issue