aboutsummaryrefslogtreecommitdiff
path: root/python/python3-WTForms
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-09-09 11:56:23 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-14 23:36:59 +0700
commite212ff257aecf476ec89c6e05ed5cf425fecffb8 (patch)
tree02012e510812b529639d50f4543ccc54c809bea9 /python/python3-WTForms
parentb0960cef60d2224f85fef5cdd0af489816e57cc3 (diff)
python/python3-WTForms: Fix for new hatchling.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-WTForms')
-rw-r--r--python/python3-WTForms/python3-WTForms.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-WTForms/python3-WTForms.SlackBuild b/python/python3-WTForms/python3-WTForms.SlackBuild
index 9b450c890c..f9f03a21b9 100644
--- a/python/python3-WTForms/python3-WTForms.SlackBuild
+++ b/python/python3-WTForms/python3-WTForms.SlackBuild
@@ -65,6 +65,9 @@ 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 {} \+
+PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
+export PYTHONPATH=/opt/python$PYVER/site-packages
+
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl