11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 sha256 = "sha256-qDrKCPvnqst5/seIycC6yTY0NWDtnsGLgqE6EsKNKrs=";
23 propagatedBuildInputs = [
33 pythonImportsCheck = [
39 description = "HTTP/2 State-Machine based protocol implementation";
40 homepage = "https://github.com/python-hyper/h2";
41 license = licenses.mit;
42 maintainers = with maintainers; [ SuperSandro2000 ];