From d1b1fc9a4e2ea8c90321baff470e576fb6507ba6 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Tue, 10 Nov 2020 00:53:39 +0100 Subject: [PATCH] change README.md and provide gentoo ebuild for version 0.0.4 --- README.md | 5 ++++- .../{pyinotifyd-0.0.3.ebuild => pyinotifyd-0.0.4.ebuild} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename distribution/gentoo/dev-python/pyinotifyd/{pyinotifyd-0.0.3.ebuild => pyinotifyd-0.0.4.ebuild} (100%) diff --git a/README.md b/README.md index 3699264..26191a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # pyinotifyd A daemon to monitor filesystems events with inotify on Linux and run tasks like filesystem operations (copy, move or delete), a shell command or custom async python methods. -It is possible to schedule tasks with a delay, delayed tasks can be cancelled again in case a certain event occurs. A useful example would be to run tasks only if a file has not changed within a certain amount of time. + +It is possible to schedule tasks with a delay, which can then be canceled again in case a canceling event occurs. A useful example for this is to run tasks only if a file has not changed within a certain amount of time. + +pyinotifyd offers great flexibility through its dev-op configuration approach, which enables you to do almost anything you want. # Requirements * [pyinotify](https://github.com/seb-m/pyinotify) diff --git a/distribution/gentoo/dev-python/pyinotifyd/pyinotifyd-0.0.3.ebuild b/distribution/gentoo/dev-python/pyinotifyd/pyinotifyd-0.0.4.ebuild similarity index 100% rename from distribution/gentoo/dev-python/pyinotifyd/pyinotifyd-0.0.3.ebuild rename to distribution/gentoo/dev-python/pyinotifyd/pyinotifyd-0.0.4.ebuild