9 buildPythonPackage rec {
12 disabled = isPy3k; # Judging from SyntaxError
15 inherit pname version;
16 sha256 = "0wqz1q8cvb81a37gb4kkxxpv4w7k8192a08qzyz67rn68ln2wcig";
19 propagatedBuildInputs = [ paste six ];
22 description = "WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other";
23 homepage = "http://pythonpaste.org/wsgiproxy/";
24 license = licenses.mit;