1 { lib, buildPythonPackage, fetchPypi, pycurl, six }:
3 buildPythonPackage rec {
10 sha256 = "075af8afabae6362482d254e5ac3ffa595d1766117b684e53d9c25c2e937e139";
13 propagatedBuildInputs = [ pycurl six ];
16 homepage = "http://urlgrabber.baseurl.org";
17 license = licenses.lgpl2Plus;
18 description = "Python module for downloading files";
19 mainProgram = "urlgrabber";
20 maintainers = with maintainers; [ qknight ];