7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "35e630eca2aa50ce998b9b1a127bb26b30dfee573702782aa982f875e3f16061";
19 description = "Pure python download utility";
20 homepage = "https://bitbucket.org/techtonik/python-wget/";
21 license = with lib.licenses; [ unlicense ];
22 maintainers = with lib.maintainers; [ prusnak ];