diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-02-29 13:59:48 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-01 15:59:04 +0700 |
commit | 644f3fce386485774993ba388d66c7218b76e51c (patch) | |
tree | b24b2d615279be488d49b8edcc2d15486ca18eca /python/pyinotify | |
parent | 97e3a1d8b8b1600aeaae5bd00e31a2dac13d7112 (diff) |
python/pyinotify: New maintainer, remove Python 2 support
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyinotify')
-rw-r--r-- | python/pyinotify/pyinotify.SlackBuild | 2 | ||||
-rw-r--r-- | python/pyinotify/pyinotify.info | 4 | ||||
-rw-r--r-- | python/pyinotify/slack-desc | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/python/pyinotify/pyinotify.SlackBuild b/python/pyinotify/pyinotify.SlackBuild index 2d2e6d2ab1c7f..aa21d7ac1a9ce 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 \ diff --git a/python/pyinotify/pyinotify.info b/python/pyinotify/pyinotify.info index 2c7534e470564..44f6e248c50d4 100644 --- a/python/pyinotify/pyinotify.info +++ b/python/pyinotify/pyinotify.info @@ -6,5 +6,5 @@ MD5SUM="8e580fa1ff3971f94a6f81672b76c406" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu@protonmail.com" diff --git a/python/pyinotify/slack-desc b/python/pyinotify/slack-desc index 33d2d9371d121..c2efb9d751592 100644 --- a/python/pyinotify/slack-desc +++ b/python/pyinotify/slack-desc @@ -14,6 +14,6 @@ pyinotify: called inotify. inotify is an event-driven notifier; its pyinotify: notifications are exported from kernel space to user space through pyinotify: three system calls. pyinotify: -pyinotify: Homepage: http://pyinotify.sourceforge.net/ +pyinotify: Homepage: https://github.com/seb-m/pyinotify pyinotify: pyinotify: |