8 buildPythonPackage rec {
9 pname = "TurboCheetah";
13 inherit pname version;
14 sha256 = "9e4c7ecb0d061bfb58281363ee1b09337083f013a8b4d0355326a5d8668f450c";
17 propagatedBuildInputs = [ cheetah ];
19 checkInputs = [ nose ];
22 description = "TurboGears plugin to support use of Cheetah templates";
23 homepage = "http://docs.turbogears.org/TurboCheetah";
24 license = lib.licenses.mit;