8 buildPythonPackage rec {
11 format = "setuptools";
14 url = "http://code.liw.fi/debian/pool/main/p/python-tracing/python-tracing_${version}.orig.tar.gz";
15 sha256 = "1l4ybj5rvrrcxf8csyq7qx52izybd502pmx70zxp46gxqm60d2l0";
18 buildInputs = [ sphinx ];
20 # error: invalid command 'test'
24 homepage = "https://liw.fi/tracing/";
25 description = "Python debug logging helper";
26 license = licenses.gpl3;