mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
See the release notes here: https://fastapi.tiangolo.com/release-notes//\#01290 Signed-off-by: Manuel Diener <manuel.diener@oss.othermo.de> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
18 lines
675 B
Makefile
18 lines
675 B
Makefile
################################################################################
|
|
#
|
|
# python-fastapi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FASTAPI_VERSION = 0.129.0
|
|
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
|
|
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/48/47/75f6bea02e797abff1bca968d5997793898032d9923c1935ae2efdece642
|
|
PYTHON_FASTAPI_SETUP_TYPE = pep517
|
|
PYTHON_FASTAPI_LICENSE = MIT
|
|
PYTHON_FASTAPI_LICENSE_FILES = LICENSE
|
|
PYTHON_FASTAPI_CPE_ID_VENDOR = tiangolo
|
|
PYTHON_FASTAPI_CPE_ID_PRODUCT = fastapi
|
|
PYTHON_FASTAPI_DEPENDENCIES = host-python-pdm-backend
|
|
|
|
$(eval $(python-package))
|