7 buildPythonPackage rec {
8 pname = "func-timeout";
12 pname = "func_timeout";
14 sha256 = "74cd3c428ec94f4edfba81f9b2f14904846d5ffccc27c92433b8b5939b5575dd";
21 pythonImportsCheck = [ "func_timeout" ];
24 description = "Allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads";
25 homepage = "https://github.com/kata198/func_timeout";
26 license = licenses.lgpl3Only;
27 maintainers = with maintainers; [ ];