Files
rpi-buildroot/package/python-gunicorn/python-gunicorn.mk
James Hilliard d3b47b49d3 package/python-gunicorn: bump to version 23.0.0
License hash changed due to year update:
5b68c17b17

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-09-15 10:32:07 +02:00

17 lines
636 B
Makefile

################################################################################
#
# python-gunicorn
#
################################################################################
PYTHON_GUNICORN_VERSION = 23.0.0
PYTHON_GUNICORN_SOURCE = gunicorn-$(PYTHON_GUNICORN_VERSION).tar.gz
PYTHON_GUNICORN_SITE = https://files.pythonhosted.org/packages/34/72/9614c465dc206155d93eff0ca20d42e1e35afc533971379482de953521a4
PYTHON_GUNICORN_SETUP_TYPE = setuptools
PYTHON_GUNICORN_LICENSE = MIT
PYTHON_GUNICORN_LICENSE_FILES = LICENSE
PYTHON_GUNICORN_CPE_ID_VENDOR = gunicorn
PYTHON_GUNICORN_CPE_ID_PRODUCT = gunicorn
$(eval $(python-package))