kumquat-buildroot/package/python-gunicorn/python-gunicorn.mk

15 lines
553 B
Makefile
Raw Normal View History

################################################################################
#
# python-gunicorn
#
################################################################################
PYTHON_GUNICORN_VERSION = 20.1.0
PYTHON_GUNICORN_SOURCE = gunicorn-$(PYTHON_GUNICORN_VERSION).tar.gz
PYTHON_GUNICORN_SITE = https://files.pythonhosted.org/packages/28/5b/0d1f0296485a6af03366604142ea8f19f0833894db3512a40ed07b2a56dd
PYTHON_GUNICORN_SETUP_TYPE = setuptools
PYTHON_GUNICORN_LICENSE = MIT
PYTHON_GUNICORN_LICENSE_FILES = LICENSE
$(eval $(python-package))