9 buildPythonPackage rec {
16 sha256 = "17f3zppjjprs2jnklvzkz23mh9jdn6b1f445mvrjdm4ivi15q28v";
19 propagatedBuildInputs = [ six ];
21 checkInputs = [ pytestrunner pytest ];
23 # Certain tests require network
25 py.test -k "not test_cgiapp and not test_proxy"
29 description = "Tools for using a Web Server Gateway Interface stack";
30 homepage = "http://pythonpaste.org/";
31 license = licenses.mit;