blob: cd171b77f4f640196251556bb9365fe7f82bd2a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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] = "dc2e8c515ef9fbb4894e62bd41a2d2960dd7c2f505b5084894604d5ccfee3f09"
inherit pypi python_hatchling ptest-python-pytest
PYPI_PACKAGE = "rich_toolkit"
RDEPENDS:${PN} = "\
python3-click \
python3-rich \
python3-typing-extensions \
python3-inline-snapshot \
"
|