10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "4136ffdf0aad61da86d1402808029d002a771b2a9ccc9b39c6bcafa7847c21b6";
19 buildInputs = [ lmdb ];
21 propogatedBuildInputs = [ ludios_wpull ];
23 checkInputs = [ cffi pytestCheckHook ];
28 description = "Universal Python binding for the LMDB 'Lightning' Database";
29 homepage = "https://github.com/dw/py-lmdb";
30 license = licenses.openldap;
31 maintainers = with maintainers; [ copumpkin ivan ];