9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-Ra5V5yGHdQX01czUlZHWk1PypUioZz36+yUdOFs8CX8=";
19 nativeBuildInputs = [ setuptools ];
21 nativeCheckInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "pylsqpack" ];
26 description = "Python wrapper for the ls-qpack QPACK library";
27 homepage = "https://github.com/aiortc/pylsqpack";
28 license = licenses.bsd3;
29 maintainers = with maintainers; [ onny ];