mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
18 lines
532 B
BlitzBasic
18 lines
532 B
BlitzBasic
SUMMARY = "Rich toolkit for building command-line applications"
|
|
HOMEPAGE = "https://github.com/patrick91/rich-toolkit"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6"
|
|
|
|
SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a"
|
|
|
|
inherit pypi python_hatchling ptest-python-pytest
|
|
|
|
PYPI_PACKAGE = "rich_toolkit"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-click \
|
|
python3-rich \
|
|
python3-typing-extensions \
|
|
python3-inline-snapshot \
|
|
"
|