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,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))