8 buildPythonPackage rec {
15 hash = "sha256-IZQifei/96PW2lQYSHBaFV3LsqBu4SDZ8oCh1/USY/8=";
18 propagatedBuildInputs = [ tkinter ];
22 pythonImportsCheck = [ "pymsgbox" ];
25 description = "Simple, cross-platform, pure Python module for JavaScript-like message boxes";
26 homepage = "https://github.com/asweigart/PyMsgBox";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ jluttine ];