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

Fixes and additions to get back into shape

This commit is contained in:
j1nx
2022-09-29 14:02:47 +02:00
parent 5e633a7670
commit 724313be5e
19 changed files with 134 additions and 18 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_LANGCODES
bool "python-langcodes"
help
Tools for labeling human languages with IETF language tags.
https://github.com/rspeer/langcodes

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/langcodes/json
md5 c257046ae26f6af4097a14d7612fc8f3 langcodes-3.3.0.tar.gz
sha256 794d07d5a28781231ac335a1561b8442f8648ca07cd518310aeb45d6f0807ef6 langcodes-3.3.0.tar.gz
# Locally computed sha256 checksums
sha256 a0cceca169e5eed22f00f4c001c3851026e56cb60632904548889eb79a3c226d LICENSE.txt

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-langcodes
#
################################################################################
PYTHON_LANGCODES_VERSION = 3.3.0
PYTHON_LANGCODES_SOURCE = langcodes-$(PYTHON_LANGCODES_VERSION).tar.gz
PYTHON_LANGCODES_SITE = https://files.pythonhosted.org/packages/5f/ec/9955d772ecac0bdfb5d706d64f185ac68bd0d4092acdc2c5a1882c824369
PYTHON_LANGCODES_SETUP_TYPE = setuptools
PYTHON_LANGCODES_LICENSE = MIT
PYTHON_LANGCODES_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))