diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-01-05 00:24:10 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:45 +0700 |
commit | e471c0fe123154ac4775ec044a22ec77aea1fab0 (patch) | |
tree | 0ab40ad6ac33c0b5ef30c70c8b2b65dfe27a3020 /python/werkzeug | |
parent | 502f4f4e5924714c19ecfedde9758488f318d6e6 (diff) |
python/werkzeug: Updated for version 3.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/werkzeug')
-rw-r--r-- | python/werkzeug/werkzeug.SlackBuild | 21 | ||||
-rw-r--r-- | python/werkzeug/werkzeug.info | 6 |
2 files changed, 5 insertions, 22 deletions
diff --git a/python/werkzeug/werkzeug.SlackBuild b/python/werkzeug/werkzeug.SlackBuild index 00a9240ac2818..f55e939db51e0 100644 --- a/python/werkzeug/werkzeug.SlackBuild +++ b/python/werkzeug/werkzeug.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for werkzeug -# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2013 Mohamed LYAHYAOUI <mlyahyaoui@gmail.com> # Copyright 2018-2020 Dominik Drobek <dominik.drobek (at) o2.pl> # All rights reserved. @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=werkzeug -VERSION=${VERSION:-2.3.7} +VERSION=${VERSION:-3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,23 +52,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -elif [ "$ARCH" = "aarch64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/python/werkzeug/werkzeug.info b/python/werkzeug/werkzeug.info index 7d3d0dc3f611b..e3ef71d961f62 100644 --- a/python/werkzeug/werkzeug.info +++ b/python/werkzeug/werkzeug.info @@ -1,8 +1,8 @@ PRGNAM="werkzeug" -VERSION="2.3.7" +VERSION="3.0.1" HOMEPAGE="https://palletsprojects.com/p/werkzeug/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-2.3.7.tar.gz" -MD5SUM="31bb8f7f0be8724e6da89df0f6fc5d12" +DOWNLOAD="https://files.pythonhosted.org/packages/source/w/werkzeug/werkzeug-3.0.1.tar.gz" +MD5SUM="b8cb17df4a7d86b7c5cdffcd5657197a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |