mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-Flask-Babel: Updated for version 3.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
24bc479e73
commit
0e0881790c
2 changed files with 7 additions and 4 deletions
|
@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-Flask-Babel
|
||||
SRCNAM=$(echo ${PRGNAM#python3-*} | sed -e "s/-/_/")
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -62,6 +62,9 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
elif [ "$ARCH" = "aarch64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-Flask-Babel"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.1.0"
|
||||
HOMEPAGE="https://github.com/python-babel/flask-babel"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-babel/flask_babel-3.0.0.tar.gz"
|
||||
MD5SUM="6da3763901e11e801de2d9f732062a13"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-babel/flask_babel-3.1.0.tar.gz"
|
||||
MD5SUM="ad0a1b69044dde430ad9319d3a2f7b47"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-poetry-core Flask python3-babel"
|
||||
|
|
Loading…
Reference in a new issue