10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-H0x2ryTpB1k0h8kE7166GZO+s47Tha+CrbJahY8tZY0=";
34 description = "Universal Python binding for the LMDB 'Lightning' Database";
35 homepage = "https://github.com/dw/py-lmdb";
36 changelog = "https://github.com/jnwatson/py-lmdb/blob/py-lmdb_${version}/ChangeLog";
37 license = licenses.openldap;
38 maintainers = with maintainers; [ copumpkin ivan ];