9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-4t+6wtYzJbmL0TB/OXr89uZ2s8DeGlUdWwHd4YPsCW0=";
31 pythonImportsCheck = [
36 description = "Module to parse SiriDB";
37 homepage = "https://github.com/cesbit/pyleri";
38 changelog = "https://github.com/cesbit/pyleri/releases/tag/${version}";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];