10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "d3e6498881485ab750efe40c5278982a9343bc627e137b11adced627719308c7";
19 buildInputs = [ cogapp mock virtualenv ];
21 propagatedBuildInputs = [ nose ];
23 # the tests do not pass
27 description = "A Python-based build/distribution/deployment scripting tool";
28 homepage = "https://github.com/paver/paver";
29 maintainers = with maintainers; [ lovek323 ];
30 platforms = platforms.unix;