11 buildPythonPackage rec {
14 disabled = pythonOlder "3.5";
17 src = fetchFromGitHub {
21 sha256 = "sha256-cAIo/qdIOIpPt9vPan5oJfKtH2Gmrm03aLuAHpfUfLY=";
29 substituteInPlace pytest.ini \
30 --replace "--cov-append --cov-report term --cov tinydb" ""
39 pythonImportsCheck = [ "tinydb" ];
42 description = "Lightweight document oriented database written in Python";
43 homepage = "https://tinydb.readthedocs.org/";
44 changelog = "https://tinydb.readthedocs.io/en/latest/changelog.html";
45 license = licenses.mit;
46 maintainers = with maintainers; [ marcus7070 ];