11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df";
20 propagatedBuildInputs = [ cffi enum34 construct ];
22 propagatedNativeBuildInputs = [ cffi ];
24 checkInputs = [ pytest hypothesis ];
34 description = "Python bindings for the reference Brotli encoder/decoder";
35 homepage = "https://github.com/python-hyper/brotlipy/";
36 license = lib.licenses.mit;