buildroot/package/python-inflect/Config.in

11 lines
407 B
Plaintext

config BR2_PACKAGE_PYTHON_INFLECT
bool "python-inflect"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
Correctly generate plurals, singular nouns, ordinals,
indefinite articles; convert numbers to words.
https://github.com/jaraco/inflect