9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-Br9UFw/07PTIStXxiN7jkBFzq0ScJgitBbm/1rE+Mus=";
19 # FIXME: watchdog dependency is disabled on Darwin because of #31865, which causes very silent
20 # segfaults in the testsuite that end up failing the tests in a background thread (in myapp)
23 ] ++ lib.optionals (!stdenv.isDarwin) [
28 # Doesn't work with an exported home, RuntimeError: timeout waiting for change to file=/build/tmpgfn145cx
32 pythonImportsCheck = [ "hupper" ];
35 description = "In-process file monitor/reloader for reloading your code automatically during development";
36 mainProgram = "hupper";
37 homepage = "https://github.com/Pylons/hupper";
38 license = licenses.mit;
39 maintainers = with maintainers; [ ];