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_PYWEBIO
bool "python-pywebio"
select BR2_PACKAGE_PYTHON_TORNADO # runtime
select BR2_PACKAGE_PYTHON_USER_AGENTS # runtime
help
Write interactive web app in script way.
https://pywebio.readthedocs.io

View File

@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/pywebio/json
md5 c2d6a40647b358778fedbe282e96b64e pywebio-1.6.3.tar.gz
sha256 710de457350541e6d8a2c51dc3b139dbd429144a65a00b6f4bd25149bed6b787 pywebio-1.6.3.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-pywebio
#
################################################################################
PYTHON_PYWEBIO_VERSION = 1.6.3
PYTHON_PYWEBIO_SOURCE = pywebio-$(PYTHON_PYWEBIO_VERSION).tar.gz
PYTHON_PYWEBIO_SITE = https://files.pythonhosted.org/packages/d8/46/19f908bbd5563bb2703ceffaafcf488a4dbb2e54a919ed69011e98de5092
PYTHON_PYWEBIO_SETUP_TYPE = setuptools
PYTHON_PYWEBIO_LICENSE = MIT
$(eval $(python-package))