10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-PK9gCeT8JPv4cS0/XvPaflZJXCakiN8hYSGPw05GAZw=";
20 buildInputs = [ pkgs.leveldb ] ++ lib.optional isPy3k pytest;
22 # no tests for python2
26 description = "Fast and feature-rich Python interface to LevelDB";
27 platforms = platforms.unix;
28 homepage = "https://github.com/wbolster/plyvel";
29 license = licenses.bsd3;