mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
License hash changed due to adding new author name in [1].
Website changed to https://uvicorn.dev/.
Release Notes: https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md#0370-september-23-2025
[1] fe50e5d993
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
629 B
Makefile
17 lines
629 B
Makefile
################################################################################
|
|
#
|
|
# python-uvicorn
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_UVICORN_VERSION = 0.37.0
|
|
PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz
|
|
PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/71/57/1616c8274c3442d802621abf5deb230771c7a0fec9414cb6763900eb3868
|
|
PYTHON_UVICORN_SETUP_TYPE = hatch
|
|
PYTHON_UVICORN_LICENSE = BSD-3-Clause
|
|
PYTHON_UVICORN_LICENSE_FILES = LICENSE.md
|
|
PYTHON_UVICORN_CPE_ID_VENDOR = encode
|
|
PYTHON_UVICORN_CPE_ID_PRODUCT = uvicorn
|
|
|
|
$(eval $(python-package))
|