8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-0f2usKoHs4NO/Ir8MhyiAVZFYnUkVH5avdh3QdHzY6s=";
26 pythonImportsCheck = [
31 description = "SQLite3-based store for Python objects";
32 homepage = "https://thp.io/2010/minidb/";
33 license = licenses.isc;
34 maintainers = with maintainers; [ tv ];