11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-cXwlWCfTMeAvckK0QFGqBkZskPbXMuywezHt+x4Gxno=";
23 buildInputs = [ lmdb ];
30 LMDB_FORCE_SYSTEM = 1;
33 description = "Universal Python binding for the LMDB 'Lightning' Database";
34 homepage = "https://github.com/dw/py-lmdb";
35 changelog = "https://github.com/jnwatson/py-lmdb/blob/py-lmdb_${version}/ChangeLog";
36 license = licenses.openldap;
37 maintainers = with maintainers; [