diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 13:52:02 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 15:16:52 +0000 |
| commit | 2a1905115769861b4cdf83a2fd453189a60cbb0c (patch) | |
| tree | fa4a04d3c91375f0e904bf1967bb848f250a1a7f /recipes-devtools/python/gunicorn_26.0.0.bb | |
| parent | 67eb1286ea1ed1528f1ef627a33bd37c48c4afc6 (diff) | |
| download | meta-virtualization-2a1905115769861b4cdf83a2fd453189a60cbb0c.tar.gz | |
gunicorn: update to 26.0.0
Bump 23.0.0 -> 26.0.0 (latest on PyPI). New sdist sha256sum:
ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/gunicorn_26.0.0.bb')
| -rw-r--r-- | recipes-devtools/python/gunicorn_26.0.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/python/gunicorn_26.0.0.bb b/recipes-devtools/python/gunicorn_26.0.0.bb new file mode 100644 index 00000000..de0bd721 --- /dev/null +++ b/recipes-devtools/python/gunicorn_26.0.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "WSGI HTTP Server for UNIX" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s \ | ||
| 4 | a pre-fork worker model ported from Ruby’s Unicorn project. The \ | ||
| 5 | Gunicorn server is broadly compatible with various web frameworks, \ | ||
| 6 | simply implemented, light on server resource usage, and fairly speedy. \ | ||
| 7 | " | ||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5dc9171ccd8fcbd7827c850148b3ca98" | ||
| 10 | |||
| 11 | SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "3949514cc5b42ba2ca16a34d85823ac8" | ||
| 14 | SRC_URI[sha256sum] = "ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf" | ||
| 15 | |||
| 16 | inherit python_pep517 python_setuptools_build_meta | ||
