1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add lingua-nostra package

This commit is contained in:
j1nx
2021-05-16 12:40:46 +02:00
parent f8afc9b25c
commit 50d67e2966
14 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_INFLECT
bool "python-inflect"
help
Correctly generate plurals, ordinals,
indefinite articles; convert numbers to words
https://github.com/jaraco/inflect

View File

@@ -0,0 +1,2 @@
# md5, sha256 from https://pypi.org/pypi/pyxdg/json
sha256 41a23f6788962e9775e40e2ecfb1d6455d02de315022afeedd3c5dc070019d73 inflect-5.3.0.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-inflect
#
################################################################################
PYTHON_INFLECT_VERSION = 5.3.0
PYTHON_INFLECT_SOURCE = inflect-$(PYTHON_INFLECT_VERSION).tar.gz
PYTHON_INFLECT_SITE = https://files.pythonhosted.org/packages/a8/da/0d51c307544f4cde8d5aeadc2ff6b4d51f8fcd768467f62013b16a8002b5
PYTHON_INFLECT_SETUP_TYPE = setuptools
$(eval $(python-package))