7 buildPythonPackage rec {
8 pname = "inotifyrecursive";
12 inherit pname version;
13 sha256 = "osRQsxdpPkU4QW+Q6x14WFBtr+a4uIUDe9LdmuLa+h4=";
16 propagatedBuildInputs = [ inotify-simple ];
20 pythonImportsCheck = [ pname ];
23 description = "Simple recursive inotify watches for Python";
24 homepage = "https://github.com/letorbi/inotifyrecursive";
25 license = licenses.lgpl3Plus;
26 maintainers = with maintainers; [ Flakebi ];