12 inherit version pname;
13 format = "setuptools";
15 # Pypi source package doesn't contain tests
16 src = fetchFromGitHub {
19 rev = "477d0e354e79843f5ec241ba3603bcb5b843c3c4";
20 hash = "sha256-wnmBCbxnCZ9mN1J7sLcN7OynMcvqgAnhEgpAwW2/xz4=";
23 disabled = pythonOlder "3.7";
25 pythonImportsCheck = [ "stemming" ];
28 description = "Python implementations of various stemming algorithms";
29 homepage = "https://github.com/nmstoker/stemming";
30 license = licenses.unlicense;
31 maintainers = with maintainers; [ happysalada ];