From 06fec61cffcfe03fa1e624b8141a24fbed9a2b8e Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Thu, 16 Jan 2025 08:41:40 -0700 Subject: python/python3-flit: Fix build to use flit_core. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-flit/python3-flit.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/python3-flit/python3-flit.SlackBuild') diff --git a/python/python3-flit/python3-flit.SlackBuild b/python/python3-flit/python3-flit.SlackBuild index e212d8d653..7f4093efd6 100644 --- a/python/python3-flit/python3-flit.SlackBuild +++ b/python/python3-flit/python3-flit.SlackBuild @@ -63,7 +63,7 @@ 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 {} \+ -python3 -m build --no-isolation +python3 -m flit_core.wheel python3 -m installer -d "$PKG" dist/*.whl find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3