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