8 buildPythonPackage rec {
11 format = "setuptools";
16 hash = "sha256-lIQSRXz8zwx3XdCOCRP7APkIlqM8eXN9VxxzEq6vVcY=";
19 propagatedBuildInputs = [ tkinter ];
21 # Disable tests due to their xserver requirement
25 description = "Toolkit for building high-level compound widgets in Python using the Tkinter module";
26 homepage = "https://pmw.sourceforge.net/";
27 license = lib.licenses.mit;
28 maintainers = with lib.maintainers; [ mounium ];