python-gunicorn.mk 553 B

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