12 buildPythonPackage rec {
13 pname = "async-tkinter-loop";
19 pname = "async_tkinter_loop";
20 hash = "sha256-UJxBgTmEe8suR6WmttJKLi3KKQvEaNrWtrgCnoqGW/0=";
28 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Implementation of asynchronous mainloop for tkinter, the use of which allows using async handler functions";
43 homepage = "https://github.com/insolor/async-tkinter-loop";
44 changelog = "https://github.com/insolor/async-tkinter-loop/releases/tag/${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ AngryAnt ];