diff options
Diffstat (limited to 'recipes-devtools/python/gunicorn_23.0.0.bb')
-rw-r--r-- | recipes-devtools/python/gunicorn_23.0.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-devtools/python/gunicorn_23.0.0.bb b/recipes-devtools/python/gunicorn_23.0.0.bb new file mode 100644 index 00000000..04ec0578 --- /dev/null +++ b/recipes-devtools/python/gunicorn_23.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=5b70a8b30792a916f50dc96123e61ddf" | ||
10 | |||
11 | SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" | ||
12 | |||
13 | SRC_URI[md5sum] = "18b666db62a890579170639961c5b064" | ||
14 | SRC_URI[sha256sum] = "f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec" | ||
15 | |||
16 | inherit python_pep517 python_setuptools_build_meta | ||