diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-01-16 08:41:40 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-18 08:13:33 +0700 |
| commit | 06fec61cffcfe03fa1e624b8141a24fbed9a2b8e (patch) | |
| tree | 404f76a7800b811369c0b65ffb67b75154925da5 /python/python3-flit/python3-flit.SlackBuild | |
| parent | 82f269a299e5ee1b75f836bc421502d40882a526 (diff) | |
python/python3-flit: Fix build to use flit_core.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-flit/python3-flit.SlackBuild')
| -rw-r--r-- | python/python3-flit/python3-flit.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
