python3Packages.lmdb: 1.6.2 -> 1.7.3
https://github.com/jnwatson/py-lmdb/blob/py-lmdb_1.7.3/ChangeLog This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
setuptools,
|
||||
patch-ng,
|
||||
pytestCheckHook,
|
||||
cffi,
|
||||
lmdb,
|
||||
@@ -11,20 +12,24 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lmdb";
|
||||
version = "1.6.2";
|
||||
version = "1.7.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-0o4/pZk1/2iIWHYOxS8gLsuMEImj9o0fFi6jB40VHnM=";
|
||||
hash = "sha256-1KJ7evT+OPNAnZ+/v0e2F7PZTe6YoAvIwqgzbM0/mxU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
buildInputs = [ lmdb ];
|
||||
|
||||
env.LMDB_FORCE_SYSTEM = 1;
|
||||
|
||||
dependencies = [ patch-ng ];
|
||||
|
||||
pythonImportsCheck = [ "lmdb" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
@@ -32,8 +37,6 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
LMDB_FORCE_SYSTEM = 1;
|
||||
|
||||
meta = {
|
||||
description = "Universal Python binding for the LMDB 'Lightning' Database";
|
||||
homepage = "https://github.com/dw/py-lmdb";
|
||||
|
||||
Reference in New Issue
Block a user