summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/gunicorn_23.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/gunicorn_23.0.0.bb')
-rw-r--r--recipes-devtools/python/gunicorn_23.0.0.bb16
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 @@
1SUMMARY = "WSGI HTTP Server for UNIX"
2DESCRIPTION = "\
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 "
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=5b70a8b30792a916f50dc96123e61ddf"
10
11SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz"
12
13SRC_URI[md5sum] = "18b666db62a890579170639961c5b064"
14SRC_URI[sha256sum] = "f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"
15
16inherit python_pep517 python_setuptools_build_meta