10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-4t+6wtYzJbmL0TB/OXr89uZ2s8DeGlUdWwHd4YPsCW0=";
24 build-system = [ setuptools ];
26 nativeCheckInputs = [ unittestCheckHook ];
28 pythonImportsCheck = [ "pyleri" ];
31 description = "Module to parse SiriDB";
32 homepage = "https://github.com/cesbit/pyleri";
33 changelog = "https://github.com/cesbit/pyleri/releases/tag/${version}";
34 license = licenses.mit;
35 maintainers = with maintainers; [ fab ];