1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add rich-click and dependencies

This commit is contained in:
j1nx
2023-05-14 15:38:39 +02:00
parent f0a6da9f94
commit dd20136c7b
13 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_RICH
bool "python-rich"
help
Rich is a Python library for rich text and beautiful
formatting in the terminal.
https://github.com/Textualize/rich

View File

@@ -0,0 +1,2 @@
# md5, sha256 from https://pypi.org/pypi/rich/json
sha256 2d11b9b8dd03868f09b4fffadc84a6a8cda574e40dc90821bd845720ebb8e89c rich-13.3.5.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-rich
#
################################################################################
PYTHON_RICH_VERSION = 13.3.5
PYTHON_RICH_SOURCE = rich-$(PYTHON_RICH_VERSION).tar.gz
PYTHON_RICH_SITE = https://files.pythonhosted.org/packages/3d/0b/8dd34d20929c4b5e474db2e64426175469c2b7fea5ba71c6d4b3397a9729
PYTHON_RICH_SETUP_TYPE = setuptools
$(eval $(python-package))