9 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-zZGOCzFpCrzT0gKodCyvlRqy/hVz3nr3HDhFaEf5ICs=";
18 buildInputs = [ pkgs.leveldb ] ++ lib.optional isPy3k pytest;
20 # no tests for python2
24 description = "Fast and feature-rich Python interface to LevelDB";
25 platforms = platforms.unix;
26 homepage = "https://github.com/wbolster/plyvel";
27 license = licenses.bsd3;