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

15 lines
553 B
Makefile
Raw Normal View History

2024-02-18 09:22:07 +08:00
################################################################################
#
# python-gunicorn
#
################################################################################
PYTHON_GUNICORN_VERSION = 21.2.0
PYTHON_GUNICORN_SOURCE = gunicorn-$(PYTHON_GUNICORN_VERSION).tar.gz
PYTHON_GUNICORN_SITE = https://files.pythonhosted.org/packages/06/89/acd9879fa6a5309b4bf16a5a8855f1e58f26d38e0c18ede9b3a70996b021
PYTHON_GUNICORN_SETUP_TYPE = setuptools
PYTHON_GUNICORN_LICENSE = MIT
PYTHON_GUNICORN_LICENSE_FILES = LICENSE
$(eval $(python-package))