8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "7e34726c3ec8fae358a7faf62de172db15716f5582e5192a109e33348bd76c2e";
18 buildInputs = [ nose ];
19 propagatedBuildInputs = [ pep8 ];
22 homepage = "https://github.com/WoLpH/tissue";
23 description = "Tissue - automated pep8 checker for nose";
24 license = licenses.lgpl2;
25 maintainers = with maintainers; [ domenkozar ];