14 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7";
23 checkInputs = [ glibcLocales pytest mock ];
24 propagatedBuildInputs = [ ipython_genutils decorator six ] ++ lib.optional (pythonOlder "3.4") enum34;
27 LC_ALL="en_US.UTF-8" py.test
31 description = "Traitlets Python config system";
32 homepage = "http://ipython.org/";
33 license = lib.licenses.bsd3;
34 maintainers = with lib.maintainers; [ ];