10 buildPythonPackage rec {
12 version = "1.20131130";
15 url = "http://code.liw.fi/debian/pool/main/p/python-larch/python-larch_${version}.orig.tar.gz";
16 sha256 = "1hfanp9l6yc5348i3f5sb8c5s4r43y382hflnbl6cnz4pm8yh5r7";
19 buildInputs = [ sphinx ];
20 propagatedBuildInputs = [ tracing ttystatus cliapp ];
22 # error: invalid command 'test'
26 homepage = "https://liw.fi/larch/";
27 description = "Python B-tree library";
28 license = licenses.gpl3;