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

Almost there ....

This commit is contained in:
j1nx
2022-10-06 13:13:07 +02:00
parent e22fc71639
commit 464bcdc220
543 changed files with 184 additions and 8061 deletions

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-ua-parser
#
################################################################################
PYTHON_UA_PARSER_VERSION = 0.16.1
PYTHON_UA_PARSER_SOURCE = ua-parser-$(PYTHON_UA_PARSER_VERSION).tar.gz
PYTHON_UA_PARSER_SITE = https://files.pythonhosted.org/packages/ab/e0/6be7ec0f1d3a485126fcce33c34ff8c41745e5b5ad43e500037f30e40064
PYTHON_UA_PARSER_SETUP_TYPE = setuptools
PYTHON_UA_PARSER_LICENSE = Apache-2.0
PYTHON_UA_PARSER_LICENSE_FILES = ua_parser/LICENSE
$(eval $(python-package))