8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "0g9l14my3v8zlgq1yd8wh5gpara0qcapsfmvg7lq2lapglzhjsy5";
18 propagatedBuildInputs = [ xlib ];
24 homepage = "https://github.com/parkouss/pyewmh";
25 description = "Implementation of EWMH (Extended Window Manager Hints), based on Xlib";
26 license = lib.licenses.lgpl3Plus;
27 maintainers = with lib.maintainers; [ bandresen ];