mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 21:53:56 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
682 B
Makefile
18 lines
682 B
Makefile
################################################################################
|
|
#
|
|
# python-fastapi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FASTAPI_VERSION = 0.115.6
|
|
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
|
|
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/93/72/d83b98cd106541e8f5e5bfab8ef2974ab45a62e8a6c5b5e6940f26d2ed4b
|
|
PYTHON_FASTAPI_SETUP_TYPE = pep517
|
|
PYTHON_FASTAPI_LICENSE = MIT
|
|
PYTHON_FASTAPI_LICENSE_FILES = LICENSE
|
|
PYTHON_FASTAPI_CPE_ID_VENDOR = fastapi_project
|
|
PYTHON_FASTAPI_CPE_ID_PRODUCT = fastapi
|
|
PYTHON_FASTAPI_DEPENDENCIES = host-python-pdm-backend
|
|
|
|
$(eval $(python-package))
|