7 buildPythonPackage rec {
8 pname = "colored-traceback";
12 inherit pname version;
13 sha256 = "sha256-bafOKx2oafa7VMkntBW5VyfEu22ahMRhXqd9mHKRGwU=";
16 buildInputs = [ pygments ];
18 # No setuptools tests for the package.
21 pythonImportsCheck = [ "colored_traceback" ];
24 homepage = "https://github.com/staticshock/colored-traceback.py";
25 description = "Automatically color Python's uncaught exception tracebacks";
26 license = licenses.isc;
27 maintainers = with maintainers; [ pamplemousse ];