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:
@ -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))
|
Reference in New Issue
Block a user