9 buildPythonPackage rec {
12 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
16 owner = "python-hyper";
19 hash = "sha256-2CehGy3K5fKbkB1J8+8x1D4XvnBn1Mbapx+p8rdXDYc=";
27 pythonImportsCheck = [ "hpack" ];
30 description = "Pure-Python HPACK header compression";
31 homepage = "https://github.com/python-hyper/hpack";
32 license = licenses.mit;
33 maintainers = with maintainers; [ ];