Files
buildroot/package/python-webpy/Config.in
Yegor Yefremov dab0de6277 package/python-webpy: bump to version 0.76
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>
2026-06-11 22:12:08 +02:00

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/