12 let automat = buildPythonPackage rec {
19 sha256 = "7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33";
25 name = "dont-depend-on-m2r.patch";
26 url = "https://github.com/glyph/automat/compare/v20.2.0..2562fa4ddeba5b5945d9482baa4c26a414f5e831.patch";
27 includes = [ "setup.py" ];
28 hash = "sha256-jlPLJMu1QbBpiVYHDiqPydrXjEoZgYZTVVGNxSA0NxY=";
36 propagatedBuildInputs = [
46 # escape infinite recursion with twisted
50 check = automat.overridePythonAttrs (_: { doCheck = true; });
54 homepage = "https://github.com/glyph/Automat";
55 description = "Self-service finite-state machines for the programmer on the go";
56 license = licenses.mit;
57 maintainers = with maintainers; [ SuperSandro2000 ];