aboutsummaryrefslogtreecommitdiff
path: root/python/python3-mistune/python3-mistune.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2025-12-23 13:24:34 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-12-26 23:52:16 +0700
commit471ff1d6665bab35a611a03900b0a958add065e8 (patch)
treec83d14b240418c20141e4fdc15de5b32b6473cc0 /python/python3-mistune/python3-mistune.SlackBuild
parentb1a47c4b68d814d95265955388408476807a4607 (diff)
python/python3-mistune: Update for 3.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-mistune/python3-mistune.SlackBuild')
-rw-r--r--python/python3-mistune/python3-mistune.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/python3-mistune/python3-mistune.SlackBuild b/python/python3-mistune/python3-mistune.SlackBuild
index d4d526dd14..8b4c8ea193 100644
--- a/python/python3-mistune/python3-mistune.SlackBuild
+++ b/python/python3-mistune/python3-mistune.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-mistune
-VERSION=${VERSION:-3.1.4}
+VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -64,8 +64,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# pyproject.toml does not explicitly state a requirement for a newer setuptools
-# However, the newer setuptools is still needed (otherwise, the build breaks)
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages