14 buildPythonPackage rec {
19 src = fetchFromGitHub {
20 owner = "LuminosoInsight";
23 sha256 = "1lw7kbsydd89hybassnnhqnj9s5ch9wvgd6pla96198nrq9mj7fw";
26 propagatedBuildInputs = [
36 substituteInPlace setup.py --replace "regex ==" "regex >="
39 checkInputs = [ pytestCheckHook ];
41 # These languages require additional dictionaries that aren't packaged
48 description = "A library for looking up the frequencies of words in many languages, based on many sources of data";
49 homepage = "https://github.com/LuminosoInsight/wordfreq/";
50 license = licenses.mit;
51 maintainers = with maintainers; [ ixxie ];