CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/07/18 08:17:05
Modified files:
devel/py-pyinotify: Makefile
devel/py-pyinotify/patches: patch-setup_py
devel/py-pyinotify/pkg: PLIST
Removed files:
devel/py-pyinotify/patches: patch-common_inotify_syscalls_c
Log message:
Simplify: stop building the C extension
This C extension is only useful as a fallback on Linux, for direct
syscalls access. Instead, tweak setup.py so that ctypes properly finds
the inotify* symbols from devel/libinotify instead of libc.
As a result of not building the C extension, this fixes the build on riscv64.
ok jasper@ (maintainer)