12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 hash = "sha256-fhNhg0e3pkjtIM29T9GlFkj1AQKR815OD/G/cKcgy/g=";
24 nativeBuildInputs = [ setuptools ];
26 propagatedBuildInputs = [
32 doCheck = false; # Needs X server
34 pythonImportsCheck = [ "pyface" ];
37 description = "Traits-capable windowing framework";
38 homepage = "https://github.com/enthought/pyface";
39 changelog = "https://github.com/enthought/pyface/releases/tag/${version}";
40 maintainers = with maintainers; [ ];
41 license = licenses.bsdOriginal;