11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
20 hash = "sha256-YrZpIhyxfA3G7rP0SJ+EvzGwAXlne80AYilkj6cIDnA=";
23 propagatedBuildInputs = [ six ];
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "pystardict" ];
35 description = "Library for manipulating StarDict dictionaries from within Python";
36 homepage = "https://github.com/lig/pystardict";
37 license = licenses.gpl3Plus;
38 maintainers = with maintainers; [ thornycrackers ];