10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-lhk6QrBg0m8orYHphnP+YiCnJFE44buyp3NQbz0U550=";
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "simplemma" ];
29 description = "Simple multilingual lemmatizer for Python, especially useful for speed and efficiency";
30 homepage = "https://github.com/adbar/simplemma";
31 license = licenses.mit;