aboutsummaryrefslogtreecommitdiff
path: root/python/pyinotify/pyinotify.SlackBuild
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-02-29 13:59:48 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-01 15:59:04 +0700
commit644f3fce386485774993ba388d66c7218b76e51c (patch)
treeb24b2d615279be488d49b8edcc2d15486ca18eca /python/pyinotify/pyinotify.SlackBuild
parent97e3a1d8b8b1600aeaae5bd00e31a2dac13d7112 (diff)
python/pyinotify: New maintainer, remove Python 2 support
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyinotify/pyinotify.SlackBuild')
-rw-r--r--python/pyinotify/pyinotify.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyinotify/pyinotify.SlackBuild b/python/pyinotify/pyinotify.SlackBuild
index 2d2e6d2ab1..aa21d7ac1a 100644
--- a/python/pyinotify/pyinotify.SlackBuild
+++ b/python/pyinotify/pyinotify.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for pyinotify
# Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -65,7 +66,6 @@ find -L . \
# Compile the C extension.
sed -i '/^compile_ext_mod/s|=.*|= True|' setup.py
-python setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \