9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
15 owner = "python-hyper";
18 sha256 = "sha256-2CehGy3K5fKbkB1J8+8x1D4XvnBn1Mbapx+p8rdXDYc=";
26 pythonImportsCheck = [ "hpack" ];
29 description = "Pure-Python HPACK header compression";
30 homepage = "https://github.com/python-hyper/hpack";
31 license = licenses.mit;
32 maintainers = with maintainers; [ SuperSandro2000 ];