11 buildPythonPackage rec {
12 pname = "async-tkinter-loop";
18 pname = "async_tkinter_loop";
19 hash = "sha256-YwmW+zXAx9TAxgoRLEr7/3o1rrO4eSNScuoTh3ud2Vo=";
27 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "Implementation of asynchronous mainloop for tkinter, the use of which allows using async handler functions";
41 homepage = "https://github.com/insolor/async-tkinter-loop";
42 changelog = "https://github.com/insolor/async-tkinter-loop/releases/tag/${version}";
43 license = licenses.mit;
44 maintainers = with maintainers; [ AngryAnt ];