7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-xuJsMEVWALldlLG4NghROOgvF3NRRU7oQcFI+TqbrVo=";
19 # Tests are not included in pypi tarball
22 pythonImportsCheck = [
27 description = "A collection of framework independent HTTP protocol utils";
28 homepage = "https://github.com/MagicStack/httptools";
29 changelog = "https://github.com/MagicStack/httptools/releases/tag/v${version}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ ];