1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
4 pname = "inotify-simple";
8 pname = "inotify_simple";
10 sha256 = "0a61bh087cq5wfrvz680hg5pmykb9gmy26kwyn6ims2akkjgyh44";
13 # The package has no tests
16 pythonImportsCheck = [ "inotify_simple" ];
19 description = "A simple Python wrapper around inotify";
20 homepage = "https://github.com/chrisjbillington/inotify_simple";
21 license = licenses.bsd2;
22 maintainers = with maintainers; [ erikarvstedt ];