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