10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-kBudHLxFUT4Apzl2d7CYRBsod0tojzChWbrUgBv0A2Q=";
26 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Traits-capable windowing framework";
40 homepage = "https://github.com/enthought/traitsui";
41 changelog = "https://github.com/enthought/traitsui/releases/tag/${version}";
42 license = licenses.bsdOriginal;
43 maintainers = with maintainers; [ knedlsepp ];