Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-gunicorn_git.bb
1 DESCRIPTION = "Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. \
2 It's a pre-fork worker model ported from Ruby's Unicorn project. \
3 The Gunicorn server is broadly compatible with various web frameworks, \
4 simply implemented, light on server resource usage, and fairly speedy."
5
6 LICENSE = "MIT"
7 LIC_FILES_CHKSUM = "file://LICENSE;md5=03ccc2b0215ca2a4b1e5f3c5483807f9"
8
9
10 SRCREV = "328e509260ae70de6c04c5ba885ee17960b3ced5"
11 PROTOCOL = "https"
12 BRANCH = "19.x"
13 S = "${WORKDIR}/git"
14 PV = "19.7.1+git${SRCPV}"
15
16 SRC_URI = "git://github.com/benoitc/gunicorn.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
17
18
19 DEPENDS += " python"
20 inherit setuptools distutils pkgconfig