7 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce";
17 # tests are not included in pypi tarball
20 pythonImportsCheck = [ "httptools" ];
23 description = "A collection of framework independent HTTP protocol utils";
24 homepage = "https://github.com/MagicStack/httptools";
25 license = licenses.mit;
26 maintainers = [ maintainers.costrouc ];