14 buildPythonPackage rec {
19 disabled = pythonOlder "3.6";
21 src = fetchFromGitHub {
25 hash = "sha256-1/f+o2bVscT3EA8XQyS2hWjhimLRzfIBM6u2O7UqwcA=";
28 nativeBuildInputs = [ poetry-core ];
30 propagatedBuildInputs = [
35 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "readmdict" ];
40 description = "Read mdx/mdd files (repacking of readmdict from mdict-analysis)";
41 mainProgram = "readmdict";
42 homepage = "https://github.com/ffreemt/readmdict";
43 license = licenses.mit;