8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914";
18 nativeCheckInputs = [ pytestCheckHook ];
20 pythonImportsCheck = [ "hyperframe" ];
23 description = "HTTP/2 framing layer for Python";
24 homepage = "https://github.com/python-hyper/hyperframe/";
25 license = licenses.mit;