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:
7
buildroot-external/package/python-rich/Config.in
Normal file
7
buildroot-external/package/python-rich/Config.in
Normal 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
|
2
buildroot-external/package/python-rich/python-rich.hash
Normal file
2
buildroot-external/package/python-rich/python-rich.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/rich/json
|
||||
sha256 2d11b9b8dd03868f09b4fffadc84a6a8cda574e40dc90821bd845720ebb8e89c rich-13.3.5.tar.gz
|
12
buildroot-external/package/python-rich/python-rich.mk
Normal file
12
buildroot-external/package/python-rich/python-rich.mk
Normal 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))
|
Reference in New Issue
Block a user