mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Almost there ....
This commit is contained in:
8
buildroot-external/package/python-pywebio/Config.in
Normal file
8
buildroot-external/package/python-pywebio/Config.in
Normal 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
|
@ -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
|
13
buildroot-external/package/python-pywebio/python-pywebio.mk
Normal file
13
buildroot-external/package/python-pywebio/python-pywebio.mk
Normal 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))
|
Reference in New Issue
Block a user