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,8 @@
config BR2_PACKAGE_PYTHON_USER_AGENTS
bool "python-user-agents"
select BR2_PACKAGE_PYTHON_UA_PARSER # runtime
help
A library to identify devices (phones, tablets) and their
capabilities by parsing browser user agent strings.
https://github.com/selwin/python-user-agents

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/user-agents/json
md5 e24d5fa345285269333637e396d9beda user-agents-2.2.0.tar.gz
sha256 d36d25178db65308d1458c5fa4ab39c9b2619377010130329f3955e7626ead26 user-agents-2.2.0.tar.gz
# Locally computed sha256 checksums
sha256 45ea8208e31d4a6ac0964f4e009b95f75ec4b74e4c62163428d7c56001bbb1c6 LICENSE.txt

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-user-agents
#
################################################################################
PYTHON_USER_AGENTS_VERSION = 2.2.0
PYTHON_USER_AGENTS_SOURCE = user-agents-$(PYTHON_USER_AGENTS_VERSION).tar.gz
PYTHON_USER_AGENTS_SITE = https://files.pythonhosted.org/packages/e3/e1/63c5bfb485a945010c8cbc7a52f85573561737648d36b30394248730a7bc
PYTHON_USER_AGENTS_SETUP_TYPE = setuptools
PYTHON_USER_AGENTS_LICENSE = MIT
PYTHON_USER_AGENTS_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))