xref: /OK3568_Linux_fs/buildroot/package/python-gunicorn/python-gunicorn.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# python-gunicorn
4#
5################################################################################
6
7PYTHON_GUNICORN_VERSION = 20.1.0
8PYTHON_GUNICORN_SOURCE = gunicorn-$(PYTHON_GUNICORN_VERSION).tar.gz
9PYTHON_GUNICORN_SITE = https://files.pythonhosted.org/packages/28/5b/0d1f0296485a6af03366604142ea8f19f0833894db3512a40ed07b2a56dd
10PYTHON_GUNICORN_SETUP_TYPE = setuptools
11PYTHON_GUNICORN_LICENSE = MIT
12PYTHON_GUNICORN_LICENSE_FILES = LICENSE
13
14$(eval $(python-package))
15