10 buildPythonPackage rec {
11 pname = "python-snappy";
16 inherit pname version;
17 hash = "sha256-G8KdNiEdRLufBPPXzPuurrvC9ittQPT8Tt0fsWvFLBM=";
25 buildInputs = [ snappy ];
31 nativeCheckInputs = [ unittestCheckHook ];
34 description = "Python library for the snappy compression library from Google";
35 homepage = "https://github.com/intake/python-snappy";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ ];