Changes: https://github.com/fastapi/fastapi/releases/tag/0.119.1 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.119.1
|
|
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
|
|
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/a6/f4/152127681182e6413e7a89684c434e19e7414ed7ac0c632999c3c6980640
|
|
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))
|