diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb (renamed from meta-python/recipes-devtools/python/python3-icontract_2.6.6.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-icontract_2.6.6.bb b/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb index 5075a1a6a1..b906be4ac2 100644 --- a/meta-python/recipes-devtools/python/python3-icontract_2.6.6.bb +++ b/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb | |||
| @@ -7,7 +7,7 @@ PR = "r0" | |||
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
| 9 | PYPI_PACKAGE = "icontract" | 9 | PYPI_PACKAGE = "icontract" |
| 10 | SRC_URI[sha256sum] = "c1fd55c7709ef18a2ee64313fe863be2668b53060828fcca3525051160c92691" | 10 | SRC_URI[sha256sum] = "281ec16f1d09bbcca7a4227e82cd10b4d5fb291f638df77c29b7acf493dd3178" |
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} += "python3-asttokens" | 12 | RDEPENDS:${PN} += "python3-asttokens" |
| 13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb new file mode 100644 index 0000000000..b649d41575 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.15.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Rich toolkit for building command-line applications" | ||
| 2 | HOMEPAGE = "https://github.com/patrick91/rich-toolkit" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://pyproject.toml;md5=29c91c89ee62891477a1476375143bef;beginline=6;endline=6" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling ptest-python-pytest | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "rich_toolkit" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "\ | ||
| 13 | python3-click \ | ||
| 14 | python3-rich \ | ||
| 15 | python3-typing-extensions \ | ||
| 16 | python3-inline-snapshot \ | ||
| 17 | " | ||
