7 buildPythonPackage rec {
8 pname = "inotify-simple";
10 format = "setuptools";
13 pname = "inotify_simple";
15 sha256 = "0a61bh087cq5wfrvz680hg5pmykb9gmy26kwyn6ims2akkjgyh44";
18 # The package has no tests
21 pythonImportsCheck = [ "inotify_simple" ];
24 description = "Simple Python wrapper around inotify";
25 homepage = "https://github.com/chrisjbillington/inotify_simple";
26 license = licenses.bsd2;
27 maintainers = with maintainers; [ erikarvstedt ];