diff --git a/programming/language/python3/python3-pgi/actions.py b/programming/language/python3/python3-pgi/actions.py
new file mode 100644
index 0000000000..1eee91d6bb
--- /dev/null
+++ b/programming/language/python3/python3-pgi/actions.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pythonmodules
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
diff --git a/programming/language/python3/python3-pgi/pspec.xml b/programming/language/python3/python3-pgi/pspec.xml
new file mode 100644
index 0000000000..c502b8891d
--- /dev/null
+++ b/programming/language/python3/python3-pgi/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-pyinotify
+ https://github.com/seb-m/pyinotify
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ programming.language.python3
+ Monitoring filesystems events with inotify on Linux.
+ Pyinotify is a Python module for monitoring filesystems changes. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to manipulate those functionalities.
+ https://github.com/seb-m/pyinotify/archive/refs/tags/0.9.6.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-pyinotify
+ Monitoring filesystems events with inotify on Linux.
+
+ python3
+
+
+ /usr/bin*
+ /usr/lib/python3*
+ /usr/share/doc*
+
+
+
+
+
+ 2022-01-23
+ 0.9.6
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python3/python3-pgi/translations.xml b/programming/language/python3/python3-pgi/translations.xml
new file mode 100644
index 0000000000..be958387e6
--- /dev/null
+++ b/programming/language/python3/python3-pgi/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pyinotify
+ Monitoring filesystems events with inotify on Linux.
+ Pyinotify is a Python module for monitoring filesystems changes. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to manipulate those functionalities.
+
+
diff --git a/programming/language/python3/python3-pyinotify/actions.py b/programming/language/python3/python3-pyinotify/actions.py
new file mode 100644
index 0000000000..1eee91d6bb
--- /dev/null
+++ b/programming/language/python3/python3-pyinotify/actions.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pythonmodules
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
diff --git a/programming/language/python3/python3-pyinotify/pspec.xml b/programming/language/python3/python3-pyinotify/pspec.xml
new file mode 100644
index 0000000000..c502b8891d
--- /dev/null
+++ b/programming/language/python3/python3-pyinotify/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-pyinotify
+ https://github.com/seb-m/pyinotify
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ programming.language.python3
+ Monitoring filesystems events with inotify on Linux.
+ Pyinotify is a Python module for monitoring filesystems changes. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to manipulate those functionalities.
+ https://github.com/seb-m/pyinotify/archive/refs/tags/0.9.6.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-pyinotify
+ Monitoring filesystems events with inotify on Linux.
+
+ python3
+
+
+ /usr/bin*
+ /usr/lib/python3*
+ /usr/share/doc*
+
+
+
+
+
+ 2022-01-23
+ 0.9.6
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python3/python3-pyinotify/translations.xml b/programming/language/python3/python3-pyinotify/translations.xml
new file mode 100644
index 0000000000..be958387e6
--- /dev/null
+++ b/programming/language/python3/python3-pyinotify/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pyinotify
+ Monitoring filesystems events with inotify on Linux.
+ Pyinotify is a Python module for monitoring filesystems changes. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to manipulate those functionalities.
+
+