mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-31 03:31:05 -09:00
Release notes:
* https://github.com/encode/starlette/releases/tag/0.47.0
* https://github.com/encode/starlette/releases/tag/0.47.1
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit b17a5979c3)
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.47.1
|
|
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
|
|
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/0a/69/662169fdb92fb96ec3eaee218cf540a629d629c86d7993d9651226a6789b
|
|
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))
|