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