From 2ffc7a5a6ffc99348f203e4b089fdc891ea57f61 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 22 Jan 2020 15:47:43 +0000 Subject: gunicorn: uprev and make python3 ready Updating gunicorn so it can function in a python3 only environment. Signed-off-by: Bruce Ashfield --- recipes-devtools/python/gunicorn_19.1.1.bb | 15 --------------- recipes-devtools/python/gunicorn_20.0.4.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 recipes-devtools/python/gunicorn_19.1.1.bb create mode 100644 recipes-devtools/python/gunicorn_20.0.4.bb diff --git a/recipes-devtools/python/gunicorn_19.1.1.bb b/recipes-devtools/python/gunicorn_19.1.1.bb deleted file mode 100644 index 5c8ea484..00000000 --- a/recipes-devtools/python/gunicorn_19.1.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "WSGI HTTP Server for UNIX" -DESCRIPTION = "\ - Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s \ - a pre-fork worker model ported from Ruby’s Unicorn project. The \ - Gunicorn server is broadly compatible with various web frameworks, \ - simply implemented, light on server resource usage, and fairly speedy. \ - " -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=19a2e253a273e390cd1b91d19b6ee236" - -SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" -SRC_URI[md5sum] = "eaa72bff5341c05169b76ce3dcbb8140" -SRC_URI[sha256sum] = "82715511fb6246fad4ba66d812eb93416ae8371b464fa88bf3867c9c177daa14" - -inherit setuptools diff --git a/recipes-devtools/python/gunicorn_20.0.4.bb b/recipes-devtools/python/gunicorn_20.0.4.bb new file mode 100644 index 00000000..41c909c5 --- /dev/null +++ b/recipes-devtools/python/gunicorn_20.0.4.bb @@ -0,0 +1,16 @@ +SUMMARY = "WSGI HTTP Server for UNIX" +DESCRIPTION = "\ + Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s \ + a pre-fork worker model ported from Ruby’s Unicorn project. The \ + Gunicorn server is broadly compatible with various web frameworks, \ + simply implemented, light on server resource usage, and fairly speedy. \ + " +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752" + +SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "543669fcbb5739ee2af77184c5e571a1" +SRC_URI[sha256sum] = "1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626" + +inherit setuptools3 -- cgit v1.2.3-54-g00ecf