mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Changes: https://github.com/Textualize/rich/releases/tag/v14.2.0 https://github.com/Textualize/rich/releases/tag/v14.3.0 https://github.com/Textualize/rich/releases/tag/v14.3.1 https://github.com/Textualize/rich/releases/tag/v14.3.2 Signed-off-by: Fiona Klute <fiona.klute@gmx.de> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
15 lines
513 B
Makefile
15 lines
513 B
Makefile
################################################################################
|
|
#
|
|
# python-rich
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_RICH_VERSION = 14.3.2
|
|
PYTHON_RICH_SOURCE = rich-$(PYTHON_RICH_VERSION).tar.gz
|
|
PYTHON_RICH_SITE = https://files.pythonhosted.org/packages/74/99/a4cab2acbb884f80e558b0771e97e21e939c5dfb460f488d19df485e8298
|
|
PYTHON_RICH_SETUP_TYPE = poetry
|
|
PYTHON_RICH_LICENSE = MIT
|
|
PYTHON_RICH_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|