7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "1b40cjigv7s9qj8hxxy6yhwv0320z7qywrigwgkasgh80q0xgphc";
16 propagatedBuildInputs = [ watchdog ];
20 pythonImportsCheck = [ "easywatch" ];
23 description = "Dead-simple way to watch a directory";
24 homepage = "https://github.com/Ceasar/easywatch";
25 license = licenses.mit;
26 maintainers = with maintainers; [ fgaz ];