13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-seUGDj2q84+AjDFM1pxMLlHbe9uBgEhmqA96UHjnCmo=";
27 build-system = [ setuptools ];
36 pythonImportsCheck = [ "simplekv" ];
40 "test_concurrent_mkdir"
44 description = "Simple key-value store for binary data";
45 homepage = "https://github.com/mbr/simplekv";
46 changelog = "https://github.com/mbr/simplekv/releases/tag/${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];