6e814dea4c
* The package doesn't support python2 anymore (so the POST_INSTALL hook is not needed now). * Indent with two spaces in the hash file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
553 B
Makefile
15 lines
553 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|