1 { lib, fetchPypi, buildPythonPackage
2 , setuptools, six, traits
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "a3e22a4d31429f0d5b9ff50aaac3fb47e4f7da678b6b0439a7b91ef40675f88d";
14 propagatedBuildInputs = [ setuptools six traits ];
16 doCheck = false; # Needs X server
19 description = "Traits-capable windowing framework";
20 homepage = "https://github.com/enthought/pyface";
21 maintainers = with maintainers; [ knedlsepp ];
22 license = licenses.bsdOriginal;