mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-06 07:34:01 -09:00
Change log since v0.60:
https://github.com/webpy/webpy/releases/tag/0.61
https://github.com/webpy/webpy/releases/tag/0.62
https://github.com/webpy/webpy/releases/tag/v0.76
Remove the upstreamed patch and add a license file.
This commit adds the new python-multipart runtime dependency, needed
since upstream commit:
f7540bef65
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[Julien:
- move the "v" from _VERSION to _SITE
- select new BR2_PACKAGE_PYTHON_MULTIPART runtime dependency
- add links to all release notes in commit log
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
config BR2_PACKAGE_PYTHON_WEBPY
|
|
bool "python-webpy"
|
|
select BR2_PACKAGE_PYTHON_CHEROOT # runtime
|
|
select BR2_PACKAGE_PYTHON_MARKDOWN # runtime
|
|
select BR2_PACKAGE_PYTHON_MULTIPART # runtime
|
|
help
|
|
web.py is a web framework for Python that is as simple as it
|
|
is powerful.
|
|
|
|
http://webpy.org/
|