mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/Textualize/rich/releases/tag/v15.0.0 https://github.com/Textualize/rich/releases/tag/v14.3.4 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
513 B
Makefile
15 lines
513 B
Makefile
################################################################################
|
|
#
|
|
# python-rich
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_RICH_VERSION = 15.0.0
|
|
PYTHON_RICH_SOURCE = rich-$(PYTHON_RICH_VERSION).tar.gz
|
|
PYTHON_RICH_SITE = https://files.pythonhosted.org/packages/c0/8f/0722ca900cc807c13a6a0c696dacf35430f72e0ec571c4275d2371fca3e9
|
|
PYTHON_RICH_SETUP_TYPE = poetry
|
|
PYTHON_RICH_LICENSE = MIT
|
|
PYTHON_RICH_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|