Files
rpi-buildroot/package/python-fastui/python-fastui.mk
James Hilliard a58373d905 package/python-fastui: use hatch setup type
Use the new hatch setup type which automatically pulls in the
host-python-hatchling dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-10-24 09:27:43 +02:00

15 lines
529 B
Makefile

################################################################################
#
# python-fastui
#
################################################################################
PYTHON_FASTUI_VERSION = 0.7.0
PYTHON_FASTUI_SOURCE = fastui-$(PYTHON_FASTUI_VERSION).tar.gz
PYTHON_FASTUI_SITE = https://files.pythonhosted.org/packages/87/97/3f001410200256026ff98a4588ec8cb4f3b48bc74a28325e32bfb3b08ffd
PYTHON_FASTUI_SETUP_TYPE = hatch
PYTHON_FASTUI_LICENSE = MIT
PYTHON_FASTUI_LICENSE_FILES = LICENSE
$(eval $(python-package))