blob: bbe03ea359c280b1e0c0f8e80ece6720dc0cc5ba [file] [log] [blame]
Patrick Williamsd849ec72016-08-17 14:59:38 -05001SUMMARY = "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=19a2e253a273e390cd1b91d19b6ee236"
10
11SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${PN}-${PV}.tar.gz"
12SRC_URI[md5sum] = "eaa72bff5341c05169b76ce3dcbb8140"
13SRC_URI[sha256sum] = "82715511fb6246fad4ba66d812eb93416ae8371b464fa88bf3867c9c177daa14"
14
15inherit setuptools