mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Almost there ....
This commit is contained in:
6
buildroot-external/package/python-ua-parser/Config.in
Normal file
6
buildroot-external/package/python-ua-parser/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_UA_PARSER
|
||||
bool "python-ua-parser"
|
||||
help
|
||||
Python port of Browserscope's user agent parser.
|
||||
|
||||
https://github.com/ua-parser/uap-python
|
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ua-parser/json
|
||||
md5 1ecaff946ee849c7bd4a95d786087968 ua-parser-0.16.1.tar.gz
|
||||
sha256 ed3efc695f475ffe56248c9789b3016247e9c20e3556cfa4d5aadc78ab4b26c6 ua-parser-0.16.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 625f8d116d73e716ae03fd5aae4c03f58efa4ac5d483c00cdf74bec6ea5ea3fc ua_parser/LICENSE
|
@ -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))
|
Reference in New Issue
Block a user