10 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-Y9qTJa0p2oHsI+BVtBIleVq3k7TstIO+XcH6Nj/UcX4=";
21 nativeBuildInputs = [ setuptools-scm ];
23 propagatedBuildInputs = [ pydantic ];
25 nativeCheckInputs = [ pytestCheckHook ];
27 pythonImportsCheck = [ "inflect" ];
30 description = "Correctly generate plurals, singular nouns, ordinals, indefinite articles";
31 homepage = "https://github.com/jaraco/inflect";
32 changelog = "https://github.com/jaraco/inflect/blob/v${version}/CHANGES.rst";
33 license = licenses.mit;
34 maintainers = teams.tts.members;