mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Release Notes: https://github.com/Kludex/starlette/releases/tag/0.48.0
Github namespace changed, so change the link in Config.in.
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 62cfbc1409)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
17 lines
653 B
Makefile
17 lines
653 B
Makefile
################################################################################
|
|
#
|
|
# python-starlette
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_STARLETTE_VERSION = 0.48.0
|
|
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
|
|
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/a7/a5/d6f429d43394057b67a6b5bbe6eae2f77a6bf7459d961fdb224bf206eee6
|
|
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))
|