mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-24 16:21:12 -09:00
Two more bugfix releases: * https://github.com/fastapi/fastapi/releases/tag/0.124.3 * https://github.com/fastapi/fastapi/releases/tag/0.124.4 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
675 B
Makefile
18 lines
675 B
Makefile
################################################################################
|
|
#
|
|
# python-fastapi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FASTAPI_VERSION = 0.124.4
|
|
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
|
|
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/cd/21/ade3ff6745a82ea8ad88552b4139d27941549e4f19125879f848ac8f3c3d
|
|
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))
|