9 buildPythonPackage rec {
10 pname = "rangehttpserver";
14 src = fetchFromGitHub {
16 repo = "RangeHTTPServer";
18 sha256 = "1sy9j6y8kp5jiwv2vd652v94kspp1yd4dwxrfqfn6zwnfyv2mzv5";
36 pythonImportsCheck = [
41 description = "SimpleHTTPServer with support for Range requests";
42 homepage = "https://github.com/danvk/RangeHTTPServer";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ fab ];