5e45bd6774
https://github.com/pydantic/FastUI/releases/tag/v0.9.0 https://github.com/pydantic/FastUI/releases/tag/v0.8.0 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
529 B
Makefile
15 lines
529 B
Makefile
################################################################################
|
|
#
|
|
# python-fastui
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FASTUI_VERSION = 0.9.0
|
|
PYTHON_FASTUI_SOURCE = fastui-$(PYTHON_FASTUI_VERSION).tar.gz
|
|
PYTHON_FASTUI_SITE = https://files.pythonhosted.org/packages/c4/27/e52de3e3a3dd16cda6fac11d2b5b0ed8a54e14386a303bc8f757275df121
|
|
PYTHON_FASTUI_SETUP_TYPE = hatch
|
|
PYTHON_FASTUI_LICENSE = MIT
|
|
PYTHON_FASTUI_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|