mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-30 19:21:08 -09:00
Changelog: * https://github.com/encode/uvicorn/releases/tag/0.30.3 * https://github.com/encode/uvicorn/releases/tag/0.30.2 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
682 B
Makefile
18 lines
682 B
Makefile
################################################################################
|
|
#
|
|
# python-uvicorn
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_UVICORN_VERSION = 0.30.3
|
|
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
|
|
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/77/40/b650be95700dc83d14c5f2b9eac9deb23cbca757a12ee20e473b5ef1ac48
|
|
PYTHON_UVICORN_SETUP_TYPE = pep517
|
|
PYTHON_UVICORN_LICENSE = BSD-3-Clause
|
|
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
|
|
PYTHON_UVICORN_CPE_ID_VENDOR = encode
|
|
PYTHON_UVICORN_CPE_ID_PRODUCT = uvicorn
|
|
PYTHON_UVICORN_DEPENDENCIES = host-python-hatchling
|
|
|
|
$(eval $(python-package))
|