mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 13:43:52 -09:00
See the release notes here: https://starlette.dev/release-notes/ This also includes the versions 0.51.0 and 0.52.0 Signed-off-by: Manuel Diener <manuel.diener@oss.othermo.de> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
17 lines
653 B
Makefile
17 lines
653 B
Makefile
################################################################################
|
|
#
|
|
# python-starlette
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_STARLETTE_VERSION = 0.52.1
|
|
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
|
|
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/c4/68/79977123bb7be889ad680d79a40f339082c1978b5cfcf62c2d8d196873ac
|
|
PYTHON_STARLETTE_SETUP_TYPE = hatch
|
|
PYTHON_STARLETTE_LICENSE = BSD-3-Clause
|
|
PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md
|
|
PYTHON_STARLETTE_CPE_ID_VENDOR = encode
|
|
PYTHON_STARLETTE_CPE_ID_PRODUCT = starlette
|
|
|
|
$(eval $(python-package))
|