mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Release Notes: * https://starlette.dev/release-notes/#101-may-21-2026 * https://starlette.dev/release-notes/#110-may-23-2026 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Marcus: add release notes] Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
17 lines
652 B
Makefile
17 lines
652 B
Makefile
################################################################################
|
|
#
|
|
# python-starlette
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_STARLETTE_VERSION = 1.1.0
|
|
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
|
|
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/95/66/4d20cdf39a8d6a51e663b7038e3b828ff211d3891a43a713fe7e4643f3a8
|
|
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))
|