10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
19 hash = "sha256-YrZpIhyxfA3G7rP0SJ+EvzGwAXlne80AYilkj6cIDnA=";
22 env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
24 propagatedBuildInputs = [ six ];
26 nativeBuildInputs = [ setuptools setuptools-scm ];
28 nativeCheckInputs = [ pytestCheckHook ];
30 pythonImportsCheck = [ "pystardict" ];
34 "Library for manipulating StarDict dictionaries from within Python";
35 homepage = "https://github.com/lig/pystardict";
36 license = licenses.gpl3Plus;
37 maintainers = with maintainers; [ thornycrackers ];