9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "sha256-fnwLDwgEBao6HdnTKxypCzvwO6sXuOVNsF4beDAaCYg=";
18 propagatedBuildInputs = [ docopt ];
20 checkInputs = [ delegator-py pytest ];
23 pytest -k 'not cli_with_lang'
27 description = "Modules to convert numbers to words. 42 --> forty-two";
28 homepage = "https://github.com/savoirfairelinux/num2words";
29 license = licenses.lgpl21;
30 maintainers = with maintainers; [ jonringer ];
33 "num2words is a library that converts numbers like 42 to words like forty-two. It supports multiple languages (see the list below for full list of languages) and can even generate ordinal numbers like forty-second";