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