···1919 description = "An HTTP handler for `urllib2` that supports HTTP 1.1 and keepalive";2020 homepage = "https://github.com/wikier/keepalive";2121 license = licenses.asl20;2222+ broken = true; # uses use_2to3, which is no longer supported for setuptools>=582223 };23242425}