mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 13:43:52 -09:00
Use the new hatch setup type which automatically pulls in the host-python-hatchling dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
629 B
Makefile
17 lines
629 B
Makefile
################################################################################
|
|
#
|
|
# python-uvicorn
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_UVICORN_VERSION = 0.32.0
|
|
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
|
|
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/e0/fc/1d785078eefd6945f3e5bab5c076e4230698046231eb0f3747bc5c8fa992
|
|
PYTHON_UVICORN_SETUP_TYPE = hatch
|
|
PYTHON_UVICORN_LICENSE = BSD-3-Clause
|
|
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
|
|
PYTHON_UVICORN_CPE_ID_VENDOR = encode
|
|
PYTHON_UVICORN_CPE_ID_PRODUCT = uvicorn
|
|
|
|
$(eval $(python-package))
|