11 buildPythonPackage rec {
14 disabled = isPy3k || isPyPy;
17 url = "http://code.liw.fi/debian/pool/main/c/cmdtest/cmdtest_${version}.orig.tar.xz";
18 sha256 = "0scc47h1nkmbm5zlvk9bsnsg64kb9r4xadchdinf4f1mph9qpgn6";
21 propagatedBuildInputs = [ cliapp ttystatus markdown ];
23 # TODO: cmdtest tests must be run before the buildPhase
27 homepage = "https://liw.fi/cmdtest/";
28 description = "Black box tests Unix command line tools";
29 license = licenses.gpl3;